protected virtual void Build() { global::Stetic.Gui.Initialize (this); // Widget CryptoConfigWidget global::Stetic.BinContainer.Attach (this); this.Name = "CryptoConfigWidget"; // Container child CryptoConfigWidget.Gtk.Container+ContainerChild this.fraCryptoConfig = new global::Gtk.Frame (); this.fraCryptoConfig.Name = "fraCryptoConfig"; this.fraCryptoConfig.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child fraCryptoConfig.Gtk.Container+ContainerChild this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F); this.GtkAlignment.Name = "GtkAlignment"; this.GtkAlignment.LeftPadding = ((uint)(4)); this.GtkAlignment.TopPadding = ((uint)(4)); this.GtkAlignment.RightPadding = ((uint)(4)); this.GtkAlignment.BottomPadding = ((uint)(4)); // Container child GtkAlignment.Gtk.Container+ContainerChild this.vbox4 = new global::Gtk.VBox (); this.vbox4.Name = "vbox4"; this.vbox4.Spacing = 6; // Container child vbox4.Gtk.Box+BoxChild this.rbnRsaCryptoProvider = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("RSA Cryptography Provider")); this.rbnRsaCryptoProvider.TooltipMarkup = "RSA cryptography provider"; this.rbnRsaCryptoProvider.CanFocus = true; this.rbnRsaCryptoProvider.Name = "rbnRsaCryptoProvider"; this.rbnRsaCryptoProvider.DrawIndicator = true; this.rbnRsaCryptoProvider.UseUnderline = true; this.rbnRsaCryptoProvider.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.vbox4.Add (this.rbnRsaCryptoProvider); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.rbnRsaCryptoProvider])); w1.Position = 0; w1.Expand = false; w1.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.rbnDes3CryptoProvider = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("DES3 Cryptography Provider")); this.rbnDes3CryptoProvider.TooltipMarkup = "DES3 Cryptography Provider."; this.rbnDes3CryptoProvider.CanFocus = true; this.rbnDes3CryptoProvider.Name = "rbnDes3CryptoProvider"; this.rbnDes3CryptoProvider.DrawIndicator = true; this.rbnDes3CryptoProvider.UseUnderline = true; this.rbnDes3CryptoProvider.Group = this.rbnRsaCryptoProvider.Group; this.vbox4.Add (this.rbnDes3CryptoProvider); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.rbnDes3CryptoProvider])); w2.Position = 1; w2.Expand = false; w2.Fill = false; this.GtkAlignment.Add (this.vbox4); this.fraCryptoConfig.Add (this.GtkAlignment); this.lblCryptoConfigTitle = new global::Gtk.Label (); this.lblCryptoConfigTitle.Name = "lblCryptoConfigTitle"; this.lblCryptoConfigTitle.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Cryptography Provider</b>"); this.lblCryptoConfigTitle.UseMarkup = true; this.fraCryptoConfig.LabelWidget = this.lblCryptoConfigTitle; this.Add (this.fraCryptoConfig); if ((this.Child != null)) { this.Child.ShowAll (); } this.Hide (); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget rmApplication.OptionDialog this.Name = "rmApplication.OptionDialog"; this.Title = global::Mono.Unix.Catalog.GetString("Option"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); this.Resizable = false; // Internal child rmApplication.OptionDialog.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog1_VBox.Gtk.Box+BoxChild this.vbox6 = new global::Gtk.VBox(); this.vbox6.Name = "vbox6"; this.vbox6.Spacing = 6; // Container child vbox6.Gtk.Box+BoxChild this.frameCommunication = new global::Gtk.Frame(); this.frameCommunication.Name = "frameCommunication"; this.frameCommunication.ShadowType = ((global::Gtk.ShadowType)(0)); // Container child frameCommunication.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.table2 = new global::Gtk.Table(((uint)(3)), ((uint)(3)), false); this.table2.Name = "table2"; this.table2.RowSpacing = ((uint)(6)); this.table2.ColumnSpacing = ((uint)(6)); // Container child table2.Gtk.Table+TableChild this.comboboxCommPort = global::Gtk.ComboBox.NewText(); this.comboboxCommPort.WidthRequest = 180; this.comboboxCommPort.Name = "comboboxCommPort"; this.table2.Add(this.comboboxCommPort); global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table2 [this.comboboxCommPort])); w2.LeftAttach = ((uint)(2)); w2.RightAttach = ((uint)(3)); w2.XOptions = ((global::Gtk.AttachOptions)(4)); w2.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.entryLocalIP = new global::Gtk.Entry(); this.entryLocalIP.CanFocus = true; this.entryLocalIP.Name = "entryLocalIP"; this.entryLocalIP.IsEditable = true; this.entryLocalIP.InvisibleChar = '●'; this.table2.Add(this.entryLocalIP); global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryLocalIP])); w3.TopAttach = ((uint)(1)); w3.BottomAttach = ((uint)(2)); w3.LeftAttach = ((uint)(2)); w3.RightAttach = ((uint)(3)); w3.XOptions = ((global::Gtk.AttachOptions)(4)); w3.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.entryLocalPort = new global::Gtk.Entry(); this.entryLocalPort.CanFocus = true; this.entryLocalPort.Name = "entryLocalPort"; this.entryLocalPort.IsEditable = true; this.entryLocalPort.InvisibleChar = '●'; this.table2.Add(this.entryLocalPort); global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryLocalPort])); w4.TopAttach = ((uint)(2)); w4.BottomAttach = ((uint)(3)); w4.LeftAttach = ((uint)(2)); w4.RightAttach = ((uint)(3)); w4.XOptions = ((global::Gtk.AttachOptions)(4)); w4.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.labelCommPort = new global::Gtk.Label(); this.labelCommPort.Name = "labelCommPort"; this.labelCommPort.LabelProp = global::Mono.Unix.Catalog.GetString("CommPort:"); this.table2.Add(this.labelCommPort); global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2 [this.labelCommPort])); w5.LeftAttach = ((uint)(1)); w5.RightAttach = ((uint)(2)); w5.XOptions = ((global::Gtk.AttachOptions)(4)); w5.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.labelIP = new global::Gtk.Label(); this.labelIP.Name = "labelIP"; this.labelIP.LabelProp = global::Mono.Unix.Catalog.GetString("Local IP:"); this.table2.Add(this.labelIP); global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2 [this.labelIP])); w6.TopAttach = ((uint)(1)); w6.BottomAttach = ((uint)(2)); w6.LeftAttach = ((uint)(1)); w6.RightAttach = ((uint)(2)); w6.XOptions = ((global::Gtk.AttachOptions)(4)); w6.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.labelPort = new global::Gtk.Label(); this.labelPort.Name = "labelPort"; this.labelPort.LabelProp = global::Mono.Unix.Catalog.GetString("Local Port"); this.table2.Add(this.labelPort); global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table2 [this.labelPort])); w7.TopAttach = ((uint)(2)); w7.BottomAttach = ((uint)(3)); w7.LeftAttach = ((uint)(1)); w7.RightAttach = ((uint)(2)); w7.XOptions = ((global::Gtk.AttachOptions)(4)); w7.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.radiobuttonNetwork = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Local Network")); this.radiobuttonNetwork.CanFocus = true; this.radiobuttonNetwork.Name = "radiobuttonNetwork"; this.radiobuttonNetwork.Active = true; this.radiobuttonNetwork.DrawIndicator = true; this.radiobuttonNetwork.UseUnderline = true; this.radiobuttonNetwork.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.table2.Add(this.radiobuttonNetwork); global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table2 [this.radiobuttonNetwork])); w8.TopAttach = ((uint)(1)); w8.BottomAttach = ((uint)(2)); w8.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.radiobuttonSerial = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Serial Port")); this.radiobuttonSerial.CanFocus = true; this.radiobuttonSerial.Name = "radiobuttonSerial"; this.radiobuttonSerial.DrawIndicator = true; this.radiobuttonSerial.UseUnderline = true; this.radiobuttonSerial.Group = this.radiobuttonNetwork.Group; this.table2.Add(this.radiobuttonSerial); global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table2 [this.radiobuttonSerial])); w9.YOptions = ((global::Gtk.AttachOptions)(4)); this.GtkAlignment2.Add(this.table2); this.frameCommunication.Add(this.GtkAlignment2); this.GtkLabelCommunication = new global::Gtk.Label(); this.GtkLabelCommunication.Name = "GtkLabelCommunication"; this.GtkLabelCommunication.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Communication</b>"); this.GtkLabelCommunication.UseMarkup = true; this.frameCommunication.LabelWidget = this.GtkLabelCommunication; this.vbox6.Add(this.frameCommunication); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.frameCommunication])); w12.Position = 0; w12.Expand = false; w12.Fill = false; // Container child vbox6.Gtk.Box+BoxChild this.frame6 = new global::Gtk.Frame(); this.frame6.Name = "frame6"; this.frame6.ShadowType = ((global::Gtk.ShadowType)(0)); // Container child frame6.Gtk.Container+ContainerChild this.GtkAlignment3 = new global::Gtk.Alignment(0F, 0F, 1F, 1F); this.GtkAlignment3.Name = "GtkAlignment3"; this.GtkAlignment3.LeftPadding = ((uint)(12)); // Container child GtkAlignment3.Gtk.Container+ContainerChild this.vbox9 = new global::Gtk.VBox(); this.vbox9.Name = "vbox9"; this.vbox9.Spacing = 6; // Container child vbox9.Gtk.Box+BoxChild this.table7 = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false); this.table7.Name = "table7"; this.table7.RowSpacing = ((uint)(6)); this.table7.ColumnSpacing = ((uint)(6)); // Container child table7.Gtk.Table+TableChild this.comboboxBaudRate = global::Gtk.ComboBox.NewText(); this.comboboxBaudRate.WidthRequest = 180; this.comboboxBaudRate.Name = "comboboxBaudRate"; this.table7.Add(this.comboboxBaudRate); global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table7 [this.comboboxBaudRate])); w13.LeftAttach = ((uint)(1)); w13.RightAttach = ((uint)(2)); w13.XOptions = ((global::Gtk.AttachOptions)(4)); w13.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table7.Gtk.Table+TableChild this.entryPassword = new global::Gtk.Entry(); this.entryPassword.CanFocus = true; this.entryPassword.Name = "entryPassword"; this.entryPassword.IsEditable = true; this.entryPassword.InvisibleChar = '●'; this.table7.Add(this.entryPassword); global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table7 [this.entryPassword])); w14.TopAttach = ((uint)(1)); w14.BottomAttach = ((uint)(2)); w14.LeftAttach = ((uint)(1)); w14.RightAttach = ((uint)(2)); w14.XOptions = ((global::Gtk.AttachOptions)(4)); w14.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table7.Gtk.Table+TableChild this.label7 = new global::Gtk.Label(); this.label7.Name = "label7"; this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Baud Rate:"); this.table7.Add(this.label7); global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table7 [this.label7])); w15.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table7.Gtk.Table+TableChild this.label8 = new global::Gtk.Label(); this.label8.Name = "label8"; this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Password:"******"Address Width:2byte")); this.radiobuttonAddrWd2byte.CanFocus = true; this.radiobuttonAddrWd2byte.Name = "radiobuttonAddrWd2byte"; this.radiobuttonAddrWd2byte.Active = true; this.radiobuttonAddrWd2byte.DrawIndicator = true; this.radiobuttonAddrWd2byte.UseUnderline = true; this.radiobuttonAddrWd2byte.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.vbox9.Add(this.radiobuttonAddrWd2byte); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.radiobuttonAddrWd2byte])); w18.Position = 1; w18.Expand = false; w18.Fill = false; // Container child vbox9.Gtk.Box+BoxChild this.radiobuttonAddrWd4byte = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Address Width:4byte")); this.radiobuttonAddrWd4byte.CanFocus = true; this.radiobuttonAddrWd4byte.Name = "radiobuttonAddrWd4byte"; this.radiobuttonAddrWd4byte.DrawIndicator = true; this.radiobuttonAddrWd4byte.UseUnderline = true; this.radiobuttonAddrWd4byte.Group = this.radiobuttonAddrWd2byte.Group; this.vbox9.Add(this.radiobuttonAddrWd4byte); global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.radiobuttonAddrWd4byte])); w19.Position = 2; w19.Expand = false; w19.Fill = false; this.GtkAlignment3.Add(this.vbox9); this.frame6.Add(this.GtkAlignment3); this.GtkLabelCommon = new global::Gtk.Label(); this.GtkLabelCommon.Name = "GtkLabelCommon"; this.GtkLabelCommon.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Common Settings</b>"); this.GtkLabelCommon.UseMarkup = true; this.frame6.LabelWidget = this.GtkLabelCommon; this.vbox6.Add(this.frame6); global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.frame6])); w22.Position = 1; w22.Expand = false; w22.Fill = false; w1.Add(this.vbox6); global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox6])); w23.Position = 0; w23.Expand = false; w23.Fill = false; // Internal child rmApplication.OptionDialog.ActionArea global::Gtk.HButtonBox w24 = this.ActionArea; w24.Name = "dialog1_ActionArea"; w24.Spacing = 10; w24.BorderWidth = ((uint)(5)); w24.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 w25 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w24 [this.buttonCancel])); w25.Expand = false; w25.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 w26 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w24 [this.buttonOk])); w26.Position = 1; w26.Expand = false; w26.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 402; this.DefaultHeight = 336; this.Show(); }
protected virtual void Build() { global::Stetic.Gui.Initialize (this); // Widget MainWindow this.UIManager = new global::Gtk.UIManager (); global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default"); this.DateiAction = new global::Gtk.Action ("DateiAction", global::Mono.Unix.Catalog.GetString ("Datei"), null, null); this.DateiAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Datei"); w1.Add (this.DateiAction, null); this.newAction = new global::Gtk.Action ("newAction", global::Mono.Unix.Catalog.GetString ("Neu"), null, "gtk-new"); this.newAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Neu"); w1.Add (this.newAction, null); this.openAction = new global::Gtk.Action ("openAction", global::Mono.Unix.Catalog.GetString ("Öffnen"), null, "gtk-open"); this.openAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Öffnen"); w1.Add (this.openAction, null); this.saveAction = new global::Gtk.Action ("saveAction", global::Mono.Unix.Catalog.GetString ("Speichern"), null, "gtk-save"); this.saveAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Speichern"); w1.Add (this.saveAction, null); this.saveAsAction = new global::Gtk.Action ("saveAsAction", global::Mono.Unix.Catalog.GetString ("Speichern unter"), null, "gtk-save-as"); this.saveAsAction.HideIfEmpty = false; this.saveAsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Speichern unter"); w1.Add (this.saveAsAction, "<Primary><Alt>s"); this.closeAction = new global::Gtk.Action ("closeAction", global::Mono.Unix.Catalog.GetString ("Schließen"), null, "gtk-close"); this.closeAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Schließen"); w1.Add (this.closeAction, "<Primary>e"); this.quitAction = new global::Gtk.Action ("quitAction", global::Mono.Unix.Catalog.GetString ("Beenden"), null, "gtk-quit"); this.quitAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Beenden"); w1.Add (this.quitAction, null); this.BearbeitenAction = new global::Gtk.Action ("BearbeitenAction", global::Mono.Unix.Catalog.GetString ("Bearbeiten"), null, null); this.BearbeitenAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Bearbeiten"); w1.Add (this.BearbeitenAction, null); this.SaveRegex = new global::Gtk.Action ("SaveRegex", null, null, "gtk-save"); this.SaveRegex.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save"); w1.Add (this.SaveRegex, null); this.CloseRegex = new global::Gtk.Action ("CloseRegex", null, null, "gtk-close"); this.CloseRegex.ShortLabel = global::Mono.Unix.Catalog.GetString ("Close"); w1.Add (this.CloseRegex, null); this.SaveRegexOtherFileName = new global::Gtk.Action ("SaveRegexOtherFileName", null, null, "gtk-save-as"); this.SaveRegexOtherFileName.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save as"); w1.Add (this.SaveRegexOtherFileName, null); this.newAction1 = new global::Gtk.Action ("newAction1", null, null, "gtk-new"); this.newAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("Neu"); w1.Add (this.newAction1, null); this.OpenRegex = new global::Gtk.Action ("OpenRegex", null, null, "gtk-open"); this.OpenRegex.ShortLabel = global::Mono.Unix.Catalog.GetString ("Open"); w1.Add (this.OpenRegex, null); this.undoAction = new global::Gtk.Action ("undoAction", null, null, "gtk-undo"); this.undoAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Undo"); w1.Add (this.undoAction, null); this.redoAction = new global::Gtk.Action ("redoAction", null, null, "gtk-redo"); this.redoAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Redo"); w1.Add (this.redoAction, null); this.cutAction = new global::Gtk.Action ("cutAction", null, null, "gtk-cut"); this.cutAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Cut"); w1.Add (this.cutAction, null); this.copyAction = new global::Gtk.Action ("copyAction", null, null, "gtk-copy"); this.copyAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Copy"); w1.Add (this.copyAction, null); this.pasteAction = new global::Gtk.Action ("pasteAction", null, null, "gtk-paste"); this.pasteAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Paste"); w1.Add (this.pasteAction, null); this.Execute = new global::Gtk.Action ("Execute", global::Mono.Unix.Catalog.GetString ("Ausführen"), null, "gtk-media-play"); this.Execute.ShortLabel = global::Mono.Unix.Catalog.GetString ("Ausführen"); w1.Add (this.Execute, null); this.clearAction = new global::Gtk.Action ("clearAction", null, null, "gtk-clear"); this.clearAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Clear"); w1.Add (this.clearAction, null); this.Library = new global::Gtk.Action ("Library", global::Mono.Unix.Catalog.GetString ("Bibliothek"), null, "gtk-select-all"); this.Library.ShortLabel = global::Mono.Unix.Catalog.GetString ("Library"); w1.Add (this.Library, null); this.separatorAction = new global::Gtk.Action ("separatorAction", null, null, "gtk-separator"); w1.Add (this.separatorAction, null); this.undoAction1 = new global::Gtk.Action ("undoAction1", global::Mono.Unix.Catalog.GetString ("Rückgängig"), null, "gtk-undo"); this.undoAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Undo"); w1.Add (this.undoAction1, "<Primary>z"); this.redoAction1 = new global::Gtk.Action ("redoAction1", global::Mono.Unix.Catalog.GetString ("Wiederholen"), null, "gtk-redo"); this.redoAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Redo"); w1.Add (this.redoAction1, "<Primary>w"); this.cutAction1 = new global::Gtk.Action ("cutAction1", global::Mono.Unix.Catalog.GetString ("Ausschneiden"), null, "gtk-cut"); this.cutAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("Cu_t"); w1.Add (this.cutAction1, null); this.copyAction1 = new global::Gtk.Action ("copyAction1", global::Mono.Unix.Catalog.GetString ("Kopieren"), null, "gtk-copy"); this.copyAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Copy"); w1.Add (this.copyAction1, null); this.pasteAction1 = new global::Gtk.Action ("pasteAction1", global::Mono.Unix.Catalog.GetString ("Einfügen"), null, "gtk-paste"); this.pasteAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Paste"); w1.Add (this.pasteAction1, null); this.RegexAction = new global::Gtk.Action ("RegexAction", global::Mono.Unix.Catalog.GetString ("Regex"), null, null); this.RegexAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Regex"); w1.Add (this.RegexAction, null); this.mediaPlayAction = new global::Gtk.Action ("mediaPlayAction", global::Mono.Unix.Catalog.GetString ("RunParser"), null, "gtk-media-play"); this.mediaPlayAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("RunParser"); w1.Add (this.mediaPlayAction, "<Primary>space"); this.ExtrasAction = new global::Gtk.Action ("ExtrasAction", global::Mono.Unix.Catalog.GetString ("Extras"), null, null); this.ExtrasAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Extras"); w1.Add (this.ExtrasAction, null); this.propertiesAction = new global::Gtk.Action ("propertiesAction", global::Mono.Unix.Catalog.GetString ("_Properties"), null, "gtk-properties"); this.propertiesAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Properties"); w1.Add (this.propertiesAction, null); this.HilfeAction = new global::Gtk.Action ("HilfeAction", global::Mono.Unix.Catalog.GetString ("Hilfe"), null, null); this.HilfeAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Hilfe"); w1.Add (this.HilfeAction, null); this.cancelAction = new global::Gtk.Action ("cancelAction", global::Mono.Unix.Catalog.GetString ("Fehler melden"), null, "gtk-cancel"); this.cancelAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Fehler melden"); w1.Add (this.cancelAction, "<Primary>b"); this.aboutAction = new global::Gtk.Action ("aboutAction", global::Mono.Unix.Catalog.GetString ("Info"), null, "gtk-about"); this.aboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_About"); w1.Add (this.aboutAction, "<Primary>i"); this.preferencesAction = new global::Gtk.Action ("preferencesAction", global::Mono.Unix.Catalog.GetString ("Einstellungen"), null, "gtk-preferences"); this.preferencesAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Properties"); w1.Add (this.preferencesAction, "<Primary>p"); this.selectAllAction = new global::Gtk.Action ("selectAllAction", global::Mono.Unix.Catalog.GetString ("LibraryMenu"), null, "gtk-select-all"); this.selectAllAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("LibraryMenu"); w1.Add (this.selectAllAction, "<Primary>l"); this.spellCheckAction = new global::Gtk.Action ("spellCheckAction", global::Mono.Unix.Catalog.GetString ("_Spell Check"), null, "gtk-spell-check"); this.spellCheckAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Spell Check"); w1.Add (this.spellCheckAction, null); this.aboutAction1 = new global::Gtk.Action ("aboutAction1", global::Mono.Unix.Catalog.GetString ("Info"), null, "gtk-about"); this.aboutAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("Info"); w1.Add (this.aboutAction1, null); this.ExportAction = new global::Gtk.Action ("ExportAction", global::Mono.Unix.Catalog.GetString ("Export"), null, null); this.ExportAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Export"); w1.Add (this.ExportAction, null); this.Action = new global::Gtk.Action ("Action", null, null, null); w1.Add (this.Action, null); this.convertAction = new global::Gtk.Action ("convertAction", global::Mono.Unix.Catalog.GetString ("Exportieren"), null, "gtk-convert"); this.convertAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Exportieren"); w1.Add (this.convertAction, null); this.NurTextTxtAction = new global::Gtk.Action ("NurTextTxtAction", global::Mono.Unix.Catalog.GetString ("Nur Text (*.txt)"), null, null); this.NurTextTxtAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Nur Text (*.txt)"); w1.Add (this.NurTextTxtAction, "<Primary><Alt>t"); this.HypertextHtmlAction = new global::Gtk.Action ("HypertextHtmlAction", global::Mono.Unix.Catalog.GetString ("Hypertext (*.html)"), null, null); this.HypertextHtmlAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Hypertext (*.html)"); w1.Add (this.HypertextHtmlAction, "<Primary><Alt>h"); this.KommaGetrenntCsvAction = new global::Gtk.Action ("KommaGetrenntCsvAction", global::Mono.Unix.Catalog.GetString ("Komma - getrennt (*.csv)"), null, null); this.KommaGetrenntCsvAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Komma - getrennt (*.csv)"); w1.Add (this.KommaGetrenntCsvAction, "<Primary><Alt>c"); this.preferencesAction1 = new global::Gtk.Action ("preferencesAction1", null, null, "gtk-preferences"); this.preferencesAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("Preferences"); w1.Add (this.preferencesAction1, null); this.berDieseVersionAction = new global::Gtk.Action ("berDieseVersionAction", global::Mono.Unix.Catalog.GetString ("Über diese Version"), null, null); this.berDieseVersionAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Über diese Version"); w1.Add (this.berDieseVersionAction, null); this.dialogQuestionAction = new global::Gtk.Action ("dialogQuestionAction", global::Mono.Unix.Catalog.GetString ("Über diese Version"), null, "gtk-dialog-question"); this.dialogQuestionAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Über diese Version"); w1.Add (this.dialogQuestionAction, "<Primary>y"); this.connectAction = new global::Gtk.Action ("connectAction", global::Mono.Unix.Catalog.GetString ("Web"), null, "gtk-connect"); this.connectAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Web"); w1.Add (this.connectAction, "<Primary><Alt>i"); this.clearAction1 = new global::Gtk.Action ("clearAction1", global::Mono.Unix.Catalog.GetString ("Leeren"), null, "gtk-clear"); this.clearAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("Leeren"); w1.Add (this.clearAction1, "<Primary><Alt><Mod4><Super>c"); this.saveAsAction2 = new global::Gtk.Action ("saveAsAction2", global::Mono.Unix.Catalog.GetString ("Kopie speichern unter"), null, "gtk-save-as"); this.saveAsAction2.ShortLabel = global::Mono.Unix.Catalog.GetString ("Kopie speichern unter"); w1.Add (this.saveAsAction2, "<Primary>k"); this.printAction = new global::Gtk.Action ("printAction", global::Mono.Unix.Catalog.GetString ("Drucken"), null, "gtk-print"); this.printAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Drucken"); w1.Add (this.printAction, null); this.selectFontAction = new global::Gtk.Action ("selectFontAction", global::Mono.Unix.Catalog.GetString ("Tastenkombinationen"), null, "gtk-select-font"); this.selectFontAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Tastenkombinationen"); w1.Add (this.selectFontAction, "<Primary><Alt>k"); this.restore = new global::Gtk.Action ("restore", global::Mono.Unix.Catalog.GetString ("Ausdrücke wiederherstellen"), null, "gtk-undelete"); this.restore.ShortLabel = global::Mono.Unix.Catalog.GetString ("Ausdrücke wiederherstellen"); w1.Add (this.restore, "<Primary><Alt>u"); this.homeAction = new global::Gtk.Action ("homeAction", global::Mono.Unix.Catalog.GetString ("Start"), null, "gtk-home"); this.homeAction.Sensitive = false; this.homeAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Willkommensseite"); w1.Add (this.homeAction, null); this.mediaPlayAction1 = new global::Gtk.Action ("mediaPlayAction1", global::Mono.Unix.Catalog.GetString ("Run"), null, "gtk-media-play"); this.mediaPlayAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("Run"); w1.Add (this.mediaPlayAction1, "<Primary>space"); this.quitAction1 = new global::Gtk.Action ("quitAction1", global::Mono.Unix.Catalog.GetString ("Beenden"), null, "gtk-quit"); this.quitAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("Beenden"); w1.Add (this.quitAction1, null); this.UIManager.InsertActionGroup (w1, 0); this.AddAccelGroup (this.UIManager.AccelGroup); this.Name = "MainWindow"; this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow"); this.Icon = global::Gdk.Pixbuf.LoadFromResource ("Terminus.bin.Debug.Boot.Images.Programm.png"); this.WindowPosition = ((global::Gtk.WindowPosition)(1)); this.BorderWidth = ((uint)(2)); // Container child MainWindow.Gtk.Container+ContainerChild this.vbox1 = new global::Gtk.VBox (); this.vbox1.Name = "vbox1"; this.vbox1.Spacing = 6; // Container child vbox1.Gtk.Box+BoxChild this.UIManager.AddUiFromString ("<ui><menubar name='menubar1'><menu name='DateiAction' action='DateiAction'><menuitem name='newAction' action='newAction'/><menuitem name='openAction' action='openAction'/><menuitem name='saveAction' action='saveAction'/><menuitem name='saveAsAction' action='saveAsAction'/><menuitem name='saveAsAction2' action='saveAsAction2'/><menuitem name='closeAction' action='closeAction'/><menuitem name='quitAction1' action='quitAction1'/></menu><menu name='BearbeitenAction' action='BearbeitenAction'><menuitem name='undoAction1' action='undoAction1'/><menuitem name='redoAction1' action='redoAction1'/><menuitem name='cutAction1' action='cutAction1'/><menuitem name='copyAction1' action='copyAction1'/><menuitem name='pasteAction1' action='pasteAction1'/><menuitem name='preferencesAction' action='preferencesAction'/></menu><menu name='RegexAction' action='RegexAction'><menuitem name='mediaPlayAction1' action='mediaPlayAction1'/><menu name='convertAction' action='convertAction'><menuitem name='NurTextTxtAction' action='NurTextTxtAction'/><menuitem name='HypertextHtmlAction' action='HypertextHtmlAction'/><menuitem name='KommaGetrenntCsvAction' action='KommaGetrenntCsvAction'/></menu><menuitem name='clearAction1' action='clearAction1'/></menu><menu name='ExtrasAction' action='ExtrasAction'><menuitem name='selectAllAction' action='selectAllAction'/><menuitem name='restore' action='restore'/></menu><menu name='HilfeAction' action='HilfeAction'><menuitem name='connectAction' action='connectAction'/><menuitem name='selectFontAction' action='selectFontAction'/><menuitem name='cancelAction' action='cancelAction'/><menuitem name='aboutAction' action='aboutAction'/></menu></menubar></ui>"); this.menubar1 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar1"))); this.menubar1.Name = "menubar1"; this.vbox1.Add (this.menubar1); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.menubar1])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.UIManager.AddUiFromString ("<ui><toolbar name='toolbar1'><toolitem name='newAction1' action='newAction1'/><toolitem name='OpenRegex' action='OpenRegex'/><toolitem name='SaveRegex' action='SaveRegex'/><toolitem name='SaveRegexOtherFileName' action='SaveRegexOtherFileName'/><toolitem name='CloseRegex' action='CloseRegex'/><separator/><toolitem name='undoAction' action='undoAction'/><toolitem name='redoAction' action='redoAction'/><separator/><toolitem name='Execute' action='Execute'/><toolitem name='clearAction' action='clearAction'/><separator/><toolitem name='cutAction' action='cutAction'/><toolitem name='copyAction' action='copyAction'/><toolitem name='pasteAction' action='pasteAction'/><separator/><toolitem name='Library' action='Library'/><separator/><toolitem name='preferencesAction1' action='preferencesAction1'/><toolitem name='aboutAction1' action='aboutAction1'/></toolbar></ui>"); this.toolbar1 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar1"))); this.toolbar1.Name = "toolbar1"; this.toolbar1.ShowArrow = false; this.toolbar1.ToolbarStyle = ((global::Gtk.ToolbarStyle)(2)); this.toolbar1.IconSize = ((global::Gtk.IconSize)(4)); this.vbox1.Add (this.toolbar1); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.toolbar1])); w3.Position = 1; w3.Expand = false; w3.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.notebook1 = new global::Gtk.Notebook (); this.notebook1.CanFocus = true; this.notebook1.Name = "notebook1"; this.notebook1.CurrentPage = -1; this.notebook1.ShowBorder = false; this.notebook1.Scrollable = true; this.vbox1.Add (this.notebook1); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.notebook1])); w4.Position = 2; // Container child vbox1.Gtk.Box+BoxChild this.vbox2 = new global::Gtk.VBox (); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; // Container child vbox2.Gtk.Box+BoxChild this.expander3 = new global::Gtk.Expander (null); this.expander3.CanFocus = true; this.expander3.Name = "expander3"; // Container child expander3.Gtk.Container+ContainerChild this.vbox3 = new global::Gtk.VBox (); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; // Container child vbox3.Gtk.Box+BoxChild this.IgnoreCase = new global::Gtk.CheckButton (); this.IgnoreCase.TooltipMarkup = "Die Groß- und Kleinschreibung Ihres Ausdrucks wird ignoriert.\nBeispiel: \"test\" trifft auch auf \"TEST\" zu."; this.IgnoreCase.CanFocus = true; this.IgnoreCase.Name = "IgnoreCase"; this.IgnoreCase.Label = global::Mono.Unix.Catalog.GetString ("Groß- /Kleinschreibung ignorieren."); this.IgnoreCase.DrawIndicator = true; this.IgnoreCase.UseUnderline = true; this.vbox3.Add (this.IgnoreCase); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.IgnoreCase])); w5.Position = 0; w5.Expand = false; w5.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.ExplicitCapture = new global::Gtk.CheckButton (); this.ExplicitCapture.TooltipMarkup = "Die Datenquelle muss genau auf den Ausdruck übereinstimmen."; this.ExplicitCapture.CanFocus = true; this.ExplicitCapture.Name = "ExplicitCapture"; this.ExplicitCapture.Label = global::Mono.Unix.Catalog.GetString ("Explicit Capture"); this.ExplicitCapture.DrawIndicator = true; this.ExplicitCapture.UseUnderline = true; this.vbox3.Add (this.ExplicitCapture); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.ExplicitCapture])); w6.Position = 1; w6.Expand = false; w6.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.IgnorePatternWhitespace = new global::Gtk.CheckButton (); this.IgnorePatternWhitespace.TooltipMarkup = "Leerzeichen werden im Ausdruck/ Datenquelle ignoriert."; this.IgnorePatternWhitespace.CanFocus = true; this.IgnorePatternWhitespace.Name = "IgnorePatternWhitespace"; this.IgnorePatternWhitespace.Label = global::Mono.Unix.Catalog.GetString ("Leerzeichen ignorieren"); this.IgnorePatternWhitespace.DrawIndicator = true; this.IgnorePatternWhitespace.UseUnderline = true; this.vbox3.Add (this.IgnorePatternWhitespace); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.IgnorePatternWhitespace])); w7.Position = 2; w7.Expand = false; w7.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.radiobutton1 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Alle Ergebnisse anzeigen")); this.radiobutton1.TooltipMarkup = "Alle aus dem Ausdruck resultierenden Ergebnisse anzeigen"; this.radiobutton1.CanFocus = true; this.radiobutton1.Name = "radiobutton1"; this.radiobutton1.DrawIndicator = true; this.radiobutton1.UseUnderline = true; this.radiobutton1.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.hbox1.Add (this.radiobutton1); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.radiobutton1])); w8.Position = 0; // Container child hbox1.Gtk.Box+BoxChild this.radiobutton2 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Nur nicht gruppierte Ergebnisse")); this.radiobutton2.TooltipMarkup = "Nur Ergebnisse präsentieren, die nicht in eine Gruppe eingeordnet sind."; this.radiobutton2.CanFocus = true; this.radiobutton2.Name = "radiobutton2"; this.radiobutton2.DrawIndicator = true; this.radiobutton2.UseUnderline = true; this.radiobutton2.Group = this.radiobutton1.Group; this.hbox1.Add (this.radiobutton2); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.radiobutton2])); w9.Position = 1; // Container child hbox1.Gtk.Box+BoxChild this.radiobutton3 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Nur Gruppen")); this.radiobutton3.TooltipMarkup = "Nur Ergebnisse einblenden, die aus Gruppen resultieren."; this.radiobutton3.CanFocus = true; this.radiobutton3.Name = "radiobutton3"; this.radiobutton3.DrawIndicator = true; this.radiobutton3.UseUnderline = true; this.radiobutton3.Group = this.radiobutton1.Group; this.hbox1.Add (this.radiobutton3); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.radiobutton3])); w10.Position = 2; this.vbox3.Add (this.hbox1); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox1])); w11.Position = 4; w11.Expand = false; w11.Fill = false; this.expander3.Add (this.vbox3); this.GtkLabel26 = new global::Gtk.Label (); this.GtkLabel26.Name = "GtkLabel26"; this.GtkLabel26.LabelProp = global::Mono.Unix.Catalog.GetString ("Verarbeitungsoptionen"); this.GtkLabel26.UseUnderline = true; this.expander3.LabelWidget = this.GtkLabel26; this.vbox2.Add (this.expander3); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.expander3])); w13.Position = 0; w13.Expand = 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.Output = new global::Gtk.TextView (); this.Output.HeightRequest = 111; this.Output.CanFocus = true; this.Output.Name = "Output"; this.Output.WrapMode = ((global::Gtk.WrapMode)(3)); this.GtkScrolledWindow.Add (this.Output); this.expander1.Add (this.GtkScrolledWindow); this.GtkLabel27 = new global::Gtk.Label (); this.GtkLabel27.Name = "GtkLabel27"; this.GtkLabel27.LabelProp = global::Mono.Unix.Catalog.GetString ("Ergebnis(se)"); this.GtkLabel27.UseUnderline = true; this.expander1.LabelWidget = this.GtkLabel27; this.vbox2.Add (this.expander1); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.expander1])); w16.Position = 1; w16.Expand = false; this.vbox1.Add (this.vbox2); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vbox2])); w17.Position = 3; w17.Expand = false; w17.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.cStatusLabele = new global::Gtk.Label (); this.cStatusLabele.Name = "cStatusLabele"; this.cStatusLabele.Xpad = 3; this.cStatusLabele.Xalign = 0F; this.vbox1.Add (this.cStatusLabele); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.cStatusLabele])); w18.Position = 4; w18.Expand = false; w18.Fill = false; this.Add (this.vbox1); if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 935; this.DefaultHeight = 500; this.Show (); this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent); this.newAction.Activated += new global::System.EventHandler (this.OnNewActionActivated); this.closeAction.Activated += new global::System.EventHandler (this.OnCloseActionActivated); this.quitAction.Activated += new global::System.EventHandler (this.OnQuitActionActivated); this.SaveRegex.Activated += new global::System.EventHandler (this.OnSaveAction1Activated); this.CloseRegex.Activated += new global::System.EventHandler (this.OnCloseAction1Activated); this.SaveRegexOtherFileName.Activated += new global::System.EventHandler (this.OnSaveAsAction1Activated); this.OpenRegex.Activated += new global::System.EventHandler (this.OnOpenAction1Activated); this.undoAction.Activated += new global::System.EventHandler (this.OnUndoActionActivated); this.redoAction.Activated += new global::System.EventHandler (this.OnRedoActionActivated); this.Execute.Activated += new global::System.EventHandler (this.OnExecuteActionActivated); this.clearAction.Activated += new global::System.EventHandler (this.OnClearActionActivated); this.cutAction1.Activated += new global::System.EventHandler (this.OnCutAction1Activated); this.copyAction1.Activated += new global::System.EventHandler (this.OnCopyAction1Activated); this.pasteAction1.Activated += new global::System.EventHandler (this.OnPasteAction1Activated); this.cancelAction.Activated += new global::System.EventHandler (this.OnCancelActionActivated); this.aboutAction.Activated += new global::System.EventHandler (this.OnAboutActionActivated); this.preferencesAction.Activated += new global::System.EventHandler (this.OnPreferencesActionActivated); this.selectAllAction.Activated += new global::System.EventHandler (this.OnSelectAllActionActivated); this.spellCheckAction.Activated += new global::System.EventHandler (this.OnSpellCheckActionActivated); this.NurTextTxtAction.Activated += new global::System.EventHandler (this.OnNurTextTxtActionActivated); this.HypertextHtmlAction.Activated += new global::System.EventHandler (this.OnHypertextHtmlActionActivated); this.KommaGetrenntCsvAction.Activated += new global::System.EventHandler (this.OnKommaGetrenntCsvActionActivated); this.preferencesAction1.Activated += new global::System.EventHandler (this.OnPreferencesAction1Activated); this.connectAction.Activated += new global::System.EventHandler (this.OnConnectActionActivated); this.saveAsAction2.Activated += new global::System.EventHandler (this.OnSaveAsAction2Activated); this.printAction.Activated += new global::System.EventHandler (this.OnPrintActionActivated); this.selectFontAction.Activated += new global::System.EventHandler (this.OnSelectFontActionActivated); this.restore.Activated += new global::System.EventHandler (this.OnRestoreActivated); this.quitAction1.Activated += new global::System.EventHandler (this.OnQuitActionActivated); this.notebook1.SelectPage += new global::Gtk.SelectPageHandler (this.OnNotebook1SelectPage); }
protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget MonoDevelop.Ide.Projects.OptionPanels.NamespaceSynchronisationPanelWidget global::Stetic.BinContainer.Attach (this); this.Name = "MonoDevelop.Ide.Projects.OptionPanels.NamespaceSynchronisationPanelWidget"; // Container child MonoDevelop.Ide.Projects.OptionPanels.NamespaceSynchronisationPanelWidget.Gtk.Container+ContainerChild this.vbox2 = new global::Gtk.VBox (); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 12; // Container child vbox2.Gtk.Box+BoxChild this.checkAssociateNamespacesDirectories = new global::Gtk.CheckButton (); this.checkAssociateNamespacesDirectories.CanFocus = true; this.checkAssociateNamespacesDirectories.Name = "checkAssociateNamespacesDirectories"; this.checkAssociateNamespacesDirectories.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("_Associate namespaces with directory names"); this.checkAssociateNamespacesDirectories.DrawIndicator = true; this.checkAssociateNamespacesDirectories.UseUnderline = true; this.vbox2.Add (this.checkAssociateNamespacesDirectories); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkAssociateNamespacesDirectories])); w1.Position = 0; w1.Expand = false; w1.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.alignment1 = new global::Gtk.Alignment (0F, 0F, 1F, 1F); this.alignment1.Name = "alignment1"; this.alignment1.LeftPadding = ((uint)(24)); // Container child alignment1.Gtk.Container+ContainerChild this.namespaceAssociationBox = new global::Gtk.VBox (); this.namespaceAssociationBox.Name = "namespaceAssociationBox"; this.namespaceAssociationBox.Spacing = 12; // Container child namespaceAssociationBox.Gtk.Box+BoxChild this.checkDefaultAsRoot = new global::Gtk.CheckButton (); this.checkDefaultAsRoot.CanFocus = true; this.checkDefaultAsRoot.Name = "checkDefaultAsRoot"; this.checkDefaultAsRoot.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("Use _default namespace as root"); this.checkDefaultAsRoot.DrawIndicator = true; this.checkDefaultAsRoot.UseUnderline = true; this.namespaceAssociationBox.Add (this.checkDefaultAsRoot); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.namespaceAssociationBox [this.checkDefaultAsRoot])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child namespaceAssociationBox.Gtk.Box+BoxChild this.hbox1 = new global::Gtk.HBox (); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; // Container child hbox1.Gtk.Box+BoxChild this.label1 = new global::Gtk.Label (); this.label1.Name = "label1"; this.label1.Xalign = 0F; this.label1.Yalign = 0F; this.label1.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Directory structure:"); this.hbox1.Add (this.label1); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1])); w3.Position = 0; w3.Expand = false; w3.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.vbox4 = new global::Gtk.VBox (); this.vbox4.Name = "vbox4"; this.vbox4.Spacing = 6; // Container child vbox4.Gtk.Box+BoxChild this.radioFlat = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("_Flat")); this.radioFlat.CanFocus = true; this.radioFlat.Name = "radioFlat"; this.radioFlat.DrawIndicator = true; this.radioFlat.UseUnderline = true; this.radioFlat.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.vbox4.Add (this.radioFlat); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioFlat])); w4.Position = 0; w4.Expand = false; w4.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.radioHierarch = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("_Hierarchical")); this.radioHierarch.CanFocus = true; this.radioHierarch.Name = "radioHierarch"; this.radioHierarch.DrawIndicator = true; this.radioHierarch.UseUnderline = true; this.radioHierarch.Group = this.radioFlat.Group; this.vbox4.Add (this.radioHierarch); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioHierarch])); w5.Position = 1; w5.Expand = false; w5.Fill = false; this.hbox1.Add (this.vbox4); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4])); w6.Position = 1; this.namespaceAssociationBox.Add (this.hbox1); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.namespaceAssociationBox [this.hbox1])); w7.Position = 1; w7.Expand = false; w7.Fill = false; // Container child namespaceAssociationBox.Gtk.Box+BoxChild this.hbox2 = new global::Gtk.HBox (); this.hbox2.Name = "hbox2"; this.hbox2.Spacing = 6; // Container child hbox2.Gtk.Box+BoxChild this.previewFrame = new global::Gtk.Frame (); this.previewFrame.WidthRequest = 400; this.previewFrame.Name = "previewFrame"; this.previewFrame.ShadowType = ((global::Gtk.ShadowType)(4)); this.GtkLabel6 = new global::Gtk.Label (); this.GtkLabel6.Name = "GtkLabel6"; this.GtkLabel6.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Preview"); this.previewFrame.LabelWidget = this.GtkLabel6; this.hbox2.Add (this.previewFrame); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.previewFrame])); w8.Position = 0; w8.Expand = false; w8.Fill = false; this.namespaceAssociationBox.Add (this.hbox2); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.namespaceAssociationBox [this.hbox2])); w9.Position = 2; this.alignment1.Add (this.namespaceAssociationBox); this.vbox2.Add (this.alignment1); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment1])); w11.Position = 1; // Container child vbox2.Gtk.Box+BoxChild this.checkVSStyleResourceNames = new global::Gtk.CheckButton (); this.checkVSStyleResourceNames.CanFocus = true; this.checkVSStyleResourceNames.Name = "checkVSStyleResourceNames"; this.checkVSStyleResourceNames.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("<b>Use _Visual Studio-style resource names</b>\nVisual Studio generates a default ID for embedded resources,\ninstead of simply using the resource's filename."); this.checkVSStyleResourceNames.DrawIndicator = true; this.checkVSStyleResourceNames.UseUnderline = true; this.checkVSStyleResourceNames.Remove (this.checkVSStyleResourceNames.Child); // Container child checkVSStyleResourceNames.Gtk.Container+ContainerChild this.label2 = new global::Gtk.Label (); this.label2.Name = "label2"; this.label2.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("<b>Use _Visual Studio-style resource names</b>\nVisual Studio generates a default ID for embedded resources, instead of simply using the resource's filename."); this.label2.UseMarkup = true; this.label2.UseUnderline = true; this.label2.Wrap = true; this.checkVSStyleResourceNames.Add (this.label2); this.vbox2.Add (this.checkVSStyleResourceNames); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkVSStyleResourceNames])); w13.Position = 2; w13.Expand = false; w13.Fill = false; this.Add (this.vbox2); if ((this.Child != null)) { this.Child.ShowAll (); } this.Hide (); this.checkVSStyleResourceNames.Toggled += new global::System.EventHandler (this.UpdatePolicyNameList); }
protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog this.Events = ((global::Gdk.EventMask)(256)); this.Name = "MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog"; this.Title = global::Mono.Unix.Catalog.GetString ("Repository Certified by an Unknown Authority"); this.Modal = true; // Internal child MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog.VBox global::Gtk.VBox w1 = this.VBox; w1.Events = ((global::Gdk.EventMask)(256)); w1.Name = "dialog_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog_VBox.Gtk.Box+BoxChild this.hbox1 = new global::Gtk.HBox (); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; this.hbox1.BorderWidth = ((uint)(6)); // Container child hbox1.Gtk.Box+BoxChild this.vbox2 = new global::Gtk.VBox (); this.vbox2.Name = "vbox2"; // Container child vbox2.Gtk.Box+BoxChild this.image1 = new global::Gtk.Image (); this.image1.Name = "image1"; this.image1.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-warning", global::Gtk.IconSize.Dialog); this.vbox2.Add (this.image1); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.image1])); w2.Position = 0; w2.Expand = false; w2.Fill = false; this.hbox1.Add (this.vbox2); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2])); w3.Position = 0; w3.Expand = false; w3.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.vbox3 = new global::Gtk.VBox (); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; this.vbox3.BorderWidth = ((uint)(12)); // Container child vbox3.Gtk.Box+BoxChild this.label2 = new global::Gtk.Label (); this.label2.Name = "label2"; this.label2.Xalign = 0F; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Unable to verify the identity of host as a trusted site."); this.vbox3.Add (this.label2); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label2])); w4.Position = 0; w4.Expand = false; w4.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.labelReason = new global::Gtk.Label (); this.labelReason.Name = "labelReason"; this.labelReason.Xalign = 0F; this.labelReason.LabelProp = "<b>Reason</b>"; this.labelReason.UseMarkup = true; this.vbox3.Add (this.labelReason); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.labelReason])); w5.Position = 1; w5.Expand = false; w5.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hseparator2 = new global::Gtk.HSeparator (); this.hseparator2.Name = "hseparator2"; this.vbox3.Add (this.hseparator2); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator2])); w6.Position = 2; w6.Expand = false; w6.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.table1 = new global::Gtk.Table (((uint)(6)), ((uint)(2)), false); this.table1.Name = "table1"; this.table1.RowSpacing = ((uint)(6)); this.table1.ColumnSpacing = ((uint)(6)); // Container child table1.Gtk.Table+TableChild this.label3 = new global::Gtk.Label (); this.label3.Name = "label3"; this.label3.Xalign = 0F; this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Host name</b>:"); this.label3.UseMarkup = true; this.table1.Add (this.label3); global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3])); w7.TopAttach = ((uint)(1)); w7.BottomAttach = ((uint)(2)); w7.XOptions = ((global::Gtk.AttachOptions)(4)); w7.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label4 = new global::Gtk.Label (); this.label4.Name = "label4"; this.label4.Xalign = 0F; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Issued by:</b>"); this.label4.UseMarkup = true; this.table1.Add (this.label4); global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4])); w8.TopAttach = ((uint)(2)); w8.BottomAttach = ((uint)(3)); w8.XOptions = ((global::Gtk.AttachOptions)(4)); w8.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label5 = new global::Gtk.Label (); this.label5.Name = "label5"; this.label5.Xalign = 0F; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Issued on:</b>"); this.label5.UseMarkup = true; this.table1.Add (this.label5); global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5])); w9.TopAttach = ((uint)(3)); w9.BottomAttach = ((uint)(4)); w9.XOptions = ((global::Gtk.AttachOptions)(4)); w9.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label6 = new global::Gtk.Label (); this.label6.Name = "label6"; this.label6.Xalign = 0F; this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Expires on:</b>"); this.label6.UseMarkup = true; this.table1.Add (this.label6); global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6])); w10.TopAttach = ((uint)(4)); w10.BottomAttach = ((uint)(5)); w10.XOptions = ((global::Gtk.AttachOptions)(4)); w10.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label7 = new global::Gtk.Label (); this.label7.Name = "label7"; this.label7.Xalign = 0F; this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Fingerprint:</b>"); this.label7.UseMarkup = true; this.table1.Add (this.label7); global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7])); w11.TopAttach = ((uint)(5)); w11.BottomAttach = ((uint)(6)); w11.XOptions = ((global::Gtk.AttachOptions)(4)); w11.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label8 = new global::Gtk.Label (); this.label8.Name = "label8"; this.label8.Xalign = 0F; this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Auth. Realm:</b>"); this.label8.UseMarkup = true; this.table1.Add (this.label8); global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8])); w12.XOptions = ((global::Gtk.AttachOptions)(4)); w12.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.labelFprint = new global::Gtk.Label (); this.labelFprint.Name = "labelFprint"; this.labelFprint.Xalign = 0F; this.labelFprint.LabelProp = "label14"; this.table1.Add (this.labelFprint); global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelFprint])); w13.TopAttach = ((uint)(5)); w13.BottomAttach = ((uint)(6)); w13.LeftAttach = ((uint)(1)); w13.RightAttach = ((uint)(2)); w13.XOptions = ((global::Gtk.AttachOptions)(4)); w13.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.labelFrom = new global::Gtk.Label (); this.labelFrom.Name = "labelFrom"; this.labelFrom.Xalign = 0F; this.labelFrom.LabelProp = "label12"; this.table1.Add (this.labelFrom); global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelFrom])); w14.TopAttach = ((uint)(3)); w14.BottomAttach = ((uint)(4)); w14.LeftAttach = ((uint)(1)); w14.RightAttach = ((uint)(2)); w14.XOptions = ((global::Gtk.AttachOptions)(4)); w14.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.labelHost = new global::Gtk.Label (); this.labelHost.Name = "labelHost"; this.labelHost.Xalign = 0F; this.labelHost.LabelProp = "label10"; this.table1.Add (this.labelHost); global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelHost])); w15.TopAttach = ((uint)(1)); w15.BottomAttach = ((uint)(2)); w15.LeftAttach = ((uint)(1)); w15.RightAttach = ((uint)(2)); w15.XOptions = ((global::Gtk.AttachOptions)(4)); w15.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.labelIssuer = new global::Gtk.Label (); this.labelIssuer.Name = "labelIssuer"; this.labelIssuer.Xalign = 0F; this.labelIssuer.LabelProp = "label11"; this.table1.Add (this.labelIssuer); global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelIssuer])); w16.TopAttach = ((uint)(2)); w16.BottomAttach = ((uint)(3)); w16.LeftAttach = ((uint)(1)); w16.RightAttach = ((uint)(2)); w16.XOptions = ((global::Gtk.AttachOptions)(4)); w16.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.labelRealm = new global::Gtk.Label (); this.labelRealm.Name = "labelRealm"; this.labelRealm.Xalign = 0F; this.labelRealm.LabelProp = "label9"; this.table1.Add (this.labelRealm); global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelRealm])); w17.LeftAttach = ((uint)(1)); w17.RightAttach = ((uint)(2)); w17.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.labelUntil = new global::Gtk.Label (); this.labelUntil.Name = "labelUntil"; this.labelUntil.Xalign = 0F; this.labelUntil.LabelProp = "label13"; this.table1.Add (this.labelUntil); global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelUntil])); w18.TopAttach = ((uint)(4)); w18.BottomAttach = ((uint)(5)); w18.LeftAttach = ((uint)(1)); w18.RightAttach = ((uint)(2)); w18.XOptions = ((global::Gtk.AttachOptions)(4)); w18.YOptions = ((global::Gtk.AttachOptions)(4)); this.vbox3.Add (this.table1); global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table1])); w19.Position = 3; w19.Expand = false; w19.Fill = false; w19.Padding = ((uint)(6)); // Container child vbox3.Gtk.Box+BoxChild this.hseparator1 = new global::Gtk.HSeparator (); this.hseparator1.Name = "hseparator1"; this.vbox3.Add (this.hseparator1); global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator1])); w20.Position = 4; w20.Expand = false; w20.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.label15 = new global::Gtk.Label (); this.label15.Name = "label15"; this.label15.Xalign = 0F; this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("Do you want to accept the certificate and connect to the repository?"); this.vbox3.Add (this.label15); global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label15])); w21.Position = 5; w21.Expand = false; w21.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.radioAccept = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Accept this certificate permanently")); this.radioAccept.CanFocus = true; this.radioAccept.Name = "radioAccept"; this.radioAccept.Active = true; this.radioAccept.DrawIndicator = true; this.radioAccept.UseUnderline = true; this.radioAccept.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.vbox3.Add (this.radioAccept); global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioAccept])); w22.Position = 6; w22.Expand = false; w22.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.radioAcceptSession = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Accept this certificate temporarily for this session")); this.radioAcceptSession.CanFocus = true; this.radioAcceptSession.Name = "radioAcceptSession"; this.radioAcceptSession.DrawIndicator = true; this.radioAcceptSession.UseUnderline = true; this.radioAcceptSession.Group = this.radioAccept.Group; this.vbox3.Add (this.radioAcceptSession); global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioAcceptSession])); w23.Position = 7; w23.Expand = false; w23.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.radioNotAccept = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Do not accept this certificate and do not connect to this repository")); this.radioNotAccept.CanFocus = true; this.radioNotAccept.Name = "radioNotAccept"; this.radioNotAccept.DrawIndicator = true; this.radioNotAccept.UseUnderline = true; this.radioNotAccept.Group = this.radioAccept.Group; this.vbox3.Add (this.radioNotAccept); global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioNotAccept])); w24.Position = 8; w24.Expand = false; w24.Fill = false; this.hbox1.Add (this.vbox3); global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3])); w25.Position = 1; w1.Add (this.hbox1); global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1])); w26.Position = 0; // Internal child MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog.ActionArea global::Gtk.HButtonBox w27 = this.ActionArea; w27.Events = ((global::Gdk.EventMask)(256)); w27.Name = "MonoDevelop.VersionControl.Subversion.SslServerTrustDialog_ActionArea"; w27.Spacing = 10; w27.BorderWidth = ((uint)(5)); w27.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4)); // Container child MonoDevelop.VersionControl.Subversion.SslServerTrustDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.button98 = new global::Gtk.Button (); this.button98.CanDefault = true; this.button98.CanFocus = true; this.button98.Name = "button98"; this.button98.UseStock = true; this.button98.UseUnderline = true; this.button98.Label = "gtk-cancel"; this.AddActionWidget (this.button98, -6); global::Gtk.ButtonBox.ButtonBoxChild w28 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w27 [this.button98])); w28.Expand = false; w28.Fill = false; // Container child MonoDevelop.VersionControl.Subversion.SslServerTrustDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.button104 = new global::Gtk.Button (); this.button104.CanDefault = true; this.button104.CanFocus = true; this.button104.Name = "button104"; this.button104.UseStock = true; this.button104.UseUnderline = true; this.button104.Label = "gtk-ok"; this.AddActionWidget (this.button104, -5); global::Gtk.ButtonBox.ButtonBoxChild w29 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w27 [this.button104])); w29.Position = 1; w29.Expand = false; w29.Fill = false; if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 508; this.DefaultHeight = 415; this.Hide (); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MonoDevelop.SourceEditor.OptionPanels.CompletionAppearancePanel global::Stetic.BinContainer.Attach(this); this.Name = "MonoDevelop.SourceEditor.OptionPanels.CompletionAppearancePanel"; // Container child MonoDevelop.SourceEditor.OptionPanels.CompletionAppearancePanel.Gtk.Container+ContainerChild this.vbox1 = new global::Gtk.VBox(); this.vbox1.Name = "vbox1"; this.vbox1.Spacing = 6; // Container child vbox1.Gtk.Box+BoxChild this.alignment3 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F); this.alignment3.Name = "alignment3"; this.alignment3.LeftPadding = ((uint)(12)); // Container child alignment3.Gtk.Container+ContainerChild this.vbox5 = new global::Gtk.VBox(); this.vbox5.Name = "vbox5"; this.vbox5.Spacing = 6; // Container child vbox5.Gtk.Box+BoxChild this.filterByBrowsableCheckbutton = new global::Gtk.CheckButton(); this.filterByBrowsableCheckbutton.CanFocus = true; this.filterByBrowsableCheckbutton.Name = "filterByBrowsableCheckbutton"; this.filterByBrowsableCheckbutton.Label = global::Mono.Unix.Catalog.GetString("_Filter members by [EditorBrowsable] attribute"); this.filterByBrowsableCheckbutton.Active = true; this.filterByBrowsableCheckbutton.DrawIndicator = true; this.filterByBrowsableCheckbutton.UseUnderline = true; this.vbox5.Add(this.filterByBrowsableCheckbutton); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.filterByBrowsableCheckbutton])); w1.Position = 0; w1.Expand = false; w1.Fill = false; // 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.fixed1 = new global::Gtk.Fixed(); this.fixed1.Name = "fixed1"; this.fixed1.HasWindow = false; this.hbox2.Add(this.fixed1); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.fixed1])); w2.Position = 0; w2.Expand = false; w2.Padding = ((uint)(6)); // Container child hbox2.Gtk.Box+BoxChild this.normalOnlyRadiobutton = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("_Show Normal members only")); this.normalOnlyRadiobutton.CanFocus = true; this.normalOnlyRadiobutton.Name = "normalOnlyRadiobutton"; this.normalOnlyRadiobutton.DrawIndicator = true; this.normalOnlyRadiobutton.UseUnderline = true; this.normalOnlyRadiobutton.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.hbox2.Add(this.normalOnlyRadiobutton); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.normalOnlyRadiobutton])); w3.Position = 1; this.vbox5.Add(this.hbox2); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hbox2])); w4.Position = 1; w4.Expand = false; w4.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.alignment1 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F); this.alignment1.Name = "alignment1"; this.alignment1.LeftPadding = ((uint)(38)); // Container child alignment1.Gtk.Container+ContainerChild this.label4 = new global::Gtk.Label(); this.label4.Name = "label4"; this.label4.Xalign = 0F; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("<i>EditorBrowsableState.Always</i>"); this.label4.UseMarkup = true; this.alignment1.Add(this.label4); this.vbox5.Add(this.alignment1); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.alignment1])); w6.Position = 2; w6.Expand = false; w6.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.hbox3 = new global::Gtk.HBox(); this.hbox3.Name = "hbox3"; this.hbox3.Spacing = 6; // Container child hbox3.Gtk.Box+BoxChild this.fixed2 = new global::Gtk.Fixed(); this.fixed2.Name = "fixed2"; this.fixed2.HasWindow = false; this.hbox3.Add(this.fixed2); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.fixed2])); w7.Position = 0; w7.Expand = false; w7.Padding = ((uint)(6)); // Container child hbox3.Gtk.Box+BoxChild this.includeAdvancedRadiobutton = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Show Normal and _Advanced members")); this.includeAdvancedRadiobutton.CanFocus = true; this.includeAdvancedRadiobutton.Name = "includeAdvancedRadiobutton"; this.includeAdvancedRadiobutton.DrawIndicator = true; this.includeAdvancedRadiobutton.UseUnderline = true; this.includeAdvancedRadiobutton.Group = this.normalOnlyRadiobutton.Group; this.hbox3.Add(this.includeAdvancedRadiobutton); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.includeAdvancedRadiobutton])); w8.Position = 1; this.vbox5.Add(this.hbox3); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hbox3])); w9.Position = 3; w9.Expand = false; w9.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.alignment2 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F); this.alignment2.Name = "alignment2"; this.alignment2.LeftPadding = ((uint)(38)); // Container child alignment2.Gtk.Container+ContainerChild this.label5 = new global::Gtk.Label(); this.label5.Name = "label5"; this.label5.Xalign = 0F; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("<i>EditorBrowsableState.Always and EditorBrowsableState.Advanced</i>"); this.label5.UseMarkup = true; this.alignment2.Add(this.label5); this.vbox5.Add(this.alignment2); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.alignment2])); w11.Position = 4; w11.Expand = false; w11.Fill = false; this.alignment3.Add(this.vbox5); this.vbox1.Add(this.alignment3); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.alignment3])); w13.Position = 0; w13.Expand = false; w13.Fill = false; this.Add(this.vbox1); if ((this.Child != null)) { this.Child.ShowAll(); } this.Hide(); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget Pinta.ResizeImageDialog this.Name = "Pinta.ResizeImageDialog"; this.Title = global::Mono.Unix.Catalog.GetString("Resize Image"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); this.Modal = true; this.DefaultWidth = 300; this.DefaultHeight = 200; // Internal child Pinta.ResizeImageDialog.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.hbox1 = new global::Gtk.HBox(); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; // Container child hbox1.Gtk.Box+BoxChild this.percentageRadio = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("By percentage:")); this.percentageRadio.CanFocus = true; this.percentageRadio.Name = "percentageRadio"; this.percentageRadio.Active = true; this.percentageRadio.DrawIndicator = true; this.percentageRadio.UseUnderline = true; this.percentageRadio.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.hbox1.Add(this.percentageRadio); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.percentageRadio])); w2.Position = 0; // Container child hbox1.Gtk.Box+BoxChild this.percentageSpinner = new global::Gtk.SpinButton(1D, 1000D, 1D); this.percentageSpinner.CanFocus = true; this.percentageSpinner.Name = "percentageSpinner"; this.percentageSpinner.Adjustment.PageIncrement = 10D; this.percentageSpinner.ClimbRate = 1D; this.percentageSpinner.Numeric = true; this.percentageSpinner.Value = 100D; this.hbox1.Add(this.percentageSpinner); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.percentageSpinner])); w3.Position = 1; w3.Expand = false; w3.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.label1 = new global::Gtk.Label(); this.label1.Name = "label1"; this.label1.LabelProp = "%"; this.hbox1.Add(this.label1); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1])); w4.Position = 2; w4.Expand = false; w4.Fill = false; this.vbox2.Add(this.hbox1); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1])); w5.Position = 0; w5.Expand = false; w5.Fill = false; // 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.absoluteRadio = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("By absolute size:")); this.absoluteRadio.CanFocus = true; this.absoluteRadio.Name = "absoluteRadio"; this.absoluteRadio.DrawIndicator = true; this.absoluteRadio.UseUnderline = true; this.absoluteRadio.Group = this.percentageRadio.Group; this.hbox2.Add(this.absoluteRadio); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.absoluteRadio])); w6.Position = 0; this.vbox2.Add(this.hbox2); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox2])); w7.Position = 1; w7.Expand = false; w7.Fill = false; // 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.label2 = new global::Gtk.Label(); this.label2.Name = "label2"; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Width:"); this.hbox3.Add(this.label2); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label2])); w8.Position = 0; w8.Expand = false; w8.Fill = false; // Container child hbox3.Gtk.Box+BoxChild this.widthSpinner = new global::Gtk.SpinButton(1D, 10000D, 1D); this.widthSpinner.Sensitive = false; this.widthSpinner.CanFocus = true; this.widthSpinner.Name = "widthSpinner"; this.widthSpinner.Adjustment.PageIncrement = 10D; this.widthSpinner.ClimbRate = 1D; this.widthSpinner.Numeric = true; this.hbox3.Add(this.widthSpinner); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.widthSpinner])); w9.Position = 1; w9.Expand = false; w9.Fill = false; // Container child hbox3.Gtk.Box+BoxChild this.label4 = new global::Gtk.Label(); this.label4.Name = "label4"; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("pixels"); this.hbox3.Add(this.label4); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label4])); w10.Position = 2; w10.Expand = false; w10.Fill = false; this.vbox2.Add(this.hbox3); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox3])); w11.Position = 2; w11.Expand = false; w11.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.hbox4 = new global::Gtk.HBox(); this.hbox4.Name = "hbox4"; this.hbox4.Spacing = 6; // Container child hbox4.Gtk.Box+BoxChild this.label3 = new global::Gtk.Label(); this.label3.Name = "label3"; this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Height:"); this.hbox4.Add(this.label3); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.label3])); w12.Position = 0; w12.Expand = false; w12.Fill = false; // Container child hbox4.Gtk.Box+BoxChild this.heightSpinner = new global::Gtk.SpinButton(1D, 10000D, 1D); this.heightSpinner.Sensitive = false; this.heightSpinner.CanFocus = true; this.heightSpinner.Name = "heightSpinner"; this.heightSpinner.Adjustment.PageIncrement = 10D; this.heightSpinner.ClimbRate = 1D; this.heightSpinner.Numeric = true; this.hbox4.Add(this.heightSpinner); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.heightSpinner])); w13.Position = 1; w13.Expand = false; w13.Fill = false; // Container child hbox4.Gtk.Box+BoxChild this.label5 = new global::Gtk.Label(); this.label5.Name = "label5"; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("pixels"); this.hbox4.Add(this.label5); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.label5])); w14.Position = 2; w14.Expand = false; w14.Fill = false; this.vbox2.Add(this.hbox4); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox4])); w15.Position = 3; w15.Expand = false; w15.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.aspectCheckbox = new global::Gtk.CheckButton(); this.aspectCheckbox.Sensitive = false; this.aspectCheckbox.CanFocus = true; this.aspectCheckbox.Name = "aspectCheckbox"; this.aspectCheckbox.Label = global::Mono.Unix.Catalog.GetString("Maintain aspect ratio"); this.aspectCheckbox.Active = true; this.aspectCheckbox.DrawIndicator = true; this.aspectCheckbox.UseUnderline = true; this.vbox2.Add(this.aspectCheckbox); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.aspectCheckbox])); w16.Position = 4; w16.Expand = false; w16.Fill = false; w1.Add(this.vbox2); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2])); w17.Position = 0; w17.Expand = false; w17.Fill = false; // Internal child Pinta.ResizeImageDialog.ActionArea global::Gtk.HButtonBox w18 = this.ActionArea; w18.Name = "dialog1_ActionArea"; w18.Spacing = 10; w18.BorderWidth = ((uint)(5)); w18.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 w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18[this.buttonCancel])); w19.Expand = false; w19.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 w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18[this.buttonOk])); w20.Position = 1; w20.Expand = false; w20.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.Show(); }
protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget MonoDevelop.Ide.Projects.AddExternalFileDialog this.Name = "MonoDevelop.Ide.Projects.AddExternalFileDialog"; this.Title = global::Mono.Unix.Catalog.GetString ("Add File to Folder"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Internal child MonoDevelop.Ide.Projects.AddExternalFileDialog.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; this.hbox1.BorderWidth = ((uint)(9)); // Container child hbox1.Gtk.Box+BoxChild this.vbox3 = new global::Gtk.VBox (); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; // Container child vbox3.Gtk.Box+BoxChild this.image23 = new global::Gtk.Image (); this.image23.Name = "image23"; this.image23.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-question", global::Gtk.IconSize.Dialog); this.vbox3.Add (this.image23); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.image23])); w2.Position = 0; w2.Expand = false; w2.Fill = false; this.hbox1.Add (this.vbox3); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3])); w3.Position = 0; w3.Expand = false; w3.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.vbox2 = new global::Gtk.VBox (); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 18; this.vbox2.BorderWidth = ((uint)(3)); // Container child vbox2.Gtk.Box+BoxChild this.labelTitle = new global::Gtk.Label (); this.labelTitle.WidthRequest = 450; this.labelTitle.Name = "labelTitle"; this.labelTitle.Xalign = 0F; this.labelTitle.LabelProp = global::Mono.Unix.Catalog.GetString ("The file {0} is outside the target directory. What would you like to do?"); this.labelTitle.UseMarkup = true; this.labelTitle.Wrap = true; this.vbox2.Add (this.labelTitle); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelTitle])); w4.Position = 0; w4.Expand = false; w4.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F); this.alignment1.Name = "alignment1"; this.alignment1.LeftPadding = ((uint)(20)); // Container child alignment1.Gtk.Container+ContainerChild this.vbox4 = new global::Gtk.VBox (); this.vbox4.Name = "vbox4"; this.vbox4.Spacing = 6; // Container child vbox4.Gtk.Box+BoxChild this.radioKeep = new global::Gtk.RadioButton (""); this.radioKeep.CanFocus = true; this.radioKeep.Name = "radioKeep"; this.radioKeep.DrawIndicator = true; this.radioKeep.UseUnderline = true; this.radioKeep.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.radioKeep.Remove (this.radioKeep.Child); // Container child radioKeep.Gtk.Container+ContainerChild this.labelKeep = new global::Gtk.Label (); this.labelKeep.WidthRequest = 376; this.labelKeep.Name = "labelKeep"; this.labelKeep.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Keep</b> the file in its the current subdirectory ({0})"); this.labelKeep.UseMarkup = true; this.labelKeep.Wrap = true; this.radioKeep.Add (this.labelKeep); this.vbox4.Add (this.radioKeep); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioKeep])); w6.Position = 0; w6.Expand = false; w6.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.radioCopy = new global::Gtk.RadioButton (""); this.radioCopy.CanFocus = true; this.radioCopy.Name = "radioCopy"; this.radioCopy.DrawIndicator = true; this.radioCopy.UseUnderline = true; this.radioCopy.Group = this.radioKeep.Group; this.radioCopy.Remove (this.radioCopy.Child); // Container child radioCopy.Gtk.Container+ContainerChild this.label4 = new global::Gtk.Label (); this.label4.Name = "label4"; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Copy</b> the file to the directory"); this.label4.UseMarkup = true; this.radioCopy.Add (this.label4); this.vbox4.Add (this.radioCopy); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioCopy])); w8.Position = 1; w8.Expand = false; w8.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.radioMove = new global::Gtk.RadioButton (""); this.radioMove.CanFocus = true; this.radioMove.Name = "radioMove"; this.radioMove.DrawIndicator = true; this.radioMove.UseUnderline = true; this.radioMove.Group = this.radioKeep.Group; this.radioMove.Remove (this.radioMove.Child); // Container child radioMove.Gtk.Container+ContainerChild this.label5 = new global::Gtk.Label (); this.label5.Name = "label5"; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Move</b> the file to the directory"); this.label5.UseMarkup = true; this.radioMove.Add (this.label5); this.vbox4.Add (this.radioMove); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioMove])); w10.Position = 2; w10.Expand = false; w10.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.radioLink = new global::Gtk.RadioButton (""); this.radioLink.CanFocus = true; this.radioLink.Name = "radioLink"; this.radioLink.DrawIndicator = true; this.radioLink.UseUnderline = true; this.radioLink.Group = this.radioKeep.Group; this.radioLink.Remove (this.radioLink.Child); // Container child radioLink.Gtk.Container+ContainerChild this.label6 = new global::Gtk.Label (); this.label6.Name = "label6"; this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Add a link</b> to the file"); this.label6.UseMarkup = true; this.radioLink.Add (this.label6); this.vbox4.Add (this.radioLink); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioLink])); w12.Position = 3; w12.Expand = false; w12.Fill = false; this.alignment1.Add (this.vbox4); this.vbox2.Add (this.alignment1); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment1])); w14.Position = 1; w14.Expand = false; w14.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.checkApplyAll = new global::Gtk.CheckButton (); this.checkApplyAll.CanFocus = true; this.checkApplyAll.Name = "checkApplyAll"; this.checkApplyAll.Label = global::Mono.Unix.Catalog.GetString ("Use the same action for all selected files"); this.checkApplyAll.DrawIndicator = true; this.checkApplyAll.UseUnderline = true; this.vbox2.Add (this.checkApplyAll); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkApplyAll])); w15.Position = 2; w15.Expand = false; w15.Fill = false; this.hbox1.Add (this.vbox2); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2])); w16.Position = 1; w16.Expand = false; w16.Fill = false; w1.Add (this.hbox1); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1])); w17.Position = 0; // Internal child MonoDevelop.Ide.Projects.AddExternalFileDialog.ActionArea global::Gtk.HButtonBox w18 = this.ActionArea; w18.Name = "dialog1_ActionArea"; w18.Spacing = 10; w18.BorderWidth = ((uint)(11)); w18.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 w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonCancel])); w19.Expand = false; w19.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 w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonOk])); w20.Position = 1; w20.Expand = false; w20.Fill = false; if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 536; this.DefaultHeight = 286; this.radioKeep.Hide (); this.checkApplyAll.Hide (); this.Show (); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MonoDevelop.Ide.Projects.ConfirmProjectDeleteDialog this.Name = "MonoDevelop.Ide.Projects.ConfirmProjectDeleteDialog"; this.Title = global::Mono.Unix.Catalog.GetString("Delete Project"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); this.Modal = true; // Internal child MonoDevelop.Ide.Projects.ConfirmProjectDeleteDialog.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)(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("Please select which files and folders you want to delete:"); this.vbox2.Add(this.label1); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.radioDeleteAll = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Delete the project file and the whole project directory:")); this.radioDeleteAll.CanFocus = true; this.radioDeleteAll.Name = "radioDeleteAll"; this.radioDeleteAll.DrawIndicator = true; this.radioDeleteAll.UseUnderline = true; this.radioDeleteAll.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.vbox2.Add(this.radioDeleteAll); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.radioDeleteAll])); w3.Position = 1; w3.Expand = false; w3.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.alignment1 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F); this.alignment1.Name = "alignment1"; this.alignment1.LeftPadding = ((uint)(30)); // Container child alignment1.Gtk.Container+ContainerChild this.labelProjectDir = new global::Gtk.Label(); this.labelProjectDir.Name = "labelProjectDir"; this.labelProjectDir.Xalign = 0F; this.labelProjectDir.LabelProp = "label2"; this.alignment1.Add(this.labelProjectDir); this.vbox2.Add(this.alignment1); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment1])); w5.Position = 2; w5.Expand = false; w5.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.radioDeleteSel = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Delete the following files and folders:")); this.radioDeleteSel.CanFocus = true; this.radioDeleteSel.Name = "radioDeleteSel"; this.radioDeleteSel.DrawIndicator = true; this.radioDeleteSel.UseUnderline = true; this.radioDeleteSel.Group = this.radioDeleteAll.Group; this.vbox2.Add(this.radioDeleteSel); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.radioDeleteSel])); w6.Position = 3; w6.Expand = false; w6.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.alignment2 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F); this.alignment2.Name = "alignment2"; this.alignment2.LeftPadding = ((uint)(30)); // Container child alignment2.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.fileList = new global::Gtk.TreeView(); this.fileList.CanFocus = true; this.fileList.Name = "fileList"; this.fileList.HeadersVisible = false; this.GtkScrolledWindow.Add(this.fileList); this.alignment2.Add(this.GtkScrolledWindow); this.vbox2.Add(this.alignment2); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment2])); w9.Position = 4; w1.Add(this.vbox2); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2])); w10.Position = 0; // Internal child MonoDevelop.Ide.Projects.ConfirmProjectDeleteDialog.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.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 w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonCancel])); w12.Expand = false; w12.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-delete"; this.AddActionWidget(this.buttonOk, -5); global::Gtk.ButtonBox.ButtonBoxChild w13 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonOk])); w13.Position = 1; w13.Expand = false; w13.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 512; this.DefaultHeight = 387; this.Hide(); this.radioDeleteAll.Toggled += new global::System.EventHandler(this.OnRadioDeleteAllToggled); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MonoDevelop.Ide.FindInFiles.FindInFilesDialog this.Name = "MonoDevelop.Ide.FindInFiles.FindInFilesDialog"; this.TypeHint = ((global::Gdk.WindowTypeHint)(1)); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); this.BorderWidth = ((uint)(6)); this.DestroyWithParent = true; this.SkipPagerHint = true; this.SkipTaskbarHint = true; // Internal child MonoDevelop.Ide.FindInFiles.FindInFilesDialog.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; w1.Spacing = 6; 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)(6)); // 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.toggleFindInFiles = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Find in Files")); this.toggleFindInFiles.TooltipMarkup = "Switch to Find in Files"; this.toggleFindInFiles.CanFocus = true; this.toggleFindInFiles.Name = "toggleFindInFiles"; this.toggleFindInFiles.Active = true; this.toggleFindInFiles.DrawIndicator = false; this.toggleFindInFiles.UseUnderline = true; this.toggleFindInFiles.Relief = ((global::Gtk.ReliefStyle)(2)); this.toggleFindInFiles.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.hbox3.Add(this.toggleFindInFiles); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.toggleFindInFiles])); w2.Position = 0; w2.Expand = false; // Container child hbox3.Gtk.Box+BoxChild this.vseparator1 = new global::Gtk.VSeparator(); this.vseparator1.Name = "vseparator1"; this.hbox3.Add(this.vseparator1); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vseparator1])); w3.Position = 1; w3.Expand = false; w3.Fill = false; // Container child hbox3.Gtk.Box+BoxChild this.toggleReplaceInFiles = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Replace in Files")); this.toggleReplaceInFiles.TooltipMarkup = "Switch to Replace in Files"; this.toggleReplaceInFiles.CanFocus = true; this.toggleReplaceInFiles.Name = "toggleReplaceInFiles"; this.toggleReplaceInFiles.DrawIndicator = false; this.toggleReplaceInFiles.UseUnderline = true; this.toggleReplaceInFiles.Relief = ((global::Gtk.ReliefStyle)(2)); this.toggleReplaceInFiles.Group = this.toggleFindInFiles.Group; this.hbox3.Add(this.toggleReplaceInFiles); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.toggleReplaceInFiles])); w4.Position = 2; w4.Expand = false; this.vbox2.Add(this.hbox3); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3])); w5.Position = 0; w5.Expand = false; w5.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.tableFindAndReplace = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false); this.tableFindAndReplace.Name = "tableFindAndReplace"; this.tableFindAndReplace.RowSpacing = ((uint)(6)); this.tableFindAndReplace.ColumnSpacing = ((uint)(6)); // Container child tableFindAndReplace.Gtk.Table+TableChild this.comboboxentryFind = global::Gtk.ComboBoxEntry.NewText(); this.comboboxentryFind.Name = "comboboxentryFind"; this.tableFindAndReplace.Add(this.comboboxentryFind); global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.comboboxentryFind])); w6.LeftAttach = ((uint)(1)); w6.RightAttach = ((uint)(2)); w6.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableFindAndReplace.Gtk.Table+TableChild this.hbox2 = new global::Gtk.HBox(); this.hbox2.Name = "hbox2"; this.hbox2.Spacing = 6; // Container child hbox2.Gtk.Box+BoxChild this.comboboxScope = global::Gtk.ComboBox.NewText(); this.comboboxScope.Name = "comboboxScope"; this.hbox2.Add(this.comboboxScope); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboboxScope])); w7.Position = 0; w7.Expand = false; w7.Fill = false; this.tableFindAndReplace.Add(this.hbox2); global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.hbox2])); w8.TopAttach = ((uint)(1)); w8.BottomAttach = ((uint)(2)); w8.LeftAttach = ((uint)(1)); w8.RightAttach = ((uint)(2)); w8.XOptions = ((global::Gtk.AttachOptions)(4)); w8.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableFindAndReplace.Gtk.Table+TableChild this.labelFind = new global::Gtk.Label(); this.labelFind.Name = "labelFind"; this.labelFind.Xalign = 0F; this.labelFind.LabelProp = global::Mono.Unix.Catalog.GetString("_Find:"); this.labelFind.UseUnderline = true; this.tableFindAndReplace.Add(this.labelFind); global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.labelFind])); w9.XOptions = ((global::Gtk.AttachOptions)(4)); w9.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableFindAndReplace.Gtk.Table+TableChild this.labelScope = new global::Gtk.Label(); this.labelScope.Name = "labelScope"; this.labelScope.Xalign = 0F; this.labelScope.LabelProp = global::Mono.Unix.Catalog.GetString("_Look in:"); this.labelScope.UseUnderline = true; this.tableFindAndReplace.Add(this.labelScope); global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.labelScope])); w10.TopAttach = ((uint)(1)); w10.BottomAttach = ((uint)(2)); w10.XOptions = ((global::Gtk.AttachOptions)(4)); w10.YOptions = ((global::Gtk.AttachOptions)(4)); this.hbox1.Add(this.tableFindAndReplace); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.tableFindAndReplace])); w11.Position = 0; this.vbox2.Add(this.hbox1); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1])); w12.Position = 1; w12.Expand = false; w12.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.checkbuttonCaseSensitive = new global::Gtk.CheckButton(); this.checkbuttonCaseSensitive.CanFocus = true; this.checkbuttonCaseSensitive.Name = "checkbuttonCaseSensitive"; this.checkbuttonCaseSensitive.Label = global::Mono.Unix.Catalog.GetString("C_ase sensitive"); this.checkbuttonCaseSensitive.DrawIndicator = true; this.checkbuttonCaseSensitive.UseUnderline = true; this.table1.Add(this.checkbuttonCaseSensitive); global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbuttonCaseSensitive])); w13.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.checkbuttonRegexSearch = new global::Gtk.CheckButton(); this.checkbuttonRegexSearch.CanFocus = true; this.checkbuttonRegexSearch.Name = "checkbuttonRegexSearch"; this.checkbuttonRegexSearch.Label = global::Mono.Unix.Catalog.GetString("Rege_x search"); this.checkbuttonRegexSearch.DrawIndicator = true; this.checkbuttonRegexSearch.UseUnderline = true; this.table1.Add(this.checkbuttonRegexSearch); global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbuttonRegexSearch])); w14.TopAttach = ((uint)(2)); w14.BottomAttach = ((uint)(3)); w14.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.checkbuttonWholeWordsOnly = new global::Gtk.CheckButton(); this.checkbuttonWholeWordsOnly.CanFocus = true; this.checkbuttonWholeWordsOnly.Name = "checkbuttonWholeWordsOnly"; this.checkbuttonWholeWordsOnly.Label = global::Mono.Unix.Catalog.GetString("_Whole words only"); this.checkbuttonWholeWordsOnly.DrawIndicator = true; this.checkbuttonWholeWordsOnly.UseUnderline = true; this.table1.Add(this.checkbuttonWholeWordsOnly); global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbuttonWholeWordsOnly])); w15.TopAttach = ((uint)(1)); w15.BottomAttach = ((uint)(2)); w15.YOptions = ((global::Gtk.AttachOptions)(4)); this.vbox2.Add(this.table1); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1])); w16.Position = 2; w16.Expand = false; w16.Fill = false; w1.Add(this.vbox2); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2])); w17.Position = 0; w17.Expand = false; w17.Fill = false; // Internal child MonoDevelop.Ide.FindInFiles.FindInFilesDialog.ActionArea global::Gtk.HButtonBox w18 = this.ActionArea; w18.Name = "dialog1_ActionArea"; w18.Spacing = 6; w18.BorderWidth = ((uint)(5)); w18.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4)); // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.buttonStop = new global::Gtk.Button(); this.buttonStop.CanFocus = true; this.buttonStop.Name = "buttonStop"; this.buttonStop.UseStock = true; this.buttonStop.UseUnderline = true; this.buttonStop.Label = "gtk-stop"; this.AddActionWidget(this.buttonStop, 0); global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonStop])); w19.Expand = false; w19.Fill = false; // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.buttonClose = new global::Gtk.Button(); this.buttonClose.CanDefault = true; this.buttonClose.CanFocus = true; this.buttonClose.Name = "buttonClose"; this.buttonClose.UseStock = true; this.buttonClose.UseUnderline = true; this.buttonClose.Label = "gtk-close"; this.AddActionWidget(this.buttonClose, -7); global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonClose])); w20.Position = 1; w20.Expand = false; w20.Fill = false; // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.buttonSearch = new global::Gtk.Button(); this.buttonSearch.CanDefault = true; this.buttonSearch.CanFocus = true; this.buttonSearch.Name = "buttonSearch"; this.buttonSearch.UseStock = true; this.buttonSearch.UseUnderline = true; this.buttonSearch.Label = "gtk-find"; this.AddActionWidget(this.buttonSearch, 0); global::Gtk.ButtonBox.ButtonBoxChild w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonSearch])); w21.Position = 2; w21.Expand = false; w21.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 456; this.DefaultHeight = 348; this.labelFind.MnemonicWidget = this.comboboxentryFind; this.labelScope.MnemonicWidget = this.comboboxScope; this.Hide(); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget EscuelaPrimaria.Pagos this.Name = "EscuelaPrimaria.Pagos"; this.Title = global::Mono.Unix.Catalog.GetString("Pagos"); this.WindowPosition = ((global::Gtk.WindowPosition)(1)); this.Resizable = false; // Container child EscuelaPrimaria.Pagos.Gtk.Container+ContainerChild this.fixed5 = new global::Gtk.Fixed(); this.fixed5.Name = "fixed5"; this.fixed5.HasWindow = false; // Container child fixed5.Gtk.Fixed+FixedChild this.image1 = new global::Gtk.Image(); this.image1.Name = "image1"; this.image1.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("EscuelaPrimaria.Imagenes.ColorAzul.png"); this.fixed5.Add(this.image1); global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.image1])); w1.X = 3; w1.Y = 3; // Container child fixed5.Gtk.Fixed+FixedChild this.image2 = new global::Gtk.Image(); this.image2.Name = "image2"; this.image2.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("EscuelaPrimaria.Imagenes.Pago.png"); this.fixed5.Add(this.image2); global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.image2])); w2.X = 7; w2.Y = 4; // Container child fixed5.Gtk.Fixed+FixedChild this.GtkScrolledWindow = new global::Gtk.ScrolledWindow(); this.GtkScrolledWindow.Name = "GtkScrolledWindow"; this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child GtkScrolledWindow.Gtk.Container+ContainerChild this.nodeview1 = new global::Gtk.TreeView(); this.nodeview1.WidthRequest = 251; this.nodeview1.HeightRequest = 300; this.nodeview1.CanFocus = true; this.nodeview1.Name = "nodeview1"; this.GtkScrolledWindow.Add(this.nodeview1); this.fixed5.Add(this.GtkScrolledWindow); global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.GtkScrolledWindow])); w4.X = 13; w4.Y = 101; // Container child fixed5.Gtk.Fixed+FixedChild this.image6 = new global::Gtk.Image(); this.image6.Name = "image6"; this.image6.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("EscuelaPrimaria.Imagenes.EscuelaPrimaria3.png"); this.fixed5.Add(this.image6); global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.image6])); w5.X = 554; w5.Y = 4; // Container child fixed5.Gtk.Fixed+FixedChild this.pagar = new global::Gtk.Button(); this.pagar.CanFocus = true; this.pagar.Name = "pagar"; this.pagar.UseUnderline = true; this.pagar.Label = global::Mono.Unix.Catalog.GetString("Validar Pago"); this.fixed5.Add(this.pagar); global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.pagar])); w6.X = 708; w6.Y = 423; // Container child fixed5.Gtk.Fixed+FixedChild this.cancelar = new global::Gtk.Button(); this.cancelar.CanFocus = true; this.cancelar.Name = "cancelar"; this.cancelar.UseUnderline = true; this.cancelar.Label = global::Mono.Unix.Catalog.GetString("Cancelar"); this.fixed5.Add(this.cancelar); global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.cancelar])); w7.X = 637; w7.Y = 423; // Container child fixed5.Gtk.Fixed+FixedChild this.idLabel = new global::Gtk.Label(); this.idLabel.Name = "idLabel"; this.idLabel.LabelProp = global::Mono.Unix.Catalog.GetString("ID:"); this.fixed5.Add(this.idLabel); global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.idLabel])); w8.X = 316; w8.Y = 115; // Container child fixed5.Gtk.Fixed+FixedChild this.idTxt = new global::Gtk.Entry(); this.idTxt.WidthRequest = 35; this.idTxt.CanFocus = true; this.idTxt.Name = "idTxt"; this.idTxt.IsEditable = false; this.idTxt.InvisibleChar = '●'; this.fixed5.Add(this.idTxt); global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.idTxt])); w9.X = 336; w9.Y = 112; // Container child fixed5.Gtk.Fixed+FixedChild this.label9 = new global::Gtk.Label(); this.label9.Name = "label9"; this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Código Estudiante:"); this.fixed5.Add(this.label9); global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label9])); w10.X = 376; w10.Y = 115; // Container child fixed5.Gtk.Fixed+FixedChild this.label4 = new global::Gtk.Label(); this.label4.Name = "label4"; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Datos Del Estudiante"); this.fixed5.Add(this.label4); global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label4])); w11.X = 425; w11.Y = 84; // Container child fixed5.Gtk.Fixed+FixedChild this.codTxt = new global::Gtk.Entry(); this.codTxt.CanFocus = true; this.codTxt.Name = "codTxt"; this.codTxt.IsEditable = false; this.codTxt.InvisibleChar = '●'; this.fixed5.Add(this.codTxt); global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.codTxt])); w12.X = 488; w12.Y = 110; // Container child fixed5.Gtk.Fixed+FixedChild this.nomTxt = new global::Gtk.Entry(); this.nomTxt.WidthRequest = 251; this.nomTxt.CanFocus = true; this.nomTxt.Name = "nomTxt"; this.nomTxt.IsEditable = false; this.nomTxt.InvisibleChar = '●'; this.fixed5.Add(this.nomTxt); global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.nomTxt])); w13.X = 451; w13.Y = 146; // Container child fixed5.Gtk.Fixed+FixedChild this.label10 = new global::Gtk.Label(); this.label10.Name = "label10"; this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Nombre del Estudiante:"); this.fixed5.Add(this.label10); global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label10])); w14.X = 313; w14.Y = 150; // Container child fixed5.Gtk.Fixed+FixedChild this.label2 = new global::Gtk.Label(); this.label2.Name = "label2"; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Datos del Pago"); this.fixed5.Add(this.label2); global::Gtk.Fixed.FixedChild w15 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label2])); w15.X = 417; w15.Y = 185; // Container child fixed5.Gtk.Fixed+FixedChild this.codigoFolio = new global::Gtk.Entry(); this.codigoFolio.CanFocus = true; this.codigoFolio.Name = "codigoFolio"; this.codigoFolio.IsEditable = true; this.codigoFolio.InvisibleChar = '●'; this.fixed5.Add(this.codigoFolio); global::Gtk.Fixed.FixedChild w16 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.codigoFolio])); w16.X = 354; w16.Y = 213; // Container child fixed5.Gtk.Fixed+FixedChild this.label3 = new global::Gtk.Label(); this.label3.Name = "label3"; this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Folio:"); this.fixed5.Add(this.label3); global::Gtk.Fixed.FixedChild w17 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label3])); w17.X = 317; w17.Y = 217; // Container child fixed5.Gtk.Fixed+FixedChild this.label6 = new global::Gtk.Label(); this.label6.Name = "label6"; this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Fecha:"); this.fixed5.Add(this.label6); global::Gtk.Fixed.FixedChild w18 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label6])); w18.X = 526; w18.Y = 217; // Container child fixed5.Gtk.Fixed+FixedChild this.dia = new global::Gtk.Entry(); this.dia.WidthRequest = 35; this.dia.CanFocus = true; this.dia.Name = "dia"; this.dia.IsEditable = true; this.dia.InvisibleChar = '●'; this.fixed5.Add(this.dia); global::Gtk.Fixed.FixedChild w19 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.dia])); w19.X = 568; w19.Y = 212; // Container child fixed5.Gtk.Fixed+FixedChild this.label8 = new global::Gtk.Label(); this.label8.Name = "label8"; this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Dia"); this.fixed5.Add(this.label8); global::Gtk.Fixed.FixedChild w20 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label8])); w20.X = 575; w20.Y = 195; // Container child fixed5.Gtk.Fixed+FixedChild this.mes = new global::Gtk.Entry(); this.mes.WidthRequest = 35; this.mes.CanFocus = true; this.mes.Name = "mes"; this.mes.IsEditable = true; this.mes.InvisibleChar = '●'; this.fixed5.Add(this.mes); global::Gtk.Fixed.FixedChild w21 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.mes])); w21.X = 602; w21.Y = 212; // Container child fixed5.Gtk.Fixed+FixedChild this.label11 = new global::Gtk.Label(); this.label11.Name = "label11"; this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("mes"); this.fixed5.Add(this.label11); global::Gtk.Fixed.FixedChild w22 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label11])); w22.X = 608; w22.Y = 194; // Container child fixed5.Gtk.Fixed+FixedChild this.ano = new global::Gtk.Entry(); this.ano.WidthRequest = 35; this.ano.CanFocus = true; this.ano.Name = "ano"; this.ano.IsEditable = true; this.ano.InvisibleChar = '●'; this.fixed5.Add(this.ano); global::Gtk.Fixed.FixedChild w23 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.ano])); w23.X = 636; w23.Y = 213; // Container child fixed5.Gtk.Fixed+FixedChild this.label12 = new global::Gtk.Label(); this.label12.Name = "label12"; this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("año"); this.fixed5.Add(this.label12); global::Gtk.Fixed.FixedChild w24 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label12])); w24.X = 643; w24.Y = 194; // Container child fixed5.Gtk.Fixed+FixedChild this.label5 = new global::Gtk.Label(); this.label5.Name = "label5"; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Tipo de Pago:"); this.fixed5.Add(this.label5); global::Gtk.Fixed.FixedChild w25 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label5])); w25.X = 312; w25.Y = 299; // Container child fixed5.Gtk.Fixed+FixedChild this.label7 = new global::Gtk.Label(); this.label7.Name = "label7"; this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Importe:"); this.fixed5.Add(this.label7); global::Gtk.Fixed.FixedChild w26 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label7])); w26.X = 315; w26.Y = 261; // Container child fixed5.Gtk.Fixed+FixedChild this.tarjeta = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Tarjeta")); this.tarjeta.CanFocus = true; this.tarjeta.Name = "tarjeta"; this.tarjeta.Active = true; this.tarjeta.DrawIndicator = true; this.tarjeta.UseUnderline = true; this.tarjeta.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.fixed5.Add(this.tarjeta); global::Gtk.Fixed.FixedChild w27 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.tarjeta])); w27.X = 404; w27.Y = 297; // Container child fixed5.Gtk.Fixed+FixedChild this.efectivo = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Efectivo")); this.efectivo.CanFocus = true; this.efectivo.Name = "efectivo"; this.efectivo.DrawIndicator = true; this.efectivo.UseUnderline = true; this.efectivo.Group = this.tarjeta.Group; this.fixed5.Add(this.efectivo); global::Gtk.Fixed.FixedChild w28 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.efectivo])); w28.X = 481; w28.Y = 298; // Container child fixed5.Gtk.Fixed+FixedChild this.importe1 = new global::Gtk.Entry(); this.importe1.CanFocus = true; this.importe1.Name = "importe1"; this.importe1.IsEditable = true; this.importe1.InvisibleChar = '●'; this.fixed5.Add(this.importe1); global::Gtk.Fixed.FixedChild w29 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.importe1])); w29.X = 369; w29.Y = 255; // Container child fixed5.Gtk.Fixed+FixedChild this.otro = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Otro")); this.otro.CanFocus = true; this.otro.Name = "otro"; this.otro.DrawIndicator = true; this.otro.UseUnderline = true; this.otro.Group = this.tarjeta.Group; this.fixed5.Add(this.otro); global::Gtk.Fixed.FixedChild w30 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.otro])); w30.X = 555; w30.Y = 299; // Container child fixed5.Gtk.Fixed+FixedChild this.label13 = new global::Gtk.Label(); this.label13.Name = "label13"; this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Comentario:"); this.fixed5.Add(this.label13); global::Gtk.Fixed.FixedChild w31 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label13])); w31.X = 313; w31.Y = 328; // Container child fixed5.Gtk.Fixed+FixedChild this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow(); this.GtkScrolledWindow1.Name = "GtkScrolledWindow1"; this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild this.comentario = new global::Gtk.TextView(); this.comentario.WidthRequest = 397; this.comentario.CanFocus = true; this.comentario.Name = "comentario"; this.GtkScrolledWindow1.Add(this.comentario); this.fixed5.Add(this.GtkScrolledWindow1); global::Gtk.Fixed.FixedChild w33 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.GtkScrolledWindow1])); w33.X = 313; w33.Y = 352; // Container child fixed5.Gtk.Fixed+FixedChild this.carger = new global::Gtk.Button(); this.carger.CanFocus = true; this.carger.Name = "carger"; this.carger.UseUnderline = true; this.carger.Label = global::Mono.Unix.Catalog.GetString("Cargar Estudiante"); this.fixed5.Add(this.carger); global::Gtk.Fixed.FixedChild w34 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.carger])); w34.X = 83; w34.Y = 430; // Container child fixed5.Gtk.Fixed+FixedChild this.idCor = new global::Gtk.Label(); this.idCor.Name = "idCor"; this.idCor.LabelProp = global::Mono.Unix.Catalog.GetString("id"); this.fixed5.Add(this.idCor); global::Gtk.Fixed.FixedChild w35 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.idCor])); w35.X = 13; w35.Y = 421; this.Add(this.fixed5); if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 856; this.DefaultHeight = 513; this.Show(); this.pagar.Clicked += new global::System.EventHandler(this.OnPagarClicked); this.cancelar.Clicked += new global::System.EventHandler(this.OnCanselarClicked); this.carger.Clicked += new global::System.EventHandler(this.OnCargerClicked); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MainWindow this.Name = "MainWindow"; this.Title = global::Mono.Unix.Catalog.GetString("EliteLeech"); this.WindowPosition = ((global::Gtk.WindowPosition)(3)); this.Resizable = false; this.AllowGrow = false; // Container child MainWindow.Gtk.Container+ContainerChild this.notebook3 = new global::Gtk.Notebook(); this.notebook3.CanFocus = true; this.notebook3.Name = "notebook3"; this.notebook3.CurrentPage = 0; // Container child notebook3.Gtk.Notebook+NotebookChild this.fixed2 = new global::Gtk.Fixed(); this.fixed2.HasWindow = false; // Container child fixed2.Gtk.Fixed+FixedChild this.label8 = new global::Gtk.Label(); this.label8.Name = "label8"; this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Program Version:"); this.fixed2.Add(this.label8); global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed2 [this.label8])); w1.X = 26; w1.Y = 26; // Container child fixed2.Gtk.Fixed+FixedChild this.label9 = new global::Gtk.Label(); this.label9.Name = "label9"; this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Latest Version:"); this.fixed2.Add(this.label9); global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed2 [this.label9])); w2.X = 26; w2.Y = 47; // Container child fixed2.Gtk.Fixed+FixedChild this.label10 = new global::Gtk.Label(); this.label10.Name = "label10"; this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("1.0 Beta"); this.fixed2.Add(this.label10); global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed2 [this.label10])); w3.X = 158; w3.Y = 26; // Container child fixed2.Gtk.Fixed+FixedChild this.label11 = new global::Gtk.Label(); this.label11.Name = "label11"; this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("1.0 Beta"); this.fixed2.Add(this.label11); global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed2 [this.label11])); w4.X = 158; w4.Y = 47; // Container child fixed2.Gtk.Fixed+FixedChild this.label12 = new global::Gtk.Label(); this.label12.Name = "label12"; this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("News:"); this.fixed2.Add(this.label12); global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed2 [this.label12])); w5.X = 26; w5.Y = 68; // Container child fixed2.Gtk.Fixed+FixedChild this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow(); this.GtkScrolledWindow2.Name = "GtkScrolledWindow2"; this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1)); this.fixed2.Add(this.GtkScrolledWindow2); global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed2 [this.GtkScrolledWindow2])); w6.X = 27; w6.Y = 90; this.notebook3.Add(this.fixed2); // Notebook tab this.label5 = new global::Gtk.Label(); this.label5.Name = "label5"; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Home"); this.notebook3.SetTabLabel(this.fixed2, this.label5); this.label5.ShowAll(); // Container child notebook3.Gtk.Notebook+NotebookChild this.fixed1 = new global::Gtk.Fixed(); this.fixed1.Name = "fixed1"; this.fixed1.HasWindow = false; // Container child fixed1.Gtk.Fixed+FixedChild this.progressbar1 = new global::Gtk.ProgressBar(); this.progressbar1.Name = "progressbar1"; this.fixed1.Add(this.progressbar1); global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.progressbar1])); w8.X = 2; w8.Y = 275; // Container child fixed1.Gtk.Fixed+FixedChild this.radiobutton1 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Video")); this.radiobutton1.CanFocus = true; this.radiobutton1.Name = "radiobutton1"; this.radiobutton1.DrawIndicator = true; this.radiobutton1.UseUnderline = true; this.radiobutton1.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.fixed1.Add(this.radiobutton1); global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.radiobutton1])); w9.X = 149; w9.Y = 86; // Container child fixed1.Gtk.Fixed+FixedChild this.entry1 = new global::Gtk.Entry(); this.entry1.CanFocus = true; this.entry1.Name = "entry1"; this.entry1.Text = global::Mono.Unix.Catalog.GetString("http://www.youtube.com/watch?v=yMBFFys8-pc"); this.entry1.IsEditable = true; this.entry1.InvisibleChar = '•'; this.fixed1.Add(this.entry1); global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.entry1])); w10.X = 24; w10.Y = 17; // Container child fixed1.Gtk.Fixed+FixedChild this.button1 = new global::Gtk.Button(); this.button1.CanFocus = true; this.button1.Name = "button1"; this.button1.UseUnderline = true; this.button1.Label = global::Mono.Unix.Catalog.GetString("Download"); this.fixed1.Add(this.button1); global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.button1])); w11.X = 206; w11.Y = 30; // Container child fixed1.Gtk.Fixed+FixedChild this.radiobutton2 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Audio")); this.radiobutton2.CanFocus = true; this.radiobutton2.Name = "radiobutton2"; this.radiobutton2.DrawIndicator = true; this.radiobutton2.UseUnderline = true; this.radiobutton2.Group = this.radiobutton1.Group; this.fixed1.Add(this.radiobutton2); global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.radiobutton2])); w12.X = 161; w12.Y = 133; // Container child fixed1.Gtk.Fixed+FixedChild this.label1 = new global::Gtk.Label(); this.label1.Name = "label1"; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("label1"); this.fixed1.Add(this.label1); global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label1])); w13.X = 29; w13.Y = 53; // Container child fixed1.Gtk.Fixed+FixedChild this.GtkScrolledWindow = new global::Gtk.ScrolledWindow(); this.GtkScrolledWindow.Name = "GtkScrolledWindow"; this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1)); this.fixed1.Add(this.GtkScrolledWindow); global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.GtkScrolledWindow])); w14.X = 685; w14.Y = 205; this.notebook3.Add(this.fixed1); global::Gtk.Notebook.NotebookChild w15 = ((global::Gtk.Notebook.NotebookChild)(this.notebook3 [this.fixed1])); w15.Position = 1; // Notebook tab this.label4 = new global::Gtk.Label(); this.label4.Name = "label4"; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Download"); this.notebook3.SetTabLabel(this.fixed1, this.label4); this.label4.ShowAll(); // Notebook tab global::Gtk.Label w16 = new global::Gtk.Label(); w16.Visible = true; this.notebook3.Add(w16); this.label6 = new global::Gtk.Label(); this.label6.Name = "label6"; this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Queue"); this.notebook3.SetTabLabel(w16, this.label6); this.label6.ShowAll(); // Container child notebook3.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.textview2 = new global::Gtk.TextView(); this.textview2.CanFocus = true; this.textview2.Name = "textview2"; this.GtkScrolledWindow1.Add(this.textview2); this.notebook3.Add(this.GtkScrolledWindow1); global::Gtk.Notebook.NotebookChild w18 = ((global::Gtk.Notebook.NotebookChild)(this.notebook3 [this.GtkScrolledWindow1])); w18.Position = 3; // Notebook tab this.label7 = new global::Gtk.Label(); this.label7.Name = "label7"; this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Error Log"); this.notebook3.SetTabLabel(this.GtkScrolledWindow1, this.label7); this.label7.ShowAll(); this.Add(this.notebook3); if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 936; this.DefaultHeight = 486; this.Show(); this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent); this.radiobutton1.Clicked += new global::System.EventHandler(this.OnRadiobutton1Clicked); this.button1.Clicked += new global::System.EventHandler(this.OnButton1Clicked); this.radiobutton2.Clicked += new global::System.EventHandler(this.OnRadiobutton2Clicked); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MonoDevelop.SourceEditor.OptionPanels.CompletionOptionsPanel global::Stetic.BinContainer.Attach(this); this.Name = "MonoDevelop.SourceEditor.OptionPanels.CompletionOptionsPanel"; // Container child MonoDevelop.SourceEditor.OptionPanels.CompletionOptionsPanel.Gtk.Container+ContainerChild this.vbox1 = new global::Gtk.VBox(); this.vbox1.Name = "vbox1"; this.vbox1.Spacing = 6; // Container child vbox1.Gtk.Box+BoxChild this.alignment3 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F); this.alignment3.Name = "alignment3"; this.alignment3.LeftPadding = ((uint)(12)); // Container child alignment3.Gtk.Container+ContainerChild this.vbox5 = new global::Gtk.VBox(); this.vbox5.Name = "vbox5"; this.vbox5.Spacing = 6; // Container child vbox5.Gtk.Box+BoxChild this.autoCodeCompletionCheckbutton = new global::Gtk.CheckButton(); this.autoCodeCompletionCheckbutton.TooltipMarkup = "Automatic Completion with Enter or Tab keys"; this.autoCodeCompletionCheckbutton.CanFocus = true; this.autoCodeCompletionCheckbutton.Name = "autoCodeCompletionCheckbutton"; this.autoCodeCompletionCheckbutton.Label = global::Mono.Unix.Catalog.GetString("_Show completion list after a character is typed"); this.autoCodeCompletionCheckbutton.DrawIndicator = true; this.autoCodeCompletionCheckbutton.UseUnderline = true; this.vbox5.Add(this.autoCodeCompletionCheckbutton); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.autoCodeCompletionCheckbutton])); w1.Position = 0; w1.Expand = false; w1.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.hbox6 = new global::Gtk.HBox(); this.hbox6.Name = "hbox6"; this.hbox6.Spacing = 6; // Container child hbox6.Gtk.Box+BoxChild this.fixed5 = new global::Gtk.Fixed(); this.fixed5.Name = "fixed5"; this.fixed5.HasWindow = false; this.hbox6.Add(this.fixed5); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.fixed5])); w2.Position = 0; w2.Expand = false; w2.Padding = ((uint)(6)); // Container child hbox6.Gtk.Box+BoxChild this.automaticCompletionModeCheckbutton = new global::Gtk.CheckButton(); this.automaticCompletionModeCheckbutton.TooltipMarkup = "Enables automatic completion with the Space key or Punctation"; this.automaticCompletionModeCheckbutton.CanFocus = true; this.automaticCompletionModeCheckbutton.Name = "automaticCompletionModeCheckbutton"; this.automaticCompletionModeCheckbutton.Label = global::Mono.Unix.Catalog.GetString("Complete with Space or Punctation"); this.automaticCompletionModeCheckbutton.DrawIndicator = true; this.automaticCompletionModeCheckbutton.UseUnderline = true; this.hbox6.Add(this.automaticCompletionModeCheckbutton); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.automaticCompletionModeCheckbutton])); w3.Position = 1; this.vbox5.Add(this.hbox6); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox6])); w4.Position = 1; w4.Expand = false; w4.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.hbox4 = new global::Gtk.HBox(); this.hbox4.Name = "hbox4"; this.hbox4.Spacing = 6; // Container child hbox4.Gtk.Box+BoxChild this.fixed3 = new global::Gtk.Fixed(); this.fixed3.Name = "fixed3"; this.fixed3.HasWindow = false; this.hbox4.Add(this.fixed3); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.fixed3])); w5.Position = 0; w5.Expand = false; w5.Padding = ((uint)(6)); // Container child hbox4.Gtk.Box+BoxChild this.includeKeywordsCheckbutton = new global::Gtk.CheckButton(); this.includeKeywordsCheckbutton.CanFocus = true; this.includeKeywordsCheckbutton.Name = "includeKeywordsCheckbutton"; this.includeKeywordsCheckbutton.Label = global::Mono.Unix.Catalog.GetString("Include _keywords in completion list"); this.includeKeywordsCheckbutton.DrawIndicator = true; this.includeKeywordsCheckbutton.UseUnderline = true; this.hbox4.Add(this.includeKeywordsCheckbutton); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.includeKeywordsCheckbutton])); w6.Position = 1; this.vbox5.Add(this.hbox4); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox4])); w7.Position = 2; w7.Expand = false; w7.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.hbox5 = new global::Gtk.HBox(); this.hbox5.Name = "hbox5"; this.hbox5.Spacing = 6; // Container child hbox5.Gtk.Box+BoxChild this.fixed4 = new global::Gtk.Fixed(); this.fixed4.Name = "fixed4"; this.fixed4.HasWindow = false; this.hbox5.Add(this.fixed4); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.fixed4])); w8.Position = 0; w8.Expand = false; w8.Padding = ((uint)(6)); // Container child hbox5.Gtk.Box+BoxChild this.includeCodeSnippetsCheckbutton = new global::Gtk.CheckButton(); this.includeCodeSnippetsCheckbutton.CanFocus = true; this.includeCodeSnippetsCheckbutton.Name = "includeCodeSnippetsCheckbutton"; this.includeCodeSnippetsCheckbutton.Label = global::Mono.Unix.Catalog.GetString("Include _code snippets in completion list"); this.includeCodeSnippetsCheckbutton.DrawIndicator = true; this.includeCodeSnippetsCheckbutton.UseUnderline = true; this.hbox5.Add(this.includeCodeSnippetsCheckbutton); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.includeCodeSnippetsCheckbutton])); w9.Position = 1; this.vbox5.Add(this.hbox5); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox5])); w10.Position = 3; w10.Expand = false; w10.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.showImportsCheckbutton = new global::Gtk.CheckButton(); this.showImportsCheckbutton.CanFocus = true; this.showImportsCheckbutton.Name = "showImportsCheckbutton"; this.showImportsCheckbutton.Label = global::Mono.Unix.Catalog.GetString("_Show import items"); this.showImportsCheckbutton.DrawIndicator = true; this.showImportsCheckbutton.UseUnderline = true; this.vbox5.Add(this.showImportsCheckbutton); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.showImportsCheckbutton])); w11.Position = 4; w11.Expand = false; w11.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.insertParenthesesCheckbutton = new global::Gtk.CheckButton(); this.insertParenthesesCheckbutton.CanFocus = true; this.insertParenthesesCheckbutton.Name = "insertParenthesesCheckbutton"; this.insertParenthesesCheckbutton.Label = global::Mono.Unix.Catalog.GetString("A_utomatically insert parentheses after completion:"); this.insertParenthesesCheckbutton.DrawIndicator = true; this.insertParenthesesCheckbutton.UseUnderline = true; this.vbox5.Add(this.insertParenthesesCheckbutton); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.insertParenthesesCheckbutton])); w12.Position = 5; w12.Expand = false; w12.Fill = false; // 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.fixed1 = new global::Gtk.Fixed(); this.fixed1.Name = "fixed1"; this.fixed1.HasWindow = false; this.hbox2.Add(this.fixed1); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.fixed1])); w13.Position = 0; w13.Expand = false; w13.Padding = ((uint)(6)); // Container child hbox2.Gtk.Box+BoxChild this.openingRadiobutton = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("_Opening only")); this.openingRadiobutton.CanFocus = true; this.openingRadiobutton.Name = "openingRadiobutton"; this.openingRadiobutton.DrawIndicator = true; this.openingRadiobutton.UseUnderline = true; this.openingRadiobutton.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.hbox2.Add(this.openingRadiobutton); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.openingRadiobutton])); w14.Position = 1; this.vbox5.Add(this.hbox2); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox2])); w15.Position = 6; w15.Expand = false; w15.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.hbox3 = new global::Gtk.HBox(); this.hbox3.Name = "hbox3"; this.hbox3.Spacing = 6; // Container child hbox3.Gtk.Box+BoxChild this.fixed2 = new global::Gtk.Fixed(); this.fixed2.Name = "fixed2"; this.fixed2.HasWindow = false; this.hbox3.Add(this.fixed2); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.fixed2])); w16.Position = 0; w16.Expand = false; w16.Padding = ((uint)(6)); // Container child hbox3.Gtk.Box+BoxChild this.bothRadiobutton = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("_Both opening and closing")); this.bothRadiobutton.CanFocus = true; this.bothRadiobutton.Name = "bothRadiobutton"; this.bothRadiobutton.DrawIndicator = true; this.bothRadiobutton.UseUnderline = true; this.bothRadiobutton.Group = this.openingRadiobutton.Group; this.hbox3.Add(this.bothRadiobutton); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.bothRadiobutton])); w17.Position = 1; this.vbox5.Add(this.hbox3); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox3])); w18.Position = 7; w18.Expand = false; w18.Fill = false; this.alignment3.Add(this.vbox5); this.vbox1.Add(this.alignment3); global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment3])); w20.Position = 0; w20.Expand = false; w20.Fill = false; this.Add(this.vbox1); if ((this.Child != null)) { this.Child.ShowAll(); } this.Hide(); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MainWindow this.Name = "MainWindow"; this.Title = global::Mono.Unix.Catalog.GetString("MainWindow"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Container child MainWindow.Gtk.Container+ContainerChild this.fixed1 = new global::Gtk.Fixed(); this.fixed1.Name = "fixed1"; this.fixed1.HasWindow = false; // Container child fixed1.Gtk.Fixed+FixedChild this.numInput = new global::Gtk.Entry(); this.numInput.WidthRequest = 131; this.numInput.CanFocus = true; this.numInput.Name = "numInput"; this.numInput.IsEditable = true; this.numInput.InvisibleChar = '•'; this.fixed1.Add(this.numInput); global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.numInput])); w1.X = 19; w1.Y = 163; // Container child fixed1.Gtk.Fixed+FixedChild this.numAccuracy = new global::Gtk.Entry(); this.numAccuracy.WidthRequest = 87; this.numAccuracy.CanFocus = true; this.numAccuracy.Name = "numAccuracy"; this.numAccuracy.IsEditable = true; this.numAccuracy.InvisibleChar = '•'; this.fixed1.Add(this.numAccuracy); global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.numAccuracy])); w2.X = 160; w2.Y = 163; // Container child fixed1.Gtk.Fixed+FixedChild this.btnResult = new global::Gtk.Button(); this.btnResult.CanFocus = true; this.btnResult.Name = "btnResult"; this.btnResult.UseUnderline = true; this.btnResult.Label = global::Mono.Unix.Catalog.GetString("Show result"); this.fixed1.Add(this.btnResult); global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.btnResult])); w3.X = 268; w3.Y = 162; // Container child fixed1.Gtk.Fixed+FixedChild this.GtkScrolledWindow = new global::Gtk.ScrolledWindow(); this.GtkScrolledWindow.Name = "GtkScrolledWindow"; this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child GtkScrolledWindow.Gtk.Container+ContainerChild this.output = new global::Gtk.TextView(); this.output.WidthRequest = 331; this.output.HeightRequest = 63; this.output.CanFocus = true; this.output.Name = "output"; this.GtkScrolledWindow.Add(this.output); this.fixed1.Add(this.GtkScrolledWindow); global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.GtkScrolledWindow])); w5.X = 21; w5.Y = 210; // Container child fixed1.Gtk.Fixed+FixedChild this.label1 = new global::Gtk.Label(); this.label1.Name = "label1"; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Number"); this.fixed1.Add(this.label1); global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.label1])); w6.X = 19; w6.Y = 140; // Container child fixed1.Gtk.Fixed+FixedChild this.label2 = new global::Gtk.Label(); this.label2.Name = "label2"; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Accuracy"); this.fixed1.Add(this.label2); global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.label2])); w7.X = 160; w7.Y = 140; // Container child fixed1.Gtk.Fixed+FixedChild this.radiobutton1 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Real")); this.radiobutton1.CanFocus = true; this.radiobutton1.Name = "radiobutton1"; this.radiobutton1.DrawIndicator = true; this.radiobutton1.UseUnderline = true; this.radiobutton1.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.fixed1.Add(this.radiobutton1); global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.radiobutton1])); w8.X = 19; w8.Y = 70; // Container child fixed1.Gtk.Fixed+FixedChild this.radiobutton2 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Complex")); this.radiobutton2.CanFocus = true; this.radiobutton2.Name = "radiobutton2"; this.radiobutton2.DrawIndicator = true; this.radiobutton2.UseUnderline = true; this.radiobutton2.Group = this.radiobutton1.Group; this.fixed1.Add(this.radiobutton2); global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.radiobutton2])); w9.X = 243; w9.Y = 70; // Container child fixed1.Gtk.Fixed+FixedChild this.togglebutton1 = new global::Gtk.ToggleButton(); this.togglebutton1.CanFocus = true; this.togglebutton1.Name = "togglebutton1"; this.togglebutton1.UseUnderline = true; this.togglebutton1.Active = true; this.togglebutton1.Label = global::Mono.Unix.Catalog.GetString("English"); this.fixed1.Add(this.togglebutton1); global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.togglebutton1])); w10.X = 369; w10.Y = 8; // Container child fixed1.Gtk.Fixed+FixedChild this.label3 = new global::Gtk.Label(); this.label3.Name = "label3"; this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Numbers:"); this.fixed1.Add(this.label3); global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.label3])); w11.X = 19; w11.Y = 39; this.Add(this.fixed1); if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 453; this.DefaultHeight = 338; this.Show(); this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent); this.btnResult.Clicked += new global::System.EventHandler(this.showResult); this.togglebutton1.Clicked += new global::System.EventHandler(this.changeLang); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MainWindow this.Name = "MainWindow"; this.Title = global::Mono.Unix.Catalog.GetString("Font Whiz"); this.Icon = new global::Gdk.Pixbuf(global::System.IO.Path.Combine(global::System.AppDomain.CurrentDomain.BaseDirectory, "./icon.png")); this.WindowPosition = ((global::Gtk.WindowPosition)(1)); // Container child MainWindow.Gtk.Container+ContainerChild this.hbox1 = new global::Gtk.HBox(); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; // Container child hbox1.Gtk.Box+BoxChild this.vbox1 = new global::Gtk.VBox(); this.vbox1.WidthRequest = 200; this.vbox1.Name = "vbox1"; this.vbox1.Spacing = 6; // Container child vbox1.Gtk.Box+BoxChild this.frame4 = new global::Gtk.Frame(); this.frame4.Name = "frame4"; this.frame4.ShadowType = ((global::Gtk.ShadowType)(2)); // Container child frame4.Gtk.Container+ContainerChild this.GtkAlignment3 = new global::Gtk.Alignment(0F, 0F, 1F, 1F); this.GtkAlignment3.Name = "GtkAlignment3"; this.GtkAlignment3.LeftPadding = ((uint)(12)); this.GtkAlignment3.TopPadding = ((uint)(2)); this.GtkAlignment3.RightPadding = ((uint)(12)); this.GtkAlignment3.BottomPadding = ((uint)(2)); // Container child GtkAlignment3.Gtk.Container+ContainerChild this.vbox3 = new global::Gtk.VBox(); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; // Container child vbox3.Gtk.Box+BoxChild this.installedfontsradiobutton = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Installed Fonts")); this.installedfontsradiobutton.CanFocus = true; this.installedfontsradiobutton.Name = "installedfontsradiobutton"; this.installedfontsradiobutton.DrawIndicator = true; this.installedfontsradiobutton.UseUnderline = true; this.installedfontsradiobutton.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.vbox3.Add(this.installedfontsradiobutton); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.installedfontsradiobutton])); w1.Position = 0; w1.Expand = false; w1.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.fromfileradiobutton = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("From File")); this.fromfileradiobutton.CanFocus = true; this.fromfileradiobutton.Name = "fromfileradiobutton"; this.fromfileradiobutton.DrawIndicator = true; this.fromfileradiobutton.UseUnderline = true; this.fromfileradiobutton.Group = this.installedfontsradiobutton.Group; this.vbox3.Add(this.fromfileradiobutton); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.fromfileradiobutton])); w2.Position = 1; w2.Expand = false; w2.Fill = false; this.GtkAlignment3.Add(this.vbox3); this.frame4.Add(this.GtkAlignment3); this.GtkLabel2 = new global::Gtk.Label(); this.GtkLabel2.Name = "GtkLabel2"; this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Source</b>"); this.GtkLabel2.UseMarkup = true; this.frame4.LabelWidget = this.GtkLabel2; this.vbox1.Add(this.frame4); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame4])); w5.Position = 0; w5.Expand = false; w5.Fill = false; w5.Padding = ((uint)(4)); // Container child vbox1.Gtk.Box+BoxChild this.installedfontsframe = new global::Gtk.Frame(); this.installedfontsframe.Name = "installedfontsframe"; this.installedfontsframe.ShadowType = ((global::Gtk.ShadowType)(2)); // Container child installedfontsframe.Gtk.Container+ContainerChild this.GtkAlignment1 = new global::Gtk.Alignment(0F, 0F, 1F, 1F); this.GtkAlignment1.Name = "GtkAlignment1"; this.GtkAlignment1.LeftPadding = ((uint)(12)); this.GtkAlignment1.TopPadding = ((uint)(2)); this.GtkAlignment1.RightPadding = ((uint)(12)); this.GtkAlignment1.BottomPadding = ((uint)(2)); // Container child GtkAlignment1.Gtk.Container+ContainerChild this.installedfontscombobox = global::Gtk.ComboBox.NewText(); this.installedfontscombobox.Name = "installedfontscombobox"; this.GtkAlignment1.Add(this.installedfontscombobox); this.installedfontsframe.Add(this.GtkAlignment1); this.GtkLabel3 = new global::Gtk.Label(); this.GtkLabel3.Name = "GtkLabel3"; this.GtkLabel3.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Installed Fonts</b>"); this.GtkLabel3.UseMarkup = true; this.installedfontsframe.LabelWidget = this.GtkLabel3; this.vbox1.Add(this.installedfontsframe); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.installedfontsframe])); w8.Position = 1; w8.Expand = false; w8.Fill = false; w8.Padding = ((uint)(4)); // Container child vbox1.Gtk.Box+BoxChild this.fromfileframe = new global::Gtk.Frame(); this.fromfileframe.Sensitive = false; this.fromfileframe.Name = "fromfileframe"; this.fromfileframe.ShadowType = ((global::Gtk.ShadowType)(2)); // Container child fromfileframe.Gtk.Container+ContainerChild this.GtkAlignment2 = new global::Gtk.Alignment(0F, 0F, 1F, 1F); this.GtkAlignment2.Name = "GtkAlignment2"; this.GtkAlignment2.LeftPadding = ((uint)(12)); this.GtkAlignment2.TopPadding = ((uint)(2)); this.GtkAlignment2.RightPadding = ((uint)(12)); this.GtkAlignment2.BottomPadding = ((uint)(2)); // Container child GtkAlignment2.Gtk.Container+ContainerChild this.fontfilechooserbutton = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select a File"), ((global::Gtk.FileChooserAction)(0))); this.fontfilechooserbutton.Name = "fontfilechooserbutton"; this.GtkAlignment2.Add(this.fontfilechooserbutton); this.fromfileframe.Add(this.GtkAlignment2); this.GtkLabel5 = new global::Gtk.Label(); this.GtkLabel5.Name = "GtkLabel5"; this.GtkLabel5.LabelProp = global::Mono.Unix.Catalog.GetString("<b>From File</b>"); this.GtkLabel5.UseMarkup = true; this.fromfileframe.LabelWidget = this.GtkLabel5; this.vbox1.Add(this.fromfileframe); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.fromfileframe])); w11.Position = 2; w11.Expand = false; w11.Fill = false; w11.Padding = ((uint)(4)); // Container child vbox1.Gtk.Box+BoxChild this.frame1 = new global::Gtk.Frame(); this.frame1.Name = "frame1"; this.frame1.ShadowType = ((global::Gtk.ShadowType)(2)); // Container child frame1.Gtk.Container+ContainerChild this.GtkAlignment = new global::Gtk.Alignment(0F, 0F, 1F, 1F); this.GtkAlignment.Name = "GtkAlignment"; this.GtkAlignment.LeftPadding = ((uint)(12)); this.GtkAlignment.TopPadding = ((uint)(2)); this.GtkAlignment.RightPadding = ((uint)(12)); this.GtkAlignment.BottomPadding = ((uint)(2)); // Container child GtkAlignment.Gtk.Container+ContainerChild this.vbox4 = new global::Gtk.VBox(); this.vbox4.Name = "vbox4"; this.vbox4.Spacing = 6; // Container child vbox4.Gtk.Box+BoxChild this.hbox7 = new global::Gtk.HBox(); this.hbox7.Name = "hbox7"; this.hbox7.Spacing = 6; // Container child hbox7.Gtk.Box+BoxChild this.sizelabel1 = new global::Gtk.Label(); this.sizelabel1.Name = "sizelabel1"; this.sizelabel1.LabelProp = global::Mono.Unix.Catalog.GetString("Size:"); this.hbox7.Add(this.sizelabel1); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.sizelabel1])); w12.Position = 0; w12.Expand = false; w12.Fill = false; // Container child hbox7.Gtk.Box+BoxChild this.sizespinbutton = new global::Gtk.SpinButton(0, 100, 1); this.sizespinbutton.CanFocus = true; this.sizespinbutton.Name = "sizespinbutton"; this.sizespinbutton.Adjustment.PageIncrement = 10; this.sizespinbutton.ClimbRate = 1; this.sizespinbutton.Numeric = true; this.sizespinbutton.Value = 8; this.hbox7.Add(this.sizespinbutton); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.sizespinbutton])); w13.Position = 1; w13.Expand = false; w13.Fill = false; this.vbox4.Add(this.hbox7); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox7])); w14.Position = 0; w14.Expand = false; w14.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.antialiasingcheckbutton = new global::Gtk.CheckButton(); this.antialiasingcheckbutton.CanFocus = true; this.antialiasingcheckbutton.Name = "antialiasingcheckbutton"; this.antialiasingcheckbutton.Label = global::Mono.Unix.Catalog.GetString("Anti-aliasing"); this.antialiasingcheckbutton.DrawIndicator = true; this.antialiasingcheckbutton.UseUnderline = true; this.vbox4.Add(this.antialiasingcheckbutton); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.antialiasingcheckbutton])); w15.Position = 1; w15.Expand = false; w15.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.hbox2 = new global::Gtk.HBox(); this.hbox2.Name = "hbox2"; this.hbox2.Spacing = 6; // Container child hbox2.Gtk.Box+BoxChild this.label4 = new global::Gtk.Label(); this.label4.Name = "label4"; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Font Colour:"); this.hbox2.Add(this.label4); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label4])); w16.Position = 0; w16.Expand = false; w16.Fill = false; // Container child hbox2.Gtk.Box+BoxChild this.fontcolorbutton = new global::Gtk.ColorButton(); this.fontcolorbutton.CanFocus = true; this.fontcolorbutton.Events = ((global::Gdk.EventMask)(784)); this.fontcolorbutton.Name = "fontcolorbutton"; this.hbox2.Add(this.fontcolorbutton); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.fontcolorbutton])); w17.Position = 1; w17.Expand = false; w17.Fill = false; this.vbox4.Add(this.hbox2); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2])); w18.Position = 2; w18.Expand = false; w18.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.label5 = new global::Gtk.Label(); this.label5.Name = "label5"; this.label5.Xalign = 0F; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Background Colour:"); this.vbox4.Add(this.label5); global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label5])); w19.Position = 3; w19.Expand = false; w19.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.hbox6 = new global::Gtk.HBox(); this.hbox6.Name = "hbox6"; this.hbox6.Spacing = 6; // Container child hbox6.Gtk.Box+BoxChild this.transparentbackgroundcheckbutton = new global::Gtk.CheckButton(); this.transparentbackgroundcheckbutton.CanFocus = true; this.transparentbackgroundcheckbutton.Name = "transparentbackgroundcheckbutton"; this.transparentbackgroundcheckbutton.Label = global::Mono.Unix.Catalog.GetString("Transparent"); this.transparentbackgroundcheckbutton.Active = true; this.transparentbackgroundcheckbutton.DrawIndicator = true; this.transparentbackgroundcheckbutton.UseUnderline = true; this.hbox6.Add(this.transparentbackgroundcheckbutton); global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.transparentbackgroundcheckbutton])); w20.Position = 0; // Container child hbox6.Gtk.Box+BoxChild this.backgroundcolorbutton = new global::Gtk.ColorButton(); this.backgroundcolorbutton.Sensitive = false; this.backgroundcolorbutton.CanFocus = true; this.backgroundcolorbutton.Events = ((global::Gdk.EventMask)(784)); this.backgroundcolorbutton.Name = "backgroundcolorbutton"; this.hbox6.Add(this.backgroundcolorbutton); global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.backgroundcolorbutton])); w21.Position = 1; w21.Expand = false; w21.Fill = false; this.vbox4.Add(this.hbox6); global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox6])); w22.Position = 4; w22.Expand = false; w22.Fill = false; this.GtkAlignment.Add(this.vbox4); this.frame1.Add(this.GtkAlignment); this.GtkLabel11 = new global::Gtk.Label(); this.GtkLabel11.Name = "GtkLabel11"; this.GtkLabel11.LabelProp = global::Mono.Unix.Catalog.GetString("<b>General</b>"); this.GtkLabel11.UseMarkup = true; this.frame1.LabelWidget = this.GtkLabel11; this.vbox1.Add(this.frame1); global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame1])); w25.PackType = ((global::Gtk.PackType)(1)); w25.Position = 3; this.hbox1.Add(this.vbox1); global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox1])); w26.Position = 0; w26.Expand = false; w26.Padding = ((uint)(4)); // 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.outputframe = new global::Gtk.Frame(); this.outputframe.Name = "outputframe"; this.outputframe.ShadowType = ((global::Gtk.ShadowType)(2)); // Container child outputframe.Gtk.Container+ContainerChild this.GtkAlignment8 = new global::Gtk.Alignment(0F, 0F, 1F, 1F); this.GtkAlignment8.Name = "GtkAlignment8"; this.GtkAlignment8.LeftPadding = ((uint)(12)); this.GtkAlignment8.TopPadding = ((uint)(2)); this.GtkAlignment8.RightPadding = ((uint)(12)); this.GtkAlignment8.BottomPadding = ((uint)(2)); // Container child GtkAlignment8.Gtk.Container+ContainerChild this.vbox6 = new global::Gtk.VBox(); this.vbox6.Name = "vbox6"; this.vbox6.Spacing = 6; // Container child vbox6.Gtk.Box+BoxChild this.previewbutton = new global::Gtk.Button(); this.previewbutton.CanFocus = true; this.previewbutton.Name = "previewbutton"; this.previewbutton.UseUnderline = true; this.previewbutton.Label = global::Mono.Unix.Catalog.GetString("Preview"); this.vbox6.Add(this.previewbutton); global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.previewbutton])); w27.Position = 0; w27.Expand = false; w27.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.previewimage = new global::Gtk.Image(); this.previewimage.Name = "previewimage"; this.hbox3.Add(this.previewimage); global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.previewimage])); w28.Position = 0; // Container child hbox3.Gtk.Box+BoxChild this.frame2 = new global::Gtk.Frame(); this.frame2.Name = "frame2"; this.frame2.ShadowType = ((global::Gtk.ShadowType)(2)); // Container child frame2.Gtk.Container+ContainerChild this.GtkAlignment9 = new global::Gtk.Alignment(0F, 0F, 1F, 1F); this.GtkAlignment9.Name = "GtkAlignment9"; this.GtkAlignment9.LeftPadding = ((uint)(12)); this.GtkAlignment9.RightPadding = ((uint)(12)); // Container child GtkAlignment9.Gtk.Container+ContainerChild this.vbox5 = new global::Gtk.VBox(); this.vbox5.Name = "vbox5"; this.vbox5.Spacing = 6; // Container child vbox5.Gtk.Box+BoxChild this.hbox4 = new global::Gtk.HBox(); this.hbox4.Name = "hbox4"; this.hbox4.Spacing = 6; // Container child hbox4.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("Width:"); this.hbox4.Add(this.label1); global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label1])); w29.Position = 0; w29.Expand = false; w29.Fill = false; // Container child hbox4.Gtk.Box+BoxChild this.labelWidth = new global::Gtk.Label(); this.labelWidth.Name = "labelWidth"; this.hbox4.Add(this.labelWidth); global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.labelWidth])); w30.PackType = ((global::Gtk.PackType)(1)); w30.Position = 1; w30.Expand = false; w30.Fill = false; this.vbox5.Add(this.hbox4); global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox4])); w31.Position = 0; w31.Expand = false; w31.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.hbox5 = new global::Gtk.HBox(); this.hbox5.Name = "hbox5"; this.hbox5.Spacing = 6; // Container child hbox5.Gtk.Box+BoxChild this.label2 = new global::Gtk.Label(); this.label2.Name = "label2"; this.label2.Xalign = 0F; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Height:"); this.hbox5.Add(this.label2); global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label2])); w32.Position = 0; w32.Expand = false; w32.Fill = false; // Container child hbox5.Gtk.Box+BoxChild this.labelHeight = new global::Gtk.Label(); this.labelHeight.Name = "labelHeight"; this.hbox5.Add(this.labelHeight); global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.labelHeight])); w33.PackType = ((global::Gtk.PackType)(1)); w33.Position = 1; w33.Expand = false; w33.Fill = false; this.vbox5.Add(this.hbox5); global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox5])); w34.Position = 1; w34.Expand = false; w34.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.hbox8 = new global::Gtk.HBox(); this.hbox8.Name = "hbox8"; this.hbox8.Spacing = 6; // Container child hbox8.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("Cell Size:"); this.hbox8.Add(this.label3); global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.label3])); w35.Position = 0; w35.Expand = false; w35.Fill = false; // Container child hbox8.Gtk.Box+BoxChild this.labelCellSize = new global::Gtk.Label(); this.labelCellSize.Name = "labelCellSize"; this.hbox8.Add(this.labelCellSize); global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.labelCellSize])); w36.PackType = ((global::Gtk.PackType)(1)); w36.Position = 1; w36.Expand = false; w36.Fill = false; this.vbox5.Add(this.hbox8); global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox8])); w37.Position = 2; w37.Expand = false; w37.Fill = false; this.GtkAlignment9.Add(this.vbox5); this.frame2.Add(this.GtkAlignment9); this.GtkLabel10 = new global::Gtk.Label(); this.GtkLabel10.Name = "GtkLabel10"; this.GtkLabel10.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Details</b>"); this.GtkLabel10.UseMarkup = true; this.frame2.LabelWidget = this.GtkLabel10; this.hbox3.Add(this.frame2); global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.frame2])); w40.Position = 1; w40.Expand = false; w40.Fill = false; w40.Padding = ((uint)(4)); this.vbox6.Add(this.hbox3); global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox3])); w41.Position = 1; // Container child vbox6.Gtk.Box+BoxChild this.generatebutton = new global::Gtk.Button(); this.generatebutton.Sensitive = false; this.generatebutton.CanFocus = true; this.generatebutton.Name = "generatebutton"; this.generatebutton.UseUnderline = true; this.generatebutton.Label = global::Mono.Unix.Catalog.GetString("Save"); this.vbox6.Add(this.generatebutton); global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.generatebutton])); w42.PackType = ((global::Gtk.PackType)(1)); w42.Position = 2; w42.Expand = false; w42.Fill = false; this.GtkAlignment8.Add(this.vbox6); this.outputframe.Add(this.GtkAlignment8); this.GtkLabel14 = new global::Gtk.Label(); this.GtkLabel14.Name = "GtkLabel14"; this.GtkLabel14.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Output</b>"); this.GtkLabel14.UseMarkup = true; this.outputframe.LabelWidget = this.GtkLabel14; this.vbox2.Add(this.outputframe); global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.outputframe])); w45.PackType = ((global::Gtk.PackType)(1)); w45.Position = 0; w45.Padding = ((uint)(4)); this.hbox1.Add(this.vbox2); global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2])); w46.Position = 1; w46.Padding = ((uint)(4)); this.Add(this.hbox1); if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 826; this.DefaultHeight = 523; this.Show(); this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget Nuevo.DialogoPropiedades this.Name = "Nuevo.DialogoPropiedades"; this.Title = global::Mono.Unix.Catalog.GetString("Propiedades"); this.WindowPosition = ((global::Gtk.WindowPosition)(1)); this.Resizable = false; this.AllowGrow = false; // Internal child Nuevo.DialogoPropiedades.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.Homogeneous = true; this.hbox1.Spacing = 6; // Container child hbox1.Gtk.Box+BoxChild this.vbox3 = new global::Gtk.VBox(); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; // Container child vbox3.Gtk.Box+BoxChild this.vbox7 = new global::Gtk.VBox(); this.vbox7.Name = "vbox7"; this.vbox7.Spacing = 6; // Container child vbox7.Gtk.Box+BoxChild this.label1 = new global::Gtk.Label(); this.label1.Name = "label1"; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Comportamiento de bordes"); this.vbox7.Add(this.label1); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label1])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child vbox7.Gtk.Box+BoxChild this.radiobutton1 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Atravesar")); this.radiobutton1.CanFocus = true; this.radiobutton1.Name = "radiobutton1"; this.radiobutton1.DrawIndicator = true; this.radiobutton1.UseUnderline = true; this.radiobutton1.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.vbox7.Add(this.radiobutton1); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.radiobutton1])); w3.Position = 1; w3.Expand = false; w3.Fill = false; // Container child vbox7.Gtk.Box+BoxChild this.radiobutton2 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Rebotar")); this.radiobutton2.CanFocus = true; this.radiobutton2.Name = "radiobutton2"; this.radiobutton2.DrawIndicator = true; this.radiobutton2.UseUnderline = true; this.radiobutton2.Group = this.radiobutton1.Group; this.vbox7.Add(this.radiobutton2); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.radiobutton2])); w4.Position = 2; w4.Expand = false; w4.Fill = false; // Container child vbox7.Gtk.Box+BoxChild this.hseparator3 = new global::Gtk.HSeparator(); this.hseparator3.Name = "hseparator3"; this.vbox7.Add(this.hseparator3); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hseparator3])); w5.Position = 3; w5.Expand = false; w5.Fill = false; this.vbox3.Add(this.vbox7); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.vbox7])); w6.Position = 0; w6.Expand = false; w6.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.vbox5 = new global::Gtk.VBox(); this.vbox5.Name = "vbox5"; this.vbox5.Spacing = 6; // Container child vbox5.Gtk.Box+BoxChild this.label2 = new global::Gtk.Label(); this.label2.Name = "label2"; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Comportamiento de boids"); this.vbox5.Add(this.label2); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.label2])); w7.Position = 0; w7.Expand = false; w7.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.checkbutton1 = new global::Gtk.CheckButton(); this.checkbutton1.CanFocus = true; this.checkbutton1.Name = "checkbutton1"; this.checkbutton1.Label = global::Mono.Unix.Catalog.GetString("Seguir el mouse"); this.checkbutton1.DrawIndicator = true; this.checkbutton1.UseUnderline = true; this.vbox5.Add(this.checkbutton1); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.checkbutton1])); w8.Position = 1; w8.Expand = false; w8.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.hseparator2 = new global::Gtk.HSeparator(); this.hseparator2.Name = "hseparator2"; this.vbox5.Add(this.hseparator2); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hseparator2])); w9.Position = 2; w9.Expand = false; w9.Fill = false; this.vbox3.Add(this.vbox5); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.vbox5])); w10.Position = 1; w10.Expand = false; w10.Fill = false; w10.Padding = ((uint)(10)); // Container child vbox3.Gtk.Box+BoxChild this.vbox6 = new global::Gtk.VBox(); this.vbox6.Name = "vbox6"; this.vbox6.Spacing = 6; // Container child vbox6.Gtk.Box+BoxChild this.vbox2 = new global::Gtk.VBox(); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; // Container child vbox2.Gtk.Box+BoxChild this.proximoObjetivo = new global::Gtk.CheckButton(); this.proximoObjetivo.CanFocus = true; this.proximoObjetivo.Name = "proximoObjetivo"; this.proximoObjetivo.Label = global::Mono.Unix.Catalog.GetString("Ir al próximo objetivo más cercano"); this.proximoObjetivo.Active = true; this.proximoObjetivo.DrawIndicator = true; this.proximoObjetivo.UseUnderline = true; this.vbox2.Add(this.proximoObjetivo); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.proximoObjetivo])); w11.Position = 0; w11.Expand = false; w11.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.objetivoLibre = new global::Gtk.CheckButton(); this.objetivoLibre.CanFocus = true; this.objetivoLibre.Name = "objetivoLibre"; this.objetivoLibre.Label = global::Mono.Unix.Catalog.GetString("Ir al objetivo menos concurrido"); this.objetivoLibre.DrawIndicator = true; this.objetivoLibre.UseUnderline = true; this.vbox2.Add(this.objetivoLibre); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.objetivoLibre])); w12.Position = 1; w12.Expand = false; w12.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.criterioAzar = new global::Gtk.CheckButton(); this.criterioAzar.CanFocus = true; this.criterioAzar.Name = "criterioAzar"; this.criterioAzar.Label = global::Mono.Unix.Catalog.GetString("Ir a un objetivo al azar"); this.criterioAzar.DrawIndicator = true; this.criterioAzar.UseUnderline = true; this.vbox2.Add(this.criterioAzar); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.criterioAzar])); w13.Position = 2; w13.Expand = false; w13.Fill = false; this.vbox6.Add(this.vbox2); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.vbox2])); w14.Position = 0; w14.Expand = false; this.vbox3.Add(this.vbox6); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.vbox6])); w15.Position = 2; w15.Expand = false; w15.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hseparator1 = new global::Gtk.HSeparator(); this.hseparator1.Name = "hseparator1"; this.vbox3.Add(this.hseparator1); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator1])); w16.Position = 3; w16.Expand = false; w16.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.simulacionContinuaButton = new global::Gtk.CheckButton(); this.simulacionContinuaButton.CanFocus = true; this.simulacionContinuaButton.Name = "simulacionContinuaButton"; this.simulacionContinuaButton.Label = global::Mono.Unix.Catalog.GetString("Simulación continua"); this.simulacionContinuaButton.DrawIndicator = true; this.simulacionContinuaButton.UseUnderline = true; this.vbox3.Add(this.simulacionContinuaButton); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.simulacionContinuaButton])); w17.Position = 4; w17.Fill = false; this.hbox1.Add(this.vbox3); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3])); w18.Position = 0; w18.Fill = false; w1.Add(this.hbox1); global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1])); w19.Position = 0; // Internal child Nuevo.DialogoPropiedades.ActionArea global::Gtk.HButtonBox w20 = this.ActionArea; w20.Name = "dialog1_ActionArea"; w20.Spacing = 10; w20.BorderWidth = ((uint)(5)); w20.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.UseUnderline = true; this.buttonCancel.Label = global::Mono.Unix.Catalog.GetString("Cancelar"); this.AddActionWidget(this.buttonCancel, -6); global::Gtk.ButtonBox.ButtonBoxChild w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w20 [this.buttonCancel])); w21.Expand = false; w21.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.UseUnderline = true; this.buttonOk.Label = global::Mono.Unix.Catalog.GetString("Aceptar"); this.AddActionWidget(this.buttonOk, -5); global::Gtk.ButtonBox.ButtonBoxChild w22 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w20 [this.buttonOk])); w22.Position = 1; w22.Expand = false; w22.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 346; this.DefaultHeight = 373; this.Show(); this.buttonCancel.Pressed += new global::System.EventHandler(this.OnButtonCancelPressed); this.buttonOk.Pressed += new global::System.EventHandler(this.OnButtonOkPressed); }
protected virtual void Build() { global::Stetic.Gui.Initialize (this); // Widget Pinta.ResizeCanvasDialog this.Name = "Pinta.ResizeCanvasDialog"; this.Title = global::Mono.Unix.Catalog.GetString ("Resize Canvas"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); this.Modal = true; this.DefaultWidth = 300; this.DefaultHeight = 200; // Internal child Pinta.ResizeCanvasDialog.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.hbox1 = new global::Gtk.HBox (); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; // Container child hbox1.Gtk.Box+BoxChild this.percentageRadio = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("By percentage:")); this.percentageRadio.CanFocus = true; this.percentageRadio.Name = "percentageRadio"; this.percentageRadio.DrawIndicator = true; this.percentageRadio.UseUnderline = true; this.percentageRadio.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.hbox1.Add (this.percentageRadio); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.percentageRadio])); w2.Position = 0; // Container child hbox1.Gtk.Box+BoxChild this.percentageSpinner = new global::Gtk.SpinButton (1, 1000, 1); this.percentageSpinner.CanFocus = true; this.percentageSpinner.Name = "percentageSpinner"; this.percentageSpinner.Adjustment.PageIncrement = 10; this.percentageSpinner.ClimbRate = 1; this.percentageSpinner.Numeric = true; this.percentageSpinner.Value = 100; this.hbox1.Add (this.percentageSpinner); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.percentageSpinner])); w3.Position = 1; w3.Expand = false; w3.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.label1 = new global::Gtk.Label (); this.label1.Name = "label1"; this.label1.LabelProp = "%"; this.hbox1.Add (this.label1); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1])); w4.Position = 2; w4.Expand = false; w4.Fill = false; this.vbox2.Add (this.hbox1); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1])); w5.Position = 0; w5.Expand = false; w5.Fill = false; // 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.absoluteRadio = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("By absolute size:")); this.absoluteRadio.CanFocus = true; this.absoluteRadio.Name = "absoluteRadio"; this.absoluteRadio.DrawIndicator = true; this.absoluteRadio.UseUnderline = true; this.absoluteRadio.Group = this.percentageRadio.Group; this.hbox2.Add (this.absoluteRadio); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.absoluteRadio])); w6.Position = 0; this.vbox2.Add (this.hbox2); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2])); w7.Position = 1; w7.Expand = false; w7.Fill = false; // 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.label2 = new global::Gtk.Label (); this.label2.Name = "label2"; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Width:"); this.hbox3.Add (this.label2); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label2])); w8.Position = 0; w8.Expand = false; w8.Fill = false; // Container child hbox3.Gtk.Box+BoxChild this.widthSpinner = new global::Gtk.SpinButton (1, 10000, 1); this.widthSpinner.Sensitive = false; this.widthSpinner.CanFocus = true; this.widthSpinner.Name = "widthSpinner"; this.widthSpinner.Adjustment.PageIncrement = 10; this.widthSpinner.ClimbRate = 1; this.widthSpinner.Numeric = true; this.hbox3.Add (this.widthSpinner); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.widthSpinner])); w9.Position = 1; w9.Expand = false; w9.Fill = false; // Container child hbox3.Gtk.Box+BoxChild this.label4 = new global::Gtk.Label (); this.label4.Name = "label4"; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("pixels"); this.hbox3.Add (this.label4); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label4])); w10.Position = 2; w10.Expand = false; w10.Fill = false; this.vbox2.Add (this.hbox3); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3])); w11.Position = 2; w11.Expand = false; w11.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.hbox4 = new global::Gtk.HBox (); this.hbox4.Name = "hbox4"; this.hbox4.Spacing = 6; // Container child hbox4.Gtk.Box+BoxChild this.label3 = new global::Gtk.Label (); this.label3.Name = "label3"; this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Height:"); this.hbox4.Add (this.label3); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label3])); w12.Position = 0; w12.Expand = false; w12.Fill = false; // Container child hbox4.Gtk.Box+BoxChild this.heightSpinner = new global::Gtk.SpinButton (1, 10000, 1); this.heightSpinner.Sensitive = false; this.heightSpinner.CanFocus = true; this.heightSpinner.Name = "heightSpinner"; this.heightSpinner.Adjustment.PageIncrement = 10; this.heightSpinner.ClimbRate = 1; this.heightSpinner.Numeric = true; this.hbox4.Add (this.heightSpinner); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.heightSpinner])); w13.Position = 1; w13.Expand = false; w13.Fill = false; // Container child hbox4.Gtk.Box+BoxChild this.label5 = new global::Gtk.Label (); this.label5.Name = "label5"; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("pixels"); this.hbox4.Add (this.label5); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label5])); w14.Position = 2; w14.Expand = false; w14.Fill = false; this.vbox2.Add (this.hbox4); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox4])); w15.Position = 3; w15.Expand = false; w15.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.aspectCheckbox = new global::Gtk.CheckButton (); this.aspectCheckbox.Sensitive = false; this.aspectCheckbox.CanFocus = true; this.aspectCheckbox.Name = "aspectCheckbox"; this.aspectCheckbox.Label = global::Mono.Unix.Catalog.GetString ("Maintain aspect ratio"); this.aspectCheckbox.Active = true; this.aspectCheckbox.DrawIndicator = true; this.aspectCheckbox.UseUnderline = true; this.vbox2.Add (this.aspectCheckbox); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.aspectCheckbox])); w16.Position = 4; w16.Expand = false; w16.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.hbox5 = new global::Gtk.HBox (); this.hbox5.Name = "hbox5"; this.hbox5.Spacing = 6; // Container child hbox5.Gtk.Box+BoxChild this.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F); this.alignment1.Name = "alignment1"; this.hbox5.Add (this.alignment1); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.alignment1])); w17.Position = 0; // Container child hbox5.Gtk.Box+BoxChild this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(3)), false); this.table1.Name = "table1"; this.table1.RowSpacing = ((uint)(6)); this.table1.ColumnSpacing = ((uint)(6)); // Container child table1.Gtk.Table+TableChild this.CenterButton = new global::Gtk.Button (); this.CenterButton.WidthRequest = 30; this.CenterButton.HeightRequest = 30; this.CenterButton.CanFocus = true; this.CenterButton.Name = "CenterButton"; this.CenterButton.UseUnderline = true; // Container child CenterButton.Gtk.Container+ContainerChild global::Gtk.Alignment w18 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w19 = new global::Gtk.HBox (); w19.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w20 = new global::Gtk.Image (); w19.Add (w20); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w22 = new global::Gtk.Label (); w19.Add (w22); w18.Add (w19); this.CenterButton.Add (w18); this.table1.Add (this.CenterButton); global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table1 [this.CenterButton])); w26.TopAttach = ((uint)(1)); w26.BottomAttach = ((uint)(2)); w26.LeftAttach = ((uint)(1)); w26.RightAttach = ((uint)(2)); w26.XOptions = ((global::Gtk.AttachOptions)(4)); w26.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.EButton = new global::Gtk.Button (); this.EButton.WidthRequest = 30; this.EButton.HeightRequest = 30; this.EButton.CanFocus = true; this.EButton.Name = "EButton"; this.EButton.UseUnderline = true; // Container child EButton.Gtk.Container+ContainerChild global::Gtk.Alignment w27 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w28 = new global::Gtk.HBox (); w28.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w29 = new global::Gtk.Image (); w28.Add (w29); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w31 = new global::Gtk.Label (); w28.Add (w31); w27.Add (w28); this.EButton.Add (w27); this.table1.Add (this.EButton); global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.table1 [this.EButton])); w35.TopAttach = ((uint)(1)); w35.BottomAttach = ((uint)(2)); w35.LeftAttach = ((uint)(2)); w35.RightAttach = ((uint)(3)); w35.XOptions = ((global::Gtk.AttachOptions)(4)); w35.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.NButton = new global::Gtk.Button (); this.NButton.WidthRequest = 30; this.NButton.HeightRequest = 30; this.NButton.CanFocus = true; this.NButton.Name = "NButton"; this.NButton.UseUnderline = true; // Container child NButton.Gtk.Container+ContainerChild global::Gtk.Alignment w36 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w37 = new global::Gtk.HBox (); w37.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w38 = new global::Gtk.Image (); w37.Add (w38); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w40 = new global::Gtk.Label (); w37.Add (w40); w36.Add (w37); this.NButton.Add (w36); this.table1.Add (this.NButton); global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.table1 [this.NButton])); w44.LeftAttach = ((uint)(1)); w44.RightAttach = ((uint)(2)); w44.XOptions = ((global::Gtk.AttachOptions)(4)); w44.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.NEButton = new global::Gtk.Button (); this.NEButton.WidthRequest = 30; this.NEButton.HeightRequest = 30; this.NEButton.CanFocus = true; this.NEButton.Name = "NEButton"; this.NEButton.UseUnderline = true; // Container child NEButton.Gtk.Container+ContainerChild global::Gtk.Alignment w45 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w46 = new global::Gtk.HBox (); w46.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w47 = new global::Gtk.Image (); w46.Add (w47); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w49 = new global::Gtk.Label (); w46.Add (w49); w45.Add (w46); this.NEButton.Add (w45); this.table1.Add (this.NEButton); global::Gtk.Table.TableChild w53 = ((global::Gtk.Table.TableChild)(this.table1 [this.NEButton])); w53.LeftAttach = ((uint)(2)); w53.RightAttach = ((uint)(3)); w53.XOptions = ((global::Gtk.AttachOptions)(4)); w53.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.NWButton = new global::Gtk.Button (); this.NWButton.WidthRequest = 30; this.NWButton.HeightRequest = 30; this.NWButton.CanFocus = true; this.NWButton.Name = "NWButton"; this.NWButton.UseUnderline = true; // Container child NWButton.Gtk.Container+ContainerChild global::Gtk.Alignment w54 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w55 = new global::Gtk.HBox (); w55.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w56 = new global::Gtk.Image (); w55.Add (w56); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w58 = new global::Gtk.Label (); w55.Add (w58); w54.Add (w55); this.NWButton.Add (w54); this.table1.Add (this.NWButton); global::Gtk.Table.TableChild w62 = ((global::Gtk.Table.TableChild)(this.table1 [this.NWButton])); w62.XOptions = ((global::Gtk.AttachOptions)(4)); w62.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.SButton = new global::Gtk.Button (); this.SButton.WidthRequest = 30; this.SButton.HeightRequest = 30; this.SButton.CanFocus = true; this.SButton.Name = "SButton"; this.SButton.UseUnderline = true; // Container child SButton.Gtk.Container+ContainerChild global::Gtk.Alignment w63 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w64 = new global::Gtk.HBox (); w64.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w65 = new global::Gtk.Image (); w64.Add (w65); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w67 = new global::Gtk.Label (); w64.Add (w67); w63.Add (w64); this.SButton.Add (w63); this.table1.Add (this.SButton); global::Gtk.Table.TableChild w71 = ((global::Gtk.Table.TableChild)(this.table1 [this.SButton])); w71.TopAttach = ((uint)(2)); w71.BottomAttach = ((uint)(3)); w71.LeftAttach = ((uint)(1)); w71.RightAttach = ((uint)(2)); w71.XOptions = ((global::Gtk.AttachOptions)(4)); w71.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.SEButton = new global::Gtk.Button (); this.SEButton.WidthRequest = 30; this.SEButton.HeightRequest = 30; this.SEButton.CanFocus = true; this.SEButton.Name = "SEButton"; this.SEButton.UseUnderline = true; // Container child SEButton.Gtk.Container+ContainerChild global::Gtk.Alignment w72 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w73 = new global::Gtk.HBox (); w73.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w74 = new global::Gtk.Image (); w73.Add (w74); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w76 = new global::Gtk.Label (); w73.Add (w76); w72.Add (w73); this.SEButton.Add (w72); this.table1.Add (this.SEButton); global::Gtk.Table.TableChild w80 = ((global::Gtk.Table.TableChild)(this.table1 [this.SEButton])); w80.TopAttach = ((uint)(2)); w80.BottomAttach = ((uint)(3)); w80.LeftAttach = ((uint)(2)); w80.RightAttach = ((uint)(3)); w80.XOptions = ((global::Gtk.AttachOptions)(4)); w80.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.SWButton = new global::Gtk.Button (); this.SWButton.WidthRequest = 30; this.SWButton.HeightRequest = 30; this.SWButton.CanFocus = true; this.SWButton.Name = "SWButton"; this.SWButton.UseUnderline = true; // Container child SWButton.Gtk.Container+ContainerChild global::Gtk.Alignment w81 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w82 = new global::Gtk.HBox (); w82.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w83 = new global::Gtk.Image (); w82.Add (w83); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w85 = new global::Gtk.Label (); w82.Add (w85); w81.Add (w82); this.SWButton.Add (w81); this.table1.Add (this.SWButton); global::Gtk.Table.TableChild w89 = ((global::Gtk.Table.TableChild)(this.table1 [this.SWButton])); w89.TopAttach = ((uint)(2)); w89.BottomAttach = ((uint)(3)); w89.XOptions = ((global::Gtk.AttachOptions)(4)); w89.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.WButton = new global::Gtk.Button (); this.WButton.WidthRequest = 30; this.WButton.HeightRequest = 30; this.WButton.CanFocus = true; this.WButton.Name = "WButton"; this.WButton.UseUnderline = true; // Container child WButton.Gtk.Container+ContainerChild global::Gtk.Alignment w90 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w91 = new global::Gtk.HBox (); w91.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w92 = new global::Gtk.Image (); w91.Add (w92); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w94 = new global::Gtk.Label (); w91.Add (w94); w90.Add (w91); this.WButton.Add (w90); this.table1.Add (this.WButton); global::Gtk.Table.TableChild w98 = ((global::Gtk.Table.TableChild)(this.table1 [this.WButton])); w98.TopAttach = ((uint)(1)); w98.BottomAttach = ((uint)(2)); w98.XOptions = ((global::Gtk.AttachOptions)(4)); w98.YOptions = ((global::Gtk.AttachOptions)(4)); this.hbox5.Add (this.table1); global::Gtk.Box.BoxChild w99 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.table1])); w99.Position = 1; w99.Expand = false; w99.Fill = false; // Container child hbox5.Gtk.Box+BoxChild this.alignment2 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F); this.alignment2.Name = "alignment2"; this.hbox5.Add (this.alignment2); global::Gtk.Box.BoxChild w100 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.alignment2])); w100.Position = 2; this.vbox2.Add (this.hbox5); global::Gtk.Box.BoxChild w101 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox5])); w101.PackType = ((global::Gtk.PackType)(1)); w101.Position = 5; w101.Expand = false; w101.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.label6 = new global::Gtk.Label (); this.label6.Name = "label6"; this.label6.Xalign = 0F; this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Anchor:"); this.vbox2.Add (this.label6); global::Gtk.Box.BoxChild w102 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label6])); w102.PackType = ((global::Gtk.PackType)(1)); w102.Position = 6; w102.Expand = false; w102.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 w103 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator1])); w103.PackType = ((global::Gtk.PackType)(1)); w103.Position = 7; w103.Expand = false; w103.Fill = false; w1.Add (this.vbox2); global::Gtk.Box.BoxChild w104 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2])); w104.Position = 0; w104.Expand = false; w104.Fill = false; // Internal child Pinta.ResizeCanvasDialog.ActionArea global::Gtk.HButtonBox w105 = this.ActionArea; w105.Name = "dialog1_ActionArea"; w105.Spacing = 10; w105.BorderWidth = ((uint)(5)); w105.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 w106 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w105 [this.buttonCancel])); w106.Expand = false; w106.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 w107 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w105 [this.buttonOk])); w107.Position = 1; w107.Expand = false; w107.Fill = false; if ((this.Child != null)) { this.Child.ShowAll (); } this.Show (); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget PintaUploadAddin.UploadTypeChooserDialog this.Name = "PintaUploadAddin.UploadTypeChooserDialog"; this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Internal child PintaUploadAddin.UploadTypeChooserDialog.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog1_VBox.Gtk.Box+BoxChild this.radiobutton4 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Upload to Imgur")); this.radiobutton4.CanFocus = true; this.radiobutton4.Name = "radiobutton4"; this.radiobutton4.DrawIndicator = true; this.radiobutton4.UseUnderline = true; this.radiobutton4.Group = new global::GLib.SList(global::System.IntPtr.Zero); w1.Add(this.radiobutton4); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(w1 [this.radiobutton4])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Internal child PintaUploadAddin.UploadTypeChooserDialog.ActionArea global::Gtk.HButtonBox w3 = this.ActionArea; w3.Name = "dialog1_ActionArea"; w3.Spacing = 10; w3.BorderWidth = ((uint)(5)); w3.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 w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3 [this.buttonCancel])); w4.Expand = false; w4.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 w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3 [this.buttonOk])); w5.Position = 1; w5.Expand = false; w5.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 400; this.DefaultHeight = 300; this.Show(); }
protected virtual void Build() { MonoDevelop.Components.Gui.Initialize(this); // Widget MonoDevelop.ChangeLogAddIn.ProjectOptionPanelWidget MonoDevelop.Components.BinContainer.Attach(this); this.Name = "MonoDevelop.ChangeLogAddIn.ProjectOptionPanelWidget"; // Container child MonoDevelop.ChangeLogAddIn.ProjectOptionPanelWidget.Gtk.Container+ContainerChild this.notebook1 = new global::Gtk.Notebook(); this.notebook1.CanFocus = true; this.notebook1.Name = "notebook1"; this.notebook1.CurrentPage = 0; // Container child notebook1.Gtk.Notebook+NotebookChild this.vbox2 = new global::Gtk.VBox(); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; this.vbox2.BorderWidth = ((uint)(6)); // Container child vbox2.Gtk.Box+BoxChild this.noneRadioButton = new global::Gtk.RadioButton("radiobutton1"); this.noneRadioButton.CanFocus = true; this.noneRadioButton.Name = "noneRadioButton"; this.noneRadioButton.Active = true; this.noneRadioButton.DrawIndicator = true; this.noneRadioButton.UseUnderline = true; this.noneRadioButton.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.noneRadioButton.Remove(this.noneRadioButton.Child); // Container child noneRadioButton.Gtk.Container+ContainerChild this.label3 = new global::Gtk.Label(); this.label3.Name = "label3"; this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Disable ChangeLog support</b>\nNo ChangeLog entries will be generated for this project."); this.label3.UseMarkup = true; this.noneRadioButton.Add(this.label3); this.vbox2.Add(this.noneRadioButton); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.noneRadioButton])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.nearestRadioButton = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Custom policy")); this.nearestRadioButton.CanFocus = true; this.nearestRadioButton.Name = "nearestRadioButton"; this.nearestRadioButton.DrawIndicator = true; this.nearestRadioButton.UseUnderline = true; this.nearestRadioButton.Group = this.noneRadioButton.Group; this.nearestRadioButton.Remove(this.nearestRadioButton.Child); // Container child nearestRadioButton.Gtk.Container+ContainerChild this.label5 = new global::Gtk.Label(); this.label5.WidthRequest = 500; this.label5.Name = "label5"; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Update nearest ChangeLog</b>\nThe nearest ChangeLog file in the directory hierarchy will be updated (below the commit directory). If none is found, a warning message will be shown. ChangeLog files will never be automatically created."); this.label5.UseMarkup = true; this.label5.Wrap = true; this.nearestRadioButton.Add(this.label5); this.vbox2.Add(this.nearestRadioButton); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.nearestRadioButton])); w4.Position = 1; w4.Expand = false; w4.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.oneChangeLogInProjectRootDirectoryRadioButton = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("One ChangeLog in the project root directory")); this.oneChangeLogInProjectRootDirectoryRadioButton.CanFocus = true; this.oneChangeLogInProjectRootDirectoryRadioButton.Name = "oneChangeLogInProjectRootDirectoryRadioButton"; this.oneChangeLogInProjectRootDirectoryRadioButton.DrawIndicator = true; this.oneChangeLogInProjectRootDirectoryRadioButton.UseUnderline = true; this.oneChangeLogInProjectRootDirectoryRadioButton.Group = this.noneRadioButton.Group; this.oneChangeLogInProjectRootDirectoryRadioButton.Remove(this.oneChangeLogInProjectRootDirectoryRadioButton.Child); // Container child oneChangeLogInProjectRootDirectoryRadioButton.Gtk.Container+ContainerChild this.label6 = new global::Gtk.Label(); this.label6.WidthRequest = 500; this.label6.Name = "label6"; this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Single project ChangeLog</b>\nAll changes done in the project files will be logged in a single ChangeLog file, located at the project root directory. The ChangeLog file will be created if it doesn't exist."); this.label6.UseMarkup = true; this.label6.Wrap = true; this.oneChangeLogInProjectRootDirectoryRadioButton.Add(this.label6); this.vbox2.Add(this.oneChangeLogInProjectRootDirectoryRadioButton); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.oneChangeLogInProjectRootDirectoryRadioButton])); w6.Position = 2; w6.Expand = false; w6.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.oneChangeLogInEachDirectoryRadioButton = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("One ChangeLog in each directory")); this.oneChangeLogInEachDirectoryRadioButton.CanFocus = true; this.oneChangeLogInEachDirectoryRadioButton.Name = "oneChangeLogInEachDirectoryRadioButton"; this.oneChangeLogInEachDirectoryRadioButton.DrawIndicator = true; this.oneChangeLogInEachDirectoryRadioButton.UseUnderline = true; this.oneChangeLogInEachDirectoryRadioButton.Group = this.noneRadioButton.Group; this.oneChangeLogInEachDirectoryRadioButton.Remove(this.oneChangeLogInEachDirectoryRadioButton.Child); // Container child oneChangeLogInEachDirectoryRadioButton.Gtk.Container+ContainerChild this.label7 = new global::Gtk.Label(); this.label7.WidthRequest = 500; this.label7.Name = "label7"; this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("<b>One ChangeLog in each directory</b>\nFile changes will be logged in a ChangeLog located at the file's directory. The ChangeLog file will be created if it doesn't exist."); this.label7.UseMarkup = true; this.label7.Wrap = true; this.oneChangeLogInEachDirectoryRadioButton.Add(this.label7); this.vbox2.Add(this.oneChangeLogInEachDirectoryRadioButton); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.oneChangeLogInEachDirectoryRadioButton])); w8.Position = 3; w8.Expand = false; w8.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.alignment1 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F); this.alignment1.Name = "alignment1"; // Container child alignment1.Gtk.Container+ContainerChild this.alignment2 = new global::Gtk.Alignment(0F, 0F, 1F, 1F); this.alignment2.Name = "alignment2"; this.alignment2.TopPadding = ((uint)(18)); // Container child alignment2.Gtk.Container+ContainerChild this.checkVersionControl = new global::Gtk.CheckButton(); this.checkVersionControl.CanFocus = true; this.checkVersionControl.Name = "checkVersionControl"; this.checkVersionControl.Label = global::Mono.Unix.Catalog.GetString("Integrate with _version control"); this.checkVersionControl.DrawIndicator = true; this.checkVersionControl.UseUnderline = true; this.alignment2.Add(this.checkVersionControl); this.alignment1.Add(this.alignment2); this.vbox2.Add(this.alignment1); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment1])); w11.Position = 4; w11.Expand = false; w11.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.alignment3 = new global::Gtk.Alignment(0F, 0F, 1F, 1F); this.alignment3.Name = "alignment3"; this.alignment3.LeftPadding = ((uint)(24)); // Container child alignment3.Gtk.Container+ContainerChild this.checkRequireOnCommit = new global::Gtk.CheckButton(); this.checkRequireOnCommit.CanFocus = true; this.checkRequireOnCommit.Name = "checkRequireOnCommit"; this.checkRequireOnCommit.Label = global::Mono.Unix.Catalog.GetString("_Require ChangeLog entries for all files when committing"); this.checkRequireOnCommit.DrawIndicator = true; this.checkRequireOnCommit.UseUnderline = true; this.alignment3.Add(this.checkRequireOnCommit); this.vbox2.Add(this.alignment3); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment3])); w13.PackType = ((global::Gtk.PackType)(1)); w13.Position = 6; w13.Expand = false; w13.Fill = false; this.notebook1.Add(this.vbox2); // Notebook tab this.label1 = new global::Gtk.Label(); this.label1.Name = "label1"; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("ChangeLog Generation"); this.notebook1.SetTabLabel(this.vbox2, this.label1); this.label1.ShowAll(); // Container child notebook1.Gtk.Notebook+NotebookChild this.vbox1 = new global::Gtk.VBox(); this.vbox1.Name = "vbox1"; this.vbox1.Spacing = 6; this.vbox1.BorderWidth = ((uint)(9)); // Container child vbox1.Gtk.Box+BoxChild this.messageWidget = new global::MonoDevelop.VersionControl.CommitMessageStylePanelWidget(); this.messageWidget.Events = ((global::Gdk.EventMask)(256)); this.messageWidget.Name = "messageWidget"; this.vbox1.Add(this.messageWidget); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.messageWidget])); w15.Position = 0; this.notebook1.Add(this.vbox1); global::Gtk.Notebook.NotebookChild w16 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox1])); w16.Position = 1; // Notebook tab this.label2 = new global::Gtk.Label(); this.label2.Name = "label2"; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Message Style"); this.notebook1.SetTabLabel(this.vbox1, this.label2); this.label2.ShowAll(); this.Add(this.notebook1); if ((this.Child != null)) { this.Child.ShowAll(); } this.Show(); this.noneRadioButton.Toggled += new global::System.EventHandler(this.ValueChanged); this.nearestRadioButton.Toggled += new global::System.EventHandler(this.ValueChanged); this.oneChangeLogInProjectRootDirectoryRadioButton.Toggled += new global::System.EventHandler(this.ValueChanged); this.oneChangeLogInEachDirectoryRadioButton.Toggled += new global::System.EventHandler(this.ValueChanged); this.checkVersionControl.Toggled += new global::System.EventHandler(this.ValueChanged); this.checkRequireOnCommit.Toggled += new global::System.EventHandler(this.ValueChanged); this.messageWidget.Changed += new global::System.EventHandler(this.OnMessageWidgetChanged); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MatrixResourceManager.WidgetClientDeployment global::Stetic.BinContainer.Attach(this); this.Name = "MatrixResourceManager.WidgetClientDeployment"; // Container child MatrixResourceManager.WidgetClientDeployment.Gtk.Container+ContainerChild this.vbox4 = new global::Gtk.VBox(); this.vbox4.Name = "vbox4"; this.vbox4.Spacing = 6; this.vbox4.BorderWidth = ((uint)(5)); // Container child vbox4.Gtk.Box+BoxChild this.hbox2 = new global::Gtk.HBox(); this.hbox2.Name = "hbox2"; this.hbox2.Spacing = 6; // Container child hbox2.Gtk.Box+BoxChild this.label2 = new global::Gtk.Label(); this.label2.Name = "label2"; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Matrix Client Deployment"); this.hbox2.Add(this.label2); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2])); w1.Position = 0; w1.Fill = false; this.vbox4.Add(this.hbox2); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.hbox3 = new global::Gtk.HBox(); this.hbox3.Name = "hbox3"; this.hbox3.Spacing = 6; // Container child hbox3.Gtk.Box+BoxChild this.vbox5 = new global::Gtk.VBox(); this.vbox5.Name = "vbox5"; this.vbox5.Spacing = 6; // Container child vbox5.Gtk.Box+BoxChild this.frame2 = new global::Gtk.Frame(); this.frame2.Name = "frame2"; this.frame2.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child frame2.Gtk.Container+ContainerChild this.GtkAlignment = new global::Gtk.Alignment(0F, 0F, 1F, 1F); this.GtkAlignment.Name = "GtkAlignment"; this.GtkAlignment.LeftPadding = ((uint)(12)); // Container child GtkAlignment.Gtk.Container+ContainerChild this.hbox4 = new global::Gtk.HBox(); this.hbox4.Name = "hbox4"; this.hbox4.Spacing = 6; // Container child hbox4.Gtk.Box+BoxChild this.vbox7 = new global::Gtk.VBox(); this.vbox7.Name = "vbox7"; this.vbox7.Spacing = 6; // Container child vbox7.Gtk.Box+BoxChild this.label3 = new global::Gtk.Label(); this.label3.Name = "label3"; this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Client IP Address"); this.vbox7.Add(this.label3); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label3])); w3.Position = 0; // Container child vbox7.Gtk.Box+BoxChild this.label4 = new global::Gtk.Label(); this.label4.Name = "label4"; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Client Login User"); this.vbox7.Add(this.label4); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label4])); w4.Position = 1; // Container child vbox7.Gtk.Box+BoxChild this.label5 = new global::Gtk.Label(); this.label5.Name = "label5"; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Client Login Password"); this.vbox7.Add(this.label5); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label5])); w5.Position = 2; // Container child vbox7.Gtk.Box+BoxChild this.label1 = new global::Gtk.Label(); this.label1.Name = "label1"; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Client Daemon Port"); this.vbox7.Add(this.label1); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label1])); w6.Position = 3; // Container child vbox7.Gtk.Box+BoxChild this.label6 = new global::Gtk.Label(); this.label6.Name = "label6"; this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Client Type"); this.vbox7.Add(this.label6); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label6])); w7.Position = 4; this.hbox4.Add(this.vbox7); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.vbox7])); w8.Position = 0; // Container child hbox4.Gtk.Box+BoxChild this.vbox8 = new global::Gtk.VBox(); this.vbox8.Name = "vbox8"; this.vbox8.Spacing = 6; // Container child vbox8.Gtk.Box+BoxChild this.entry1 = new global::Gtk.Entry(); this.entry1.CanFocus = true; this.entry1.Name = "entry1"; this.entry1.IsEditable = true; this.entry1.InvisibleChar = '•'; this.vbox8.Add(this.entry1); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.entry1])); w9.Position = 0; // Container child vbox8.Gtk.Box+BoxChild this.entry2 = new global::Gtk.Entry(); this.entry2.CanFocus = true; this.entry2.Name = "entry2"; this.entry2.IsEditable = true; this.entry2.InvisibleChar = '•'; this.vbox8.Add(this.entry2); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.entry2])); w10.Position = 1; // Container child vbox8.Gtk.Box+BoxChild this.entry3 = new global::Gtk.Entry(); this.entry3.CanFocus = true; this.entry3.Name = "entry3"; this.entry3.IsEditable = true; this.entry3.Visibility = false; this.entry3.InvisibleChar = '•'; this.vbox8.Add(this.entry3); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.entry3])); w11.Position = 2; // Container child vbox8.Gtk.Box+BoxChild this.entry4 = new global::Gtk.Entry(); this.entry4.CanFocus = true; this.entry4.Name = "entry4"; this.entry4.Text = global::Mono.Unix.Catalog.GetString("14729"); this.entry4.IsEditable = true; this.entry4.InvisibleChar = '•'; this.vbox8.Add(this.entry4); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.entry4])); w12.Position = 3; // Container child vbox8.Gtk.Box+BoxChild this.hbox1 = new global::Gtk.HBox(); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; // Container child hbox1.Gtk.Box+BoxChild this.radiobutton1 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Compute")); this.radiobutton1.CanFocus = true; this.radiobutton1.Name = "radiobutton1"; this.radiobutton1.DrawIndicator = true; this.radiobutton1.UseUnderline = true; this.radiobutton1.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.hbox1.Add(this.radiobutton1); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.radiobutton1])); w13.Position = 0; // Container child hbox1.Gtk.Box+BoxChild this.radiobutton2 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Resource")); this.radiobutton2.CanFocus = true; this.radiobutton2.Name = "radiobutton2"; this.radiobutton2.DrawIndicator = true; this.radiobutton2.UseUnderline = true; this.radiobutton2.Group = this.radiobutton1.Group; this.hbox1.Add(this.radiobutton2); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.radiobutton2])); w14.Position = 1; // Container child hbox1.Gtk.Box+BoxChild this.radiobutton3 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Mix Mode")); this.radiobutton3.CanFocus = true; this.radiobutton3.Name = "radiobutton3"; this.radiobutton3.DrawIndicator = true; this.radiobutton3.UseUnderline = true; this.radiobutton3.Group = this.radiobutton1.Group; this.hbox1.Add(this.radiobutton3); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.radiobutton3])); w15.Position = 2; this.vbox8.Add(this.hbox1); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hbox1])); w16.Position = 4; this.hbox4.Add(this.vbox8); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.vbox8])); w17.Position = 1; w17.Fill = false; this.GtkAlignment.Add(this.hbox4); this.frame2.Add(this.GtkAlignment); this.GtkLabel3 = new global::Gtk.Label(); this.GtkLabel3.Name = "GtkLabel3"; this.GtkLabel3.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Client Information</b>"); this.GtkLabel3.UseMarkup = true; this.frame2.LabelWidget = this.GtkLabel3; this.vbox5.Add(this.frame2); global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.frame2])); w20.Position = 0; // Container child vbox5.Gtk.Box+BoxChild this.frame3 = new global::Gtk.Frame(); this.frame3.Name = "frame3"; this.frame3.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child frame3.Gtk.Container+ContainerChild this.GtkAlignment1 = new global::Gtk.Alignment(0F, 0F, 1F, 1F); this.GtkAlignment1.Name = "GtkAlignment1"; this.GtkAlignment1.LeftPadding = ((uint)(12)); // Container child GtkAlignment1.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.treeview1 = new global::Gtk.TreeView(); this.treeview1.CanFocus = true; this.treeview1.Name = "treeview1"; this.GtkScrolledWindow.Add(this.treeview1); this.GtkAlignment1.Add(this.GtkScrolledWindow); this.frame3.Add(this.GtkAlignment1); this.GtkLabel4 = new global::Gtk.Label(); this.GtkLabel4.Name = "GtkLabel4"; this.GtkLabel4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Resource Information</b>"); this.GtkLabel4.UseMarkup = true; this.frame3.LabelWidget = this.GtkLabel4; this.vbox5.Add(this.frame3); global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.frame3])); w24.Position = 1; this.hbox3.Add(this.vbox5); global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox5])); w25.Position = 0; // Container child hbox3.Gtk.Box+BoxChild this.vbox6 = new global::Gtk.VBox(); this.vbox6.Name = "vbox6"; this.vbox6.Spacing = 6; // Container child vbox6.Gtk.Box+BoxChild this.frame4 = new global::Gtk.Frame(); this.frame4.Name = "frame4"; this.frame4.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child frame4.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.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow(); this.GtkScrolledWindow1.Name = "GtkScrolledWindow1"; this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild this.textview1 = new global::Gtk.TextView(); this.textview1.CanFocus = true; this.textview1.Name = "textview1"; this.textview1.Editable = false; this.GtkScrolledWindow1.Add(this.textview1); this.GtkAlignment2.Add(this.GtkScrolledWindow1); this.frame4.Add(this.GtkAlignment2); this.GtkLabel5 = new global::Gtk.Label(); this.GtkLabel5.Name = "GtkLabel5"; this.GtkLabel5.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Pre-Check Log</b>"); this.GtkLabel5.UseMarkup = true; this.frame4.LabelWidget = this.GtkLabel5; this.vbox6.Add(this.frame4); global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.frame4])); w29.Position = 0; // Container child vbox6.Gtk.Box+BoxChild this.frame5 = new global::Gtk.Frame(); this.frame5.Name = "frame5"; this.frame5.ShadowType = ((global::Gtk.ShadowType)(2)); // Container child frame5.Gtk.Container+ContainerChild this.GtkAlignment3 = new global::Gtk.Alignment(0F, 0F, 1F, 1F); this.GtkAlignment3.Name = "GtkAlignment3"; this.GtkAlignment3.LeftPadding = ((uint)(12)); // Container child GtkAlignment3.Gtk.Container+ContainerChild this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow(); this.GtkScrolledWindow2.Name = "GtkScrolledWindow2"; this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild this.textview2 = new global::Gtk.TextView(); this.textview2.CanFocus = true; this.textview2.Name = "textview2"; this.textview2.Editable = false; this.GtkScrolledWindow2.Add(this.textview2); this.GtkAlignment3.Add(this.GtkScrolledWindow2); this.frame5.Add(this.GtkAlignment3); this.GtkLabel6 = new global::Gtk.Label(); this.GtkLabel6.Name = "GtkLabel6"; this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Deploy Log</b>"); this.GtkLabel6.UseMarkup = true; this.frame5.LabelWidget = this.GtkLabel6; this.vbox6.Add(this.frame5); global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.frame5])); w33.Position = 1; this.hbox3.Add(this.vbox6); global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox6])); w34.Position = 1; this.vbox4.Add(this.hbox3); global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox3])); w35.Position = 1; // Container child vbox4.Gtk.Box+BoxChild this.hbuttonbox3 = new global::Gtk.HButtonBox(); this.hbuttonbox3.Name = "hbuttonbox3"; this.hbuttonbox3.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(1)); // Container child hbuttonbox3.Gtk.ButtonBox+ButtonBoxChild this.button632 = new global::Gtk.Button(); this.button632.CanFocus = true; this.button632.Name = "button632"; this.button632.UseUnderline = true; this.button632.Label = global::Mono.Unix.Catalog.GetString("Pre-Check"); this.hbuttonbox3.Add(this.button632); global::Gtk.ButtonBox.ButtonBoxChild w36 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox3 [this.button632])); w36.Expand = false; w36.Fill = false; // Container child hbuttonbox3.Gtk.ButtonBox+ButtonBoxChild this.button633 = new global::Gtk.Button(); this.button633.Sensitive = false; this.button633.CanFocus = true; this.button633.Name = "button633"; this.button633.UseUnderline = true; this.button633.Label = global::Mono.Unix.Catalog.GetString("Deploy"); this.hbuttonbox3.Add(this.button633); global::Gtk.ButtonBox.ButtonBoxChild w37 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox3 [this.button633])); w37.Position = 1; w37.Expand = false; w37.Fill = false; // Container child hbuttonbox3.Gtk.ButtonBox+ButtonBoxChild this.button634 = new global::Gtk.Button(); this.button634.CanFocus = true; this.button634.Name = "button634"; this.button634.UseUnderline = true; this.button634.Label = global::Mono.Unix.Catalog.GetString("Cancel"); this.hbuttonbox3.Add(this.button634); global::Gtk.ButtonBox.ButtonBoxChild w38 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox3 [this.button634])); w38.Position = 2; w38.Expand = false; w38.Fill = false; this.vbox4.Add(this.hbuttonbox3); global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbuttonbox3])); w39.Position = 2; w39.Expand = false; w39.Fill = false; this.Add(this.vbox4); if ((this.Child != null)) { this.Child.ShowAll(); } this.Hide(); this.button632.Clicked += new global::System.EventHandler(this.OnButton632Clicked); this.button633.Clicked += new global::System.EventHandler(this.OnButton633Clicked); this.button634.Clicked += new global::System.EventHandler(this.OnButton634Clicked); }
protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget MonoDevelop.Ide.Projects.OptionPanels.StartupOptionsPanelWidget global::Stetic.BinContainer.Attach (this); this.Name = "MonoDevelop.Ide.Projects.OptionPanels.StartupOptionsPanelWidget"; // Container child MonoDevelop.Ide.Projects.OptionPanels.StartupOptionsPanelWidget.Gtk.Container+ContainerChild this.vbox2 = new global::Gtk.VBox (); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; // Container child vbox2.Gtk.Box+BoxChild this.radioSingle = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("Single startup project:")); this.radioSingle.CanFocus = true; this.radioSingle.Name = "radioSingle"; this.radioSingle.DrawIndicator = true; this.radioSingle.UseUnderline = true; this.radioSingle.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.vbox2.Add (this.radioSingle); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.radioSingle])); w1.Position = 0; w1.Expand = false; w1.Fill = false; // 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.label1 = new global::Gtk.Label (); this.label1.WidthRequest = 12; this.label1.Name = "label1"; this.hbox2.Add (this.label1); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label1])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child hbox2.Gtk.Box+BoxChild this.comboItems = global::Gtk.ComboBox.NewText (); this.comboItems.Name = "comboItems"; this.hbox2.Add (this.comboItems); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboItems])); w3.Position = 1; this.vbox2.Add (this.hbox2); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2])); w4.Position = 1; w4.Expand = false; w4.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.radioMulti = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("Multiple startup projects:")); this.radioMulti.CanFocus = true; this.radioMulti.Name = "radioMulti"; this.radioMulti.DrawIndicator = true; this.radioMulti.UseUnderline = true; this.radioMulti.Group = this.radioSingle.Group; this.vbox2.Add (this.radioMulti); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.radioMulti])); w5.Position = 2; w5.Expand = false; w5.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.label2 = new global::Gtk.Label (); this.label2.WidthRequest = 12; this.label2.Name = "label2"; this.hbox1.Add (this.label2); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2])); w6.Position = 0; w6.Expand = false; w6.Fill = false; // Container child hbox1.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.treeItems = new global::Gtk.TreeView (); this.treeItems.CanFocus = true; this.treeItems.Name = "treeItems"; this.GtkScrolledWindow.Add (this.treeItems); this.hbox1.Add (this.GtkScrolledWindow); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow])); w8.Position = 1; // Container child hbox1.Gtk.Box+BoxChild this.vbox3 = new global::Gtk.VBox (); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; // Container child vbox3.Gtk.Box+BoxChild this.buttonUp = new global::Gtk.Button (); this.buttonUp.CanFocus = true; this.buttonUp.Name = "buttonUp"; this.buttonUp.UseStock = true; this.buttonUp.UseUnderline = true; this.buttonUp.Label = "gtk-go-up"; this.vbox3.Add (this.buttonUp); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonUp])); w9.Position = 0; w9.Expand = false; w9.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.buttonDown = new global::Gtk.Button (); this.buttonDown.CanFocus = true; this.buttonDown.Name = "buttonDown"; this.buttonDown.UseStock = true; this.buttonDown.UseUnderline = true; this.buttonDown.Label = "gtk-go-down"; this.vbox3.Add (this.buttonDown); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonDown])); w10.Position = 1; w10.Expand = false; w10.Fill = false; this.hbox1.Add (this.vbox3); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3])); w11.Position = 2; w11.Expand = false; w11.Fill = false; this.vbox2.Add (this.hbox1); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1])); w12.Position = 3; this.Add (this.vbox2); if ((this.Child != null)) { this.Child.ShowAll (); } this.Hide (); this.radioSingle.Toggled += new global::System.EventHandler (this.OnRadioSingleToggled); this.buttonUp.Clicked += new global::System.EventHandler (this.OnButtonUpClicked); this.buttonDown.Clicked += new global::System.EventHandler (this.OnButtonDownClicked); }
protected virtual void Build() { MonoDevelop.Components.Gui.Initialize(this); // Widget MonoDevelop.VersionControl.Git.UserInfoConflictDialog this.Name = "MonoDevelop.VersionControl.Git.UserInfoConflictDialog"; this.Title = global::Mono.Unix.Catalog.GetString("User Information Conflict"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Internal child MonoDevelop.VersionControl.Git.UserInfoConflictDialog.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)(9)); // Container child vbox2.Gtk.Box+BoxChild this.label1 = new global::Gtk.Label(); this.label1.WidthRequest = 503; this.label1.Name = "label1"; this.label1.Xalign = 0F; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("The user name and email configured for the Git repository does not match the user information configured in MonoDevelop. Which user information do you want to use?"); this.label1.Wrap = true; this.vbox2.Add(this.label1); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.radioMD = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Use the MonoDevelop configuration:")); this.radioMD.CanFocus = true; this.radioMD.Name = "radioMD"; this.radioMD.Active = true; this.radioMD.DrawIndicator = true; this.radioMD.UseUnderline = true; this.radioMD.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.vbox2.Add(this.radioMD); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.radioMD])); w3.Position = 1; w3.Expand = false; w3.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.alignment1 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F); this.alignment1.Name = "alignment1"; this.alignment1.LeftPadding = ((uint)(27)); // Container child alignment1.Gtk.Container+ContainerChild this.labelMD = new global::Gtk.Label(); this.labelMD.Name = "labelMD"; this.labelMD.Xalign = 0F; this.labelMD.LabelProp = "name <email>"; this.alignment1.Add(this.labelMD); this.vbox2.Add(this.alignment1); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment1])); w5.Position = 2; w5.Expand = false; w5.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.alignment3 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F); this.alignment3.Name = "alignment3"; this.alignment3.LeftPadding = ((uint)(27)); // Container child alignment3.Gtk.Container+ContainerChild this.label6 = new global::Gtk.Label(); this.label6.Name = "label6"; this.label6.Xalign = 0F; this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("If you chose this option the Git configuration will be overwritten."); this.alignment3.Add(this.label6); this.vbox2.Add(this.alignment3); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment3])); w7.Position = 3; w7.Expand = false; w7.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.radiobutton2 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Use the Git configuration:")); this.radiobutton2.CanFocus = true; this.radiobutton2.Name = "radiobutton2"; this.radiobutton2.DrawIndicator = true; this.radiobutton2.UseUnderline = true; this.radiobutton2.Group = this.radioMD.Group; this.vbox2.Add(this.radiobutton2); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.radiobutton2])); w8.Position = 4; w8.Expand = false; w8.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.alignment2 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F); this.alignment2.Name = "alignment2"; this.alignment2.LeftPadding = ((uint)(27)); // Container child alignment2.Gtk.Container+ContainerChild this.labelGit = new global::Gtk.Label(); this.labelGit.Name = "labelGit"; this.labelGit.Xalign = 0F; this.labelGit.LabelProp = "name <email>"; this.alignment2.Add(this.labelGit); this.vbox2.Add(this.alignment2); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment2])); w10.Position = 5; w10.Expand = false; w10.Fill = false; w1.Add(this.vbox2); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2])); w11.Position = 0; w11.Expand = false; w11.Fill = false; // Internal child MonoDevelop.VersionControl.Git.UserInfoConflictDialog.ActionArea global::Gtk.HButtonBox w12 = this.ActionArea; w12.Name = "dialog1_ActionArea"; w12.Spacing = 10; w12.BorderWidth = ((uint)(5)); w12.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 w13 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w12 [this.buttonCancel])); w13.Expand = false; w13.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 w14 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w12 [this.buttonOk])); w14.Position = 1; w14.Expand = false; w14.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 529; this.DefaultHeight = 249; this.Hide(); }
protected virtual void Build() { global::Stetic.Gui.Initialize (this); // Widget MainWindow this.Name = "MainWindow"; this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Container child MainWindow.Gtk.Container+ContainerChild this.fixed1 = new global::Gtk.Fixed (); this.fixed1.Name = "fixed1"; this.fixed1.HasWindow = false; // Container child fixed1.Gtk.Fixed+FixedChild this.nombre = new global::Gtk.Entry (); this.nombre.CanFocus = true; this.nombre.Name = "nombre"; this.nombre.IsEditable = true; this.nombre.InvisibleChar = '●'; this.fixed1.Add (this.nombre); global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.nombre])); w1.X = 112; w1.Y = 40; // Container child fixed1.Gtk.Fixed+FixedChild this.codigo = new global::Gtk.Entry (); this.codigo.CanFocus = true; this.codigo.Name = "codigo"; this.codigo.IsEditable = true; this.codigo.InvisibleChar = '●'; this.fixed1.Add (this.codigo); global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.codigo])); w2.X = 112; w2.Y = 85; // Container child fixed1.Gtk.Fixed+FixedChild this.grupo = global::Gtk.ComboBox.NewText (); this.grupo.AppendText (global::Mono.Unix.Catalog.GetString ("A")); this.grupo.AppendText (global::Mono.Unix.Catalog.GetString ("B")); this.grupo.AppendText (global::Mono.Unix.Catalog.GetString ("C")); this.grupo.AppendText (global::Mono.Unix.Catalog.GetString ("D")); this.grupo.AppendText (global::Mono.Unix.Catalog.GetString ("E")); this.grupo.AppendText (""); this.grupo.Name = "grupo"; this.fixed1.Add (this.grupo); global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.grupo])); w3.X = 474; w3.Y = 52; // Container child fixed1.Gtk.Fixed+FixedChild this.Nombre = new global::Gtk.Label (); this.Nombre.Name = "Nombre"; this.Nombre.LabelProp = global::Mono.Unix.Catalog.GetString ("Nombre"); this.fixed1.Add (this.Nombre); global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.Nombre])); w4.X = 52; w4.Y = 44; // Container child fixed1.Gtk.Fixed+FixedChild this.label2 = new global::Gtk.Label (); this.label2.Name = "label2"; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Codigo"); this.fixed1.Add (this.label2); global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label2])); w5.X = 55; w5.Y = 88; // Container child fixed1.Gtk.Fixed+FixedChild this.label3 = new global::Gtk.Label (); this.label3.Name = "label3"; this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Grupo"); this.fixed1.Add (this.label3); global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label3])); w6.X = 420; w6.Y = 57; // Container child fixed1.Gtk.Fixed+FixedChild this.label4 = new global::Gtk.Label (); this.label4.Name = "label4"; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("1.-"); this.fixed1.Add (this.label4); global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label4])); w7.X = 49; w7.Y = 154; // Container child fixed1.Gtk.Fixed+FixedChild this.label5 = new global::Gtk.Label (); this.label5.Name = "label5"; this.label5.Xalign = 0F; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("¿Cual numero se obtiene de multiplicar 2 a la 5 potencia?"); this.fixed1.Add (this.label5); global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label5])); w8.X = 78; w8.Y = 154; // Container child fixed1.Gtk.Fixed+FixedChild this.opca = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("32")); this.opca.CanFocus = true; this.opca.Name = "opca"; this.opca.DrawIndicator = true; this.opca.UseUnderline = true; this.opca.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.fixed1.Add (this.opca); global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.opca])); w9.X = 75; w9.Y = 194; // Container child fixed1.Gtk.Fixed+FixedChild this.label7 = new global::Gtk.Label (); this.label7.Name = "label7"; this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("b)"); this.fixed1.Add (this.label7); global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label7])); w10.X = 131; w10.Y = 197; // Container child fixed1.Gtk.Fixed+FixedChild this.radiobutton2 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("5")); this.radiobutton2.CanFocus = true; this.radiobutton2.Name = "radiobutton2"; this.radiobutton2.DrawIndicator = true; this.radiobutton2.UseUnderline = true; this.radiobutton2.Group = this.opca.Group; this.fixed1.Add (this.radiobutton2); global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.radiobutton2])); w11.X = 153; w11.Y = 195; // Container child fixed1.Gtk.Fixed+FixedChild this.label1 = new global::Gtk.Label (); this.label1.Name = "label1"; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("c)"); this.fixed1.Add (this.label1); global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label1])); w12.X = 206; w12.Y = 196; // Container child fixed1.Gtk.Fixed+FixedChild this.radiobutton3 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("45")); this.radiobutton3.CanFocus = true; this.radiobutton3.Name = "radiobutton3"; this.radiobutton3.DrawIndicator = true; this.radiobutton3.UseUnderline = true; this.radiobutton3.Group = this.opca.Group; this.fixed1.Add (this.radiobutton3); global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.radiobutton3])); w13.X = 229; w13.Y = 196; // Container child fixed1.Gtk.Fixed+FixedChild this.label8 = new global::Gtk.Label (); this.label8.Name = "label8"; this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("d)"); this.fixed1.Add (this.label8); global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label8])); w14.X = 287; w14.Y = 197; // Container child fixed1.Gtk.Fixed+FixedChild this.radiobutton4 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("56")); this.radiobutton4.CanFocus = true; this.radiobutton4.Name = "radiobutton4"; this.radiobutton4.DrawIndicator = true; this.radiobutton4.UseUnderline = true; this.radiobutton4.Group = this.opca.Group; this.fixed1.Add (this.radiobutton4); global::Gtk.Fixed.FixedChild w15 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.radiobutton4])); w15.X = 312; w15.Y = 195; // Container child fixed1.Gtk.Fixed+FixedChild this.label6 = new global::Gtk.Label (); this.label6.Name = "label6"; this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("a)"); this.fixed1.Add (this.label6); global::Gtk.Fixed.FixedChild w16 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label6])); w16.X = 52; w16.Y = 195; // Container child fixed1.Gtk.Fixed+FixedChild this.label9 = new global::Gtk.Label (); this.label9.Name = "label9"; this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("2.-"); this.fixed1.Add (this.label9); global::Gtk.Fixed.FixedChild w17 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label9])); w17.X = 48; w17.Y = 245; // Container child fixed1.Gtk.Fixed+FixedChild this.label10 = new global::Gtk.Label (); this.label10.Name = "label10"; this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("¿ Cuanto es 2 + 2 ? "); this.fixed1.Add (this.label10); global::Gtk.Fixed.FixedChild w18 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label10])); w18.X = 80; w18.Y = 245; // Container child fixed1.Gtk.Fixed+FixedChild this.spm = new global::Gtk.SpinButton (0D, 100D, 1D); this.spm.CanFocus = true; this.spm.Name = "spm"; this.spm.Adjustment.PageIncrement = 10D; this.spm.ClimbRate = 1D; this.spm.Numeric = true; this.fixed1.Add (this.spm); global::Gtk.Fixed.FixedChild w19 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.spm])); w19.X = 77; w19.Y = 269; // Container child fixed1.Gtk.Fixed+FixedChild this.label11 = new global::Gtk.Label (); this.label11.Name = "label11"; this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("3.-"); this.fixed1.Add (this.label11); global::Gtk.Fixed.FixedChild w20 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label11])); w20.X = 44; w20.Y = 320; // Container child fixed1.Gtk.Fixed+FixedChild this.label12 = new global::Gtk.Label (); this.label12.Name = "label12"; this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("¿ De los siguientes paises cuales son de America ?"); this.fixed1.Add (this.label12); global::Gtk.Fixed.FixedChild w21 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label12])); w21.X = 75; w21.Y = 320; // Container child fixed1.Gtk.Fixed+FixedChild this.label13 = new global::Gtk.Label (); this.label13.Name = "label13"; this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("a)"); this.fixed1.Add (this.label13); global::Gtk.Fixed.FixedChild w22 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label13])); w22.X = 68; w22.Y = 352; // Container child fixed1.Gtk.Fixed+FixedChild this.opa = new global::Gtk.CheckButton (); this.opa.CanFocus = true; this.opa.Name = "opa"; this.opa.Label = global::Mono.Unix.Catalog.GetString ("Mexico"); this.opa.DrawIndicator = true; this.opa.UseUnderline = true; this.fixed1.Add (this.opa); global::Gtk.Fixed.FixedChild w23 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.opa])); w23.X = 89; w23.Y = 352; // Container child fixed1.Gtk.Fixed+FixedChild this.label14 = new global::Gtk.Label (); this.label14.Name = "label14"; this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("b)"); this.fixed1.Add (this.label14); global::Gtk.Fixed.FixedChild w24 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label14])); w24.X = 163; w24.Y = 354; // Container child fixed1.Gtk.Fixed+FixedChild this.checkbutton2 = new global::Gtk.CheckButton (); this.checkbutton2.CanFocus = true; this.checkbutton2.Name = "checkbutton2"; this.checkbutton2.Label = global::Mono.Unix.Catalog.GetString ("España"); this.checkbutton2.DrawIndicator = true; this.checkbutton2.UseUnderline = true; this.fixed1.Add (this.checkbutton2); global::Gtk.Fixed.FixedChild w25 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.checkbutton2])); w25.X = 186; w25.Y = 355; // Container child fixed1.Gtk.Fixed+FixedChild this.label15 = new global::Gtk.Label (); this.label15.Name = "label15"; this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("c)"); this.fixed1.Add (this.label15); global::Gtk.Fixed.FixedChild w26 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label15])); w26.X = 262; w26.Y = 356; // Container child fixed1.Gtk.Fixed+FixedChild this.checkbutton3 = new global::Gtk.CheckButton (); this.checkbutton3.CanFocus = true; this.checkbutton3.Name = "checkbutton3"; this.checkbutton3.Label = global::Mono.Unix.Catalog.GetString ("Japon"); this.checkbutton3.DrawIndicator = true; this.checkbutton3.UseUnderline = true; this.fixed1.Add (this.checkbutton3); global::Gtk.Fixed.FixedChild w27 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.checkbutton3])); w27.X = 284; w27.Y = 355; // Container child fixed1.Gtk.Fixed+FixedChild this.label16 = new global::Gtk.Label (); this.label16.Name = "label16"; this.label16.LabelProp = global::Mono.Unix.Catalog.GetString ("d)"); this.fixed1.Add (this.label16); global::Gtk.Fixed.FixedChild w28 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label16])); w28.X = 355; w28.Y = 356; // Container child fixed1.Gtk.Fixed+FixedChild this.opd = new global::Gtk.CheckButton (); this.opd.CanFocus = true; this.opd.Name = "opd"; this.opd.Label = global::Mono.Unix.Catalog.GetString ("Peru"); this.opd.DrawIndicator = true; this.opd.UseUnderline = true; this.fixed1.Add (this.opd); global::Gtk.Fixed.FixedChild w29 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.opd])); w29.X = 374; w29.Y = 355; // Container child fixed1.Gtk.Fixed+FixedChild this.label17 = new global::Gtk.Label (); this.label17.Name = "label17"; this.label17.LabelProp = global::Mono.Unix.Catalog.GetString ("4.-"); this.fixed1.Add (this.label17); global::Gtk.Fixed.FixedChild w30 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label17])); w30.X = 46; w30.Y = 414; // Container child fixed1.Gtk.Fixed+FixedChild this.label18 = new global::Gtk.Label (); this.label18.Name = "label18"; this.label18.LabelProp = global::Mono.Unix.Catalog.GetString ("Indique la fecha de la independencia"); this.fixed1.Add (this.label18); global::Gtk.Fixed.FixedChild w31 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label18])); w31.X = 84; w31.Y = 414; // Container child fixed1.Gtk.Fixed+FixedChild this.calendario = new global::Gtk.Calendar (); this.calendario.CanFocus = true; this.calendario.Name = "calendario"; this.calendario.DisplayOptions = ((global::Gtk.CalendarDisplayOptions)(35)); this.fixed1.Add (this.calendario); global::Gtk.Fixed.FixedChild w32 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.calendario])); w32.X = 94; w32.Y = 447; // Container child fixed1.Gtk.Fixed+FixedChild this.Terminar = new global::Gtk.Button (); this.Terminar.CanFocus = true; this.Terminar.Name = "Terminar"; this.Terminar.UseUnderline = true; this.Terminar.Label = global::Mono.Unix.Catalog.GetString ("Terminar"); this.fixed1.Add (this.Terminar); global::Gtk.Fixed.FixedChild w33 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.Terminar])); w33.X = 473; w33.Y = 648; this.Add (this.fixed1); if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 756; this.DefaultHeight = 780; this.Show (); this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent); this.Terminar.Clicked += new global::System.EventHandler (this.OnButton1Clicked); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MonoDevelop.Deployment.Gui.DeployDialog this.Events = ((global::Gdk.EventMask)(256)); this.Name = "MonoDevelop.Deployment.Gui.DeployDialog"; this.Title = global::Mono.Unix.Catalog.GetString("Create Package"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Internal child MonoDevelop.Deployment.Gui.DeployDialog.VBox global::Gtk.VBox w1 = this.VBox; w1.Events = ((global::Gdk.EventMask)(256)); w1.Name = "dialog_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog_VBox.Gtk.Box+BoxChild this.hbox1 = new global::Gtk.HBox(); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; this.hbox1.BorderWidth = ((uint)(6)); // Container child hbox1.Gtk.Box+BoxChild this.vbox2 = new global::Gtk.VBox(); this.vbox2.Name = "vbox2"; // Container child vbox2.Gtk.Box+BoxChild this.image2 = new global::Gtk.Image(); this.image2.Name = "image2"; this.image2.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("package-x-generic.png"); this.vbox2.Add(this.image2); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.image2])); w2.Position = 0; w2.Expand = false; w2.Fill = false; this.hbox1.Add(this.vbox2); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2])); w3.Position = 0; w3.Expand = false; w3.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.notebook = new global::Gtk.Notebook(); this.notebook.CanFocus = true; this.notebook.Name = "notebook"; this.notebook.CurrentPage = 3; this.notebook.ShowBorder = false; this.notebook.BorderWidth = ((uint)(6)); // Container child notebook.Gtk.Notebook+NotebookChild this.vbox3 = new global::Gtk.VBox(); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; // Container child vbox3.Gtk.Box+BoxChild this.labelTitle = new global::Gtk.Label(); this.labelTitle.Name = "labelTitle"; this.labelTitle.Xalign = 0F; this.labelTitle.LabelProp = global::Mono.Unix.Catalog.GetString("<big><b>Package Type</b></big>"); this.labelTitle.UseMarkup = true; this.vbox3.Add(this.labelTitle); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.labelTitle])); w4.Position = 0; w4.Expand = false; w4.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hseparator2 = new global::Gtk.HSeparator(); this.hseparator2.Name = "hseparator2"; this.vbox3.Add(this.hseparator2); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator2])); w5.Position = 1; w5.Expand = false; w5.Fill = false; // Container child vbox3.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("Select the type of package to create:"); this.vbox3.Add(this.label1); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label1])); w6.Position = 2; w6.Expand = false; w6.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.scrolledwindow2 = new global::Gtk.ScrolledWindow(); this.scrolledwindow2.CanFocus = true; this.scrolledwindow2.Name = "scrolledwindow2"; this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child scrolledwindow2.Gtk.Container+ContainerChild this.targetsTree = new global::Gtk.TreeView(); this.targetsTree.CanFocus = true; this.targetsTree.Name = "targetsTree"; this.scrolledwindow2.Add(this.targetsTree); this.vbox3.Add(this.scrolledwindow2); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.scrolledwindow2])); w8.Position = 3; this.notebook.Add(this.vbox3); // Notebook tab this.label2 = new global::Gtk.Label(); this.label2.Name = "label2"; this.label2.LabelProp = "page5"; this.notebook.SetTabLabel(this.vbox3, this.label2); this.label2.ShowAll(); // Container child notebook.Gtk.Notebook+NotebookChild this.pageSelectProject = new global::Gtk.VBox(); this.pageSelectProject.Name = "pageSelectProject"; this.pageSelectProject.Spacing = 6; // Container child pageSelectProject.Gtk.Box+BoxChild this.labelTitle1 = new global::Gtk.Label(); this.labelTitle1.Name = "labelTitle1"; this.labelTitle1.Xalign = 0F; this.labelTitle1.LabelProp = global::Mono.Unix.Catalog.GetString("<big><b>Select Project</b></big>"); this.labelTitle1.UseMarkup = true; this.pageSelectProject.Add(this.labelTitle1); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.labelTitle1])); w10.Position = 0; w10.Expand = false; w10.Fill = false; // Container child pageSelectProject.Gtk.Box+BoxChild this.hseparator4 = new global::Gtk.HSeparator(); this.hseparator4.Name = "hseparator4"; this.pageSelectProject.Add(this.hseparator4); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.hseparator4])); w11.Position = 1; w11.Expand = false; w11.Fill = false; // Container child pageSelectProject.Gtk.Box+BoxChild this.label4 = new global::Gtk.Label(); this.label4.Name = "label4"; this.label4.Xalign = 0F; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Select the project or solution for which you want to create a package:"); this.pageSelectProject.Add(this.label4); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.label4])); w12.Position = 2; w12.Expand = false; w12.Fill = false; // Container child pageSelectProject.Gtk.Box+BoxChild this.entryTree = new global::MonoDevelop.Deployment.Gui.EntrySelectionTree(); this.entryTree.Events = ((global::Gdk.EventMask)(256)); this.entryTree.Name = "entryTree"; this.pageSelectProject.Add(this.entryTree); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.entryTree])); w13.Position = 3; this.notebook.Add(this.pageSelectProject); global::Gtk.Notebook.NotebookChild w14 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.pageSelectProject])); w14.Position = 1; // Notebook tab this.label3 = new global::Gtk.Label(); this.label3.Name = "label3"; this.label3.LabelProp = "page3"; this.notebook.SetTabLabel(this.pageSelectProject, this.label3); this.label3.ShowAll(); // Container child notebook.Gtk.Notebook+NotebookChild this.vbox4 = new global::Gtk.VBox(); this.vbox4.Name = "vbox4"; this.vbox4.Spacing = 6; // Container child vbox4.Gtk.Box+BoxChild this.label5 = new global::Gtk.Label(); this.label5.Name = "label5"; this.label5.Xalign = 0F; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("<big><b>Package Settings</b></big>"); this.label5.UseMarkup = true; this.vbox4.Add(this.label5); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label5])); w15.Position = 0; w15.Expand = false; w15.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.hseparator3 = new global::Gtk.HSeparator(); this.hseparator3.Name = "hseparator3"; this.vbox4.Add(this.hseparator3); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator3])); w16.Position = 1; w16.Expand = false; w16.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.editorBox = new global::Gtk.EventBox(); this.editorBox.Name = "editorBox"; this.vbox4.Add(this.editorBox); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.editorBox])); w17.Position = 2; // Container child vbox4.Gtk.Box+BoxChild this.saveSeparator = new global::Gtk.HSeparator(); this.saveSeparator.Name = "saveSeparator"; this.vbox4.Add(this.saveSeparator); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.saveSeparator])); w18.Position = 3; w18.Expand = false; w18.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.hbox2 = new global::Gtk.HBox(); this.hbox2.Name = "hbox2"; this.hbox2.Spacing = 6; // Container child hbox2.Gtk.Box+BoxChild this.checkSave = new global::Gtk.CheckButton(); this.checkSave.CanFocus = true; this.checkSave.Name = "checkSave"; this.checkSave.Label = global::Mono.Unix.Catalog.GetString("Save this package configuration in the solution"); this.checkSave.DrawIndicator = true; this.checkSave.UseUnderline = true; this.hbox2.Add(this.checkSave); global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.checkSave])); w19.Position = 0; w19.Expand = false; w19.Fill = false; this.vbox4.Add(this.hbox2); global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2])); w20.Position = 4; w20.Expand = false; w20.Fill = false; this.notebook.Add(this.vbox4); global::Gtk.Notebook.NotebookChild w21 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.vbox4])); w21.Position = 2; // Notebook tab this.label6 = new global::Gtk.Label(); this.label6.Name = "label6"; this.label6.LabelProp = "page2"; this.notebook.SetTabLabel(this.vbox4, this.label6); this.label6.ShowAll(); // Container child notebook.Gtk.Notebook+NotebookChild this.pageSave = new global::Gtk.VBox(); this.pageSave.Name = "pageSave"; this.pageSave.Spacing = 6; // Container child pageSave.Gtk.Box+BoxChild this.label7 = new global::Gtk.Label(); this.label7.Name = "label7"; this.label7.Xalign = 0F; this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("<big><b>Save Package Configuration</b></big>"); this.label7.UseMarkup = true; this.pageSave.Add(this.label7); global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.pageSave [this.label7])); w22.Position = 0; w22.Expand = false; w22.Fill = false; // Container child pageSave.Gtk.Box+BoxChild this.hseparator5 = new global::Gtk.HSeparator(); this.hseparator5.Name = "hseparator5"; this.pageSave.Add(this.hseparator5); global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.pageSave [this.hseparator5])); w23.Position = 1; w23.Expand = false; w23.Fill = false; // Container child pageSave.Gtk.Box+BoxChild this.vbox7 = new global::Gtk.VBox(); this.vbox7.Name = "vbox7"; this.vbox7.Spacing = 6; // Container child vbox7.Gtk.Box+BoxChild this.label14 = new global::Gtk.Label(); this.label14.Name = "label14"; this.label14.Xalign = 0F; this.label14.LabelProp = global::Mono.Unix.Catalog.GetString("Enter the name you want to give to this package configuration:"); this.vbox7.Add(this.label14); global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label14])); w24.Position = 0; w24.Expand = false; w24.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.label13 = new global::Gtk.Label(); this.label13.Name = "label13"; this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Name:"); this.hbox4.Add(this.label13); global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label13])); w25.Position = 0; w25.Expand = false; w25.Fill = false; // Container child hbox4.Gtk.Box+BoxChild this.entrySaveName = new global::Gtk.Entry(); this.entrySaveName.CanFocus = true; this.entrySaveName.Name = "entrySaveName"; this.entrySaveName.IsEditable = true; this.entrySaveName.InvisibleChar = '●'; this.hbox4.Add(this.entrySaveName); global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.entrySaveName])); w26.Position = 1; this.vbox7.Add(this.hbox4); global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox4])); w27.Position = 1; w27.Expand = false; w27.Fill = false; w27.Padding = ((uint)(6)); // Container child vbox7.Gtk.Box+BoxChild this.vboxSaveProject = new global::Gtk.VBox(); this.vboxSaveProject.Name = "vboxSaveProject"; this.vboxSaveProject.Spacing = 6; // Container child vboxSaveProject.Gtk.Box+BoxChild this.hseparator6 = new global::Gtk.HSeparator(); this.hseparator6.Name = "hseparator6"; this.vboxSaveProject.Add(this.hseparator6); global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.hseparator6])); w28.Position = 0; w28.Expand = false; w28.Fill = false; // Container child vboxSaveProject.Gtk.Box+BoxChild this.label15 = new global::Gtk.Label(); this.label15.Name = "label15"; this.label15.Xalign = 0F; this.label15.LabelProp = global::Mono.Unix.Catalog.GetString("Where do you want to save this configuration?"); this.vboxSaveProject.Add(this.label15); global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.label15])); w29.Position = 1; w29.Expand = false; w29.Fill = false; // Container child vboxSaveProject.Gtk.Box+BoxChild this.radioCreateProject = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Save in a new Packaging Project")); this.radioCreateProject.CanFocus = true; this.radioCreateProject.Name = "radioCreateProject"; this.radioCreateProject.DrawIndicator = true; this.radioCreateProject.UseUnderline = true; this.radioCreateProject.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.vboxSaveProject.Add(this.radioCreateProject); global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.radioCreateProject])); w30.Position = 2; w30.Expand = false; w30.Fill = false; // Container child vboxSaveProject.Gtk.Box+BoxChild this.hbox5 = new global::Gtk.HBox(); this.hbox5.Name = "hbox5"; this.hbox5.Spacing = 6; // Container child hbox5.Gtk.Box+BoxChild this.label9 = new global::Gtk.Label(); this.label9.WidthRequest = 24; this.label9.Name = "label9"; this.hbox5.Add(this.label9); global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label9])); w31.Position = 0; w31.Expand = false; w31.Fill = false; // Container child hbox5.Gtk.Box+BoxChild this.tableNewProject = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false); this.tableNewProject.Name = "tableNewProject"; this.tableNewProject.RowSpacing = ((uint)(6)); this.tableNewProject.ColumnSpacing = ((uint)(6)); // Container child tableNewProject.Gtk.Table+TableChild this.comboCreateProject = global::Gtk.ComboBox.NewText(); this.comboCreateProject.Name = "comboCreateProject"; this.tableNewProject.Add(this.comboCreateProject); global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.comboCreateProject])); w32.LeftAttach = ((uint)(1)); w32.RightAttach = ((uint)(2)); w32.XOptions = ((global::Gtk.AttachOptions)(4)); w32.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableNewProject.Gtk.Table+TableChild this.entryProjectName = new global::Gtk.Entry(); this.entryProjectName.CanFocus = true; this.entryProjectName.Name = "entryProjectName"; this.entryProjectName.Text = global::Mono.Unix.Catalog.GetString("Packages"); this.entryProjectName.IsEditable = true; this.entryProjectName.InvisibleChar = '●'; this.tableNewProject.Add(this.entryProjectName); global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.entryProjectName])); w33.TopAttach = ((uint)(1)); w33.BottomAttach = ((uint)(2)); w33.LeftAttach = ((uint)(1)); w33.RightAttach = ((uint)(2)); w33.XOptions = ((global::Gtk.AttachOptions)(4)); w33.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableNewProject.Gtk.Table+TableChild this.label11 = new global::Gtk.Label(); this.label11.Name = "label11"; this.label11.Xalign = 0F; this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Project name:"); this.tableNewProject.Add(this.label11); global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.label11])); w34.TopAttach = ((uint)(1)); w34.BottomAttach = ((uint)(2)); w34.XOptions = ((global::Gtk.AttachOptions)(4)); w34.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableNewProject.Gtk.Table+TableChild this.label16 = new global::Gtk.Label(); this.label16.Name = "label16"; this.label16.LabelProp = global::Mono.Unix.Catalog.GetString("Create in solution:"); this.tableNewProject.Add(this.label16); global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.label16])); w35.XOptions = ((global::Gtk.AttachOptions)(4)); w35.YOptions = ((global::Gtk.AttachOptions)(4)); this.hbox5.Add(this.tableNewProject); global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.tableNewProject])); w36.Position = 1; w36.Expand = false; w36.Fill = false; this.vboxSaveProject.Add(this.hbox5); global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.hbox5])); w37.Position = 3; w37.Expand = false; w37.Fill = false; // Container child vboxSaveProject.Gtk.Box+BoxChild this.radioAddProject = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Add to existing Packaging Project")); this.radioAddProject.CanFocus = true; this.radioAddProject.Name = "radioAddProject"; this.radioAddProject.DrawIndicator = true; this.radioAddProject.UseUnderline = true; this.radioAddProject.Group = this.radioCreateProject.Group; this.vboxSaveProject.Add(this.radioAddProject); global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.radioAddProject])); w38.Position = 4; w38.Expand = false; w38.Fill = false; // Container child vboxSaveProject.Gtk.Box+BoxChild this.boxAddProject = new global::Gtk.HBox(); this.boxAddProject.Name = "boxAddProject"; this.boxAddProject.Spacing = 6; // Container child boxAddProject.Gtk.Box+BoxChild this.label10 = new global::Gtk.Label(); this.label10.WidthRequest = 24; this.label10.Name = "label10"; this.boxAddProject.Add(this.label10); global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.boxAddProject [this.label10])); w39.Position = 0; w39.Expand = false; w39.Fill = false; // Container child boxAddProject.Gtk.Box+BoxChild this.label12 = new global::Gtk.Label(); this.label12.Name = "label12"; this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Project:"); this.boxAddProject.Add(this.label12); global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.boxAddProject [this.label12])); w40.Position = 1; w40.Expand = false; w40.Fill = false; // Container child boxAddProject.Gtk.Box+BoxChild this.comboSelProject = global::Gtk.ComboBox.NewText(); this.comboSelProject.Name = "comboSelProject"; this.boxAddProject.Add(this.comboSelProject); global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.boxAddProject [this.comboSelProject])); w41.Position = 2; w41.Expand = false; w41.Fill = false; this.vboxSaveProject.Add(this.boxAddProject); global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.boxAddProject])); w42.Position = 5; w42.Expand = false; w42.Fill = false; this.vbox7.Add(this.vboxSaveProject); global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.vboxSaveProject])); w43.Position = 2; w43.Expand = false; w43.Fill = false; this.pageSave.Add(this.vbox7); global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.pageSave [this.vbox7])); w44.Position = 2; w44.Expand = false; w44.Fill = false; this.notebook.Add(this.pageSave); global::Gtk.Notebook.NotebookChild w45 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.pageSave])); w45.Position = 3; // Notebook tab this.label8 = new global::Gtk.Label(); this.label8.Name = "label8"; this.label8.LabelProp = "page4"; this.notebook.SetTabLabel(this.pageSave, this.label8); this.label8.ShowAll(); this.hbox1.Add(this.notebook); global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.notebook])); w46.Position = 1; w1.Add(this.hbox1); global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1])); w47.Position = 0; // Internal child MonoDevelop.Deployment.Gui.DeployDialog.ActionArea global::Gtk.HButtonBox w48 = this.ActionArea; w48.Name = "MonoDevelop.Deployment.DeployDialog_ActionArea"; w48.Spacing = 6; w48.BorderWidth = ((uint)(5)); w48.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4)); // Container child MonoDevelop.Deployment.DeployDialog_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 w49 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48 [this.buttonCancel])); w49.Expand = false; w49.Fill = false; // Container child MonoDevelop.Deployment.DeployDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.buttonBack = new global::Gtk.Button(); this.buttonBack.CanDefault = true; this.buttonBack.CanFocus = true; this.buttonBack.Name = "buttonBack"; this.buttonBack.UseStock = true; this.buttonBack.UseUnderline = true; this.buttonBack.Label = "gtk-go-back"; w48.Add(this.buttonBack); global::Gtk.ButtonBox.ButtonBoxChild w50 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48 [this.buttonBack])); w50.Position = 1; w50.Expand = false; w50.Fill = false; // Container child MonoDevelop.Deployment.DeployDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.buttonNext = new global::Gtk.Button(); this.buttonNext.CanDefault = true; this.buttonNext.CanFocus = true; this.buttonNext.Name = "buttonNext"; this.buttonNext.UseStock = true; this.buttonNext.UseUnderline = true; this.buttonNext.Label = "gtk-go-forward"; w48.Add(this.buttonNext); global::Gtk.ButtonBox.ButtonBoxChild w51 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48 [this.buttonNext])); w51.Position = 2; w51.Expand = false; w51.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 573; this.DefaultHeight = 433; this.Hide(); this.notebook.SelectPage += new global::Gtk.SelectPageHandler(this.OnNotebookSelectPage); this.checkSave.Clicked += new global::System.EventHandler(this.OnCheckSaveClicked); this.radioCreateProject.Clicked += new global::System.EventHandler(this.OnRadioCreateProjectClicked); this.radioAddProject.Clicked += new global::System.EventHandler(this.OnRadioAddProjectClicked); this.buttonBack.Clicked += new global::System.EventHandler(this.OnButtonBackClicked); this.buttonNext.Clicked += new global::System.EventHandler(this.OnButtonNextClicked); }
protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget MonoDevelop.ChangeLogAddIn.ProjectOptionPanelWidget global::Stetic.BinContainer.Attach (this); this.Name = "MonoDevelop.ChangeLogAddIn.ProjectOptionPanelWidget"; // Container child MonoDevelop.ChangeLogAddIn.ProjectOptionPanelWidget.Gtk.Container+ContainerChild this.notebook1 = new global::Gtk.Notebook (); this.notebook1.CanFocus = true; this.notebook1.Name = "notebook1"; this.notebook1.CurrentPage = 0; // Container child notebook1.Gtk.Notebook+NotebookChild this.vbox2 = new global::Gtk.VBox (); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; this.vbox2.BorderWidth = ((uint)(6)); // Container child vbox2.Gtk.Box+BoxChild this.noneRadioButton = new global::Gtk.RadioButton ("radiobutton1"); this.noneRadioButton.CanFocus = true; this.noneRadioButton.Name = "noneRadioButton"; this.noneRadioButton.Active = true; this.noneRadioButton.DrawIndicator = true; this.noneRadioButton.UseUnderline = true; this.noneRadioButton.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.noneRadioButton.Remove (this.noneRadioButton.Child); // Container child noneRadioButton.Gtk.Container+ContainerChild this.label3 = new global::Gtk.Label (); this.label3.Name = "label3"; this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Disable ChangeLog support</b>\nNo ChangeLog entries will be generated for this project."); this.label3.UseMarkup = true; this.noneRadioButton.Add (this.label3); this.vbox2.Add (this.noneRadioButton); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.noneRadioButton])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.nearestRadioButton = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Custom policy")); this.nearestRadioButton.CanFocus = true; this.nearestRadioButton.Name = "nearestRadioButton"; this.nearestRadioButton.DrawIndicator = true; this.nearestRadioButton.UseUnderline = true; this.nearestRadioButton.Group = this.noneRadioButton.Group; this.nearestRadioButton.Remove (this.nearestRadioButton.Child); // Container child nearestRadioButton.Gtk.Container+ContainerChild this.label5 = new global::Gtk.Label (); this.label5.WidthRequest = 500; this.label5.Name = "label5"; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Update nearest ChangeLog</b>\nThe nearest ChangeLog file in the directory hierarchy will be updated (below the commit directory). If none is found, a warning message will be shown. ChangeLog files will never be automatically created."); this.label5.UseMarkup = true; this.label5.Wrap = true; this.nearestRadioButton.Add (this.label5); this.vbox2.Add (this.nearestRadioButton); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.nearestRadioButton])); w4.Position = 1; w4.Expand = false; w4.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.oneChangeLogInProjectRootDirectoryRadioButton = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("One ChangeLog in the project root directory")); this.oneChangeLogInProjectRootDirectoryRadioButton.CanFocus = true; this.oneChangeLogInProjectRootDirectoryRadioButton.Name = "oneChangeLogInProjectRootDirectoryRadioButton"; this.oneChangeLogInProjectRootDirectoryRadioButton.DrawIndicator = true; this.oneChangeLogInProjectRootDirectoryRadioButton.UseUnderline = true; this.oneChangeLogInProjectRootDirectoryRadioButton.Group = this.noneRadioButton.Group; this.oneChangeLogInProjectRootDirectoryRadioButton.Remove (this.oneChangeLogInProjectRootDirectoryRadioButton.Child); // Container child oneChangeLogInProjectRootDirectoryRadioButton.Gtk.Container+ContainerChild this.label6 = new global::Gtk.Label (); this.label6.WidthRequest = 500; this.label6.Name = "label6"; this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Single project ChangeLog</b>\nAll changes done in the project files will be logged in a single ChangeLog file, located at the project root directory. The ChangeLog file will be created if it doesn't exist."); this.label6.UseMarkup = true; this.label6.Wrap = true; this.oneChangeLogInProjectRootDirectoryRadioButton.Add (this.label6); this.vbox2.Add (this.oneChangeLogInProjectRootDirectoryRadioButton); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.oneChangeLogInProjectRootDirectoryRadioButton])); w6.Position = 2; w6.Expand = false; w6.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.oneChangeLogInEachDirectoryRadioButton = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("One ChangeLog in each directory")); this.oneChangeLogInEachDirectoryRadioButton.CanFocus = true; this.oneChangeLogInEachDirectoryRadioButton.Name = "oneChangeLogInEachDirectoryRadioButton"; this.oneChangeLogInEachDirectoryRadioButton.DrawIndicator = true; this.oneChangeLogInEachDirectoryRadioButton.UseUnderline = true; this.oneChangeLogInEachDirectoryRadioButton.Group = this.noneRadioButton.Group; this.oneChangeLogInEachDirectoryRadioButton.Remove (this.oneChangeLogInEachDirectoryRadioButton.Child); // Container child oneChangeLogInEachDirectoryRadioButton.Gtk.Container+ContainerChild this.label7 = new global::Gtk.Label (); this.label7.WidthRequest = 500; this.label7.Name = "label7"; this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>One ChangeLog in each directory</b>\nFile changes will be logged in a ChangeLog located at the file's directory. The ChangeLog file will be created if it doesn't exist."); this.label7.UseMarkup = true; this.label7.Wrap = true; this.oneChangeLogInEachDirectoryRadioButton.Add (this.label7); this.vbox2.Add (this.oneChangeLogInEachDirectoryRadioButton); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.oneChangeLogInEachDirectoryRadioButton])); w8.Position = 3; w8.Expand = false; w8.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.alignment1 = new global::Gtk.Alignment (0.5f, 0.5f, 1f, 1f); this.alignment1.Name = "alignment1"; // Container child alignment1.Gtk.Container+ContainerChild this.alignment2 = new global::Gtk.Alignment (0f, 0f, 1f, 1f); this.alignment2.Name = "alignment2"; this.alignment2.TopPadding = ((uint)(18)); // Container child alignment2.Gtk.Container+ContainerChild this.checkVersionControl = new global::Gtk.CheckButton (); this.checkVersionControl.CanFocus = true; this.checkVersionControl.Name = "checkVersionControl"; this.checkVersionControl.Label = global::Mono.Unix.Catalog.GetString ("Integrate with _version control"); this.checkVersionControl.DrawIndicator = true; this.checkVersionControl.UseUnderline = true; this.alignment2.Add (this.checkVersionControl); this.alignment1.Add (this.alignment2); this.vbox2.Add (this.alignment1); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.alignment1])); w11.Position = 4; w11.Expand = false; w11.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.alignment3 = new global::Gtk.Alignment (0f, 0f, 1f, 1f); this.alignment3.Name = "alignment3"; this.alignment3.LeftPadding = ((uint)(24)); // Container child alignment3.Gtk.Container+ContainerChild this.checkRequireOnCommit = new global::Gtk.CheckButton (); this.checkRequireOnCommit.CanFocus = true; this.checkRequireOnCommit.Name = "checkRequireOnCommit"; this.checkRequireOnCommit.Label = global::Mono.Unix.Catalog.GetString ("_Require ChangeLog entries for all files when committing"); this.checkRequireOnCommit.DrawIndicator = true; this.checkRequireOnCommit.UseUnderline = true; this.alignment3.Add (this.checkRequireOnCommit); this.vbox2.Add (this.alignment3); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.alignment3])); w13.PackType = ((global::Gtk.PackType)(1)); w13.Position = 6; w13.Expand = false; w13.Fill = false; this.notebook1.Add (this.vbox2); // Notebook tab this.label1 = new global::Gtk.Label (); this.label1.Name = "label1"; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("ChangeLog Generation"); this.notebook1.SetTabLabel (this.vbox2, this.label1); this.label1.ShowAll (); // Container child notebook1.Gtk.Notebook+NotebookChild this.vbox1 = new global::Gtk.VBox (); this.vbox1.Name = "vbox1"; this.vbox1.Spacing = 6; this.vbox1.BorderWidth = ((uint)(9)); // Container child vbox1.Gtk.Box+BoxChild this.messageWidget = new global::MonoDevelop.VersionControl.CommitMessageStylePanelWidget (); this.messageWidget.Events = ((global::Gdk.EventMask)(256)); this.messageWidget.Name = "messageWidget"; this.vbox1.Add (this.messageWidget); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.messageWidget])); w15.Position = 0; this.notebook1.Add (this.vbox1); global::Gtk.Notebook.NotebookChild w16 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox1])); w16.Position = 1; // Notebook tab this.label2 = new global::Gtk.Label (); this.label2.Name = "label2"; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Message Style"); this.notebook1.SetTabLabel (this.vbox1, this.label2); this.label2.ShowAll (); this.Add (this.notebook1); if ((this.Child != null)) { this.Child.ShowAll (); } this.Show (); this.noneRadioButton.Toggled += new global::System.EventHandler (this.ValueChanged); this.nearestRadioButton.Toggled += new global::System.EventHandler (this.ValueChanged); this.oneChangeLogInProjectRootDirectoryRadioButton.Toggled += new global::System.EventHandler (this.ValueChanged); this.oneChangeLogInEachDirectoryRadioButton.Toggled += new global::System.EventHandler (this.ValueChanged); this.checkVersionControl.Toggled += new global::System.EventHandler (this.ValueChanged); this.checkRequireOnCommit.Toggled += new global::System.EventHandler (this.ValueChanged); this.messageWidget.Changed += new global::System.EventHandler (this.OnMessageWidgetChanged); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MonoDevelop.Ide.Projects.AddExternalFileDialog this.Name = "MonoDevelop.Ide.Projects.AddExternalFileDialog"; this.Title = global::Mono.Unix.Catalog.GetString("Add File to Folder"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Internal child MonoDevelop.Ide.Projects.AddExternalFileDialog.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; this.hbox1.BorderWidth = ((uint)(9)); // Container child hbox1.Gtk.Box+BoxChild this.vbox3 = new global::Gtk.VBox(); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; // Container child vbox3.Gtk.Box+BoxChild this.iconQuestion = new global::MonoDevelop.Components.ImageView(); this.iconQuestion.Name = "iconQuestion"; this.iconQuestion.IconId = "gtk-dialog-question"; this.iconQuestion.IconSize = ((global::Gtk.IconSize)(6)); this.vbox3.Add(this.iconQuestion); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.iconQuestion])); w2.Position = 0; w2.Expand = false; w2.Fill = false; this.hbox1.Add(this.vbox3); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3])); w3.Position = 0; w3.Expand = false; w3.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.vbox2 = new global::Gtk.VBox(); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 18; this.vbox2.BorderWidth = ((uint)(3)); // Container child vbox2.Gtk.Box+BoxChild this.labelTitle = new global::Gtk.Label(); this.labelTitle.WidthRequest = 450; this.labelTitle.Name = "labelTitle"; this.labelTitle.Xalign = 0F; this.labelTitle.LabelProp = global::Mono.Unix.Catalog.GetString("The file {0} is outside the target directory. What would you like to do?"); this.labelTitle.UseMarkup = true; this.labelTitle.Wrap = true; this.vbox2.Add(this.labelTitle); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelTitle])); w4.Position = 0; w4.Expand = false; w4.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.alignment1 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F); this.alignment1.Name = "alignment1"; this.alignment1.LeftPadding = ((uint)(20)); // Container child alignment1.Gtk.Container+ContainerChild this.vbox4 = new global::Gtk.VBox(); this.vbox4.Name = "vbox4"; this.vbox4.Spacing = 6; // Container child vbox4.Gtk.Box+BoxChild this.radioKeep = new global::Gtk.RadioButton(""); this.radioKeep.CanFocus = true; this.radioKeep.Name = "radioKeep"; this.radioKeep.DrawIndicator = true; this.radioKeep.UseUnderline = true; this.radioKeep.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.radioKeep.Remove(this.radioKeep.Child); // Container child radioKeep.Gtk.Container+ContainerChild this.labelKeep = new global::Gtk.Label(); this.labelKeep.WidthRequest = 376; this.labelKeep.Name = "labelKeep"; this.labelKeep.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Keep</b> the file in its the current subdirectory ({0})"); this.labelKeep.UseMarkup = true; this.labelKeep.Wrap = true; this.radioKeep.Add(this.labelKeep); this.vbox4.Add(this.radioKeep); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioKeep])); w6.Position = 0; w6.Expand = false; w6.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.radioCopy = new global::Gtk.RadioButton(""); this.radioCopy.CanFocus = true; this.radioCopy.Name = "radioCopy"; this.radioCopy.DrawIndicator = true; this.radioCopy.UseUnderline = true; this.radioCopy.Group = this.radioKeep.Group; this.radioCopy.Remove(this.radioCopy.Child); // Container child radioCopy.Gtk.Container+ContainerChild this.label4 = new global::Gtk.Label(); this.label4.Name = "label4"; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Copy</b> the file to the directory"); this.label4.UseMarkup = true; this.radioCopy.Add(this.label4); this.vbox4.Add(this.radioCopy); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioCopy])); w8.Position = 1; w8.Expand = false; w8.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.radioMove = new global::Gtk.RadioButton(""); this.radioMove.CanFocus = true; this.radioMove.Name = "radioMove"; this.radioMove.DrawIndicator = true; this.radioMove.UseUnderline = true; this.radioMove.Group = this.radioKeep.Group; this.radioMove.Remove(this.radioMove.Child); // Container child radioMove.Gtk.Container+ContainerChild this.label5 = new global::Gtk.Label(); this.label5.Name = "label5"; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Move</b> the file to the directory"); this.label5.UseMarkup = true; this.radioMove.Add(this.label5); this.vbox4.Add(this.radioMove); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioMove])); w10.Position = 2; w10.Expand = false; w10.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.radioLink = new global::Gtk.RadioButton(""); this.radioLink.CanFocus = true; this.radioLink.Name = "radioLink"; this.radioLink.DrawIndicator = true; this.radioLink.UseUnderline = true; this.radioLink.Group = this.radioKeep.Group; this.radioLink.Remove(this.radioLink.Child); // Container child radioLink.Gtk.Container+ContainerChild this.label6 = new global::Gtk.Label(); this.label6.Name = "label6"; this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Add a link</b> to the file"); this.label6.UseMarkup = true; this.radioLink.Add(this.label6); this.vbox4.Add(this.radioLink); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioLink])); w12.Position = 3; w12.Expand = false; w12.Fill = false; this.alignment1.Add(this.vbox4); this.vbox2.Add(this.alignment1); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment1])); w14.Position = 1; w14.Expand = false; w14.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.checkApplyAll = new global::Gtk.CheckButton(); this.checkApplyAll.CanFocus = true; this.checkApplyAll.Name = "checkApplyAll"; this.checkApplyAll.Label = global::Mono.Unix.Catalog.GetString("Use the same action for all selected files"); this.checkApplyAll.DrawIndicator = true; this.checkApplyAll.UseUnderline = true; this.vbox2.Add(this.checkApplyAll); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkApplyAll])); w15.Position = 2; w15.Expand = false; w15.Fill = false; this.hbox1.Add(this.vbox2); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2])); w16.Position = 1; w16.Expand = false; w16.Fill = false; w1.Add(this.hbox1); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1])); w17.Position = 0; // Internal child MonoDevelop.Ide.Projects.AddExternalFileDialog.ActionArea global::Gtk.HButtonBox w18 = this.ActionArea; w18.Name = "dialog1_ActionArea"; w18.Spacing = 10; w18.BorderWidth = ((uint)(11)); w18.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 w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonCancel])); w19.Expand = false; w19.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 w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonOk])); w20.Position = 1; w20.Expand = false; w20.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 536; this.DefaultHeight = 286; this.radioKeep.Hide(); this.checkApplyAll.Hide(); this.Show(); }
protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget MonoDevelop.SourceEditor.OptionPanels.CompletionOptionsPanel global::Stetic.BinContainer.Attach (this); this.Name = "MonoDevelop.SourceEditor.OptionPanels.CompletionOptionsPanel"; // Container child MonoDevelop.SourceEditor.OptionPanels.CompletionOptionsPanel.Gtk.Container+ContainerChild this.vbox1 = new global::Gtk.VBox (); this.vbox1.Name = "vbox1"; this.vbox1.Spacing = 6; // Container child vbox1.Gtk.Box+BoxChild this.alignment3 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F); this.alignment3.Name = "alignment3"; this.alignment3.LeftPadding = ((uint)(12)); // Container child alignment3.Gtk.Container+ContainerChild this.vbox5 = new global::Gtk.VBox (); this.vbox5.Name = "vbox5"; this.vbox5.Spacing = 6; // Container child vbox5.Gtk.Box+BoxChild this.autoCodeCompletionCheckbutton = new global::Gtk.CheckButton (); this.autoCodeCompletionCheckbutton.CanFocus = true; this.autoCodeCompletionCheckbutton.Name = "autoCodeCompletionCheckbutton"; this.autoCodeCompletionCheckbutton.Label = global::Mono.Unix.Catalog.GetString ("_Show completion list after a character is typed"); this.autoCodeCompletionCheckbutton.DrawIndicator = true; this.autoCodeCompletionCheckbutton.UseUnderline = true; this.vbox5.Add (this.autoCodeCompletionCheckbutton); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.autoCodeCompletionCheckbutton])); w1.Position = 0; w1.Expand = false; w1.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.hbox4 = new global::Gtk.HBox (); this.hbox4.Name = "hbox4"; this.hbox4.Spacing = 6; // Container child hbox4.Gtk.Box+BoxChild this.fixed3 = new global::Gtk.Fixed (); this.fixed3.Name = "fixed3"; this.fixed3.HasWindow = false; this.hbox4.Add (this.fixed3); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.fixed3])); w2.Position = 0; w2.Expand = false; w2.Padding = ((uint)(6)); // Container child hbox4.Gtk.Box+BoxChild this.includeKeywordsCheckbutton = new global::Gtk.CheckButton (); this.includeKeywordsCheckbutton.CanFocus = true; this.includeKeywordsCheckbutton.Name = "includeKeywordsCheckbutton"; this.includeKeywordsCheckbutton.Label = global::Mono.Unix.Catalog.GetString ("Include _keywords in completion list"); this.includeKeywordsCheckbutton.DrawIndicator = true; this.includeKeywordsCheckbutton.UseUnderline = true; this.hbox4.Add (this.includeKeywordsCheckbutton); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.includeKeywordsCheckbutton])); w3.Position = 1; this.vbox5.Add (this.hbox4); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox4])); w4.Position = 1; w4.Expand = false; w4.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.hbox5 = new global::Gtk.HBox (); this.hbox5.Name = "hbox5"; this.hbox5.Spacing = 6; // Container child hbox5.Gtk.Box+BoxChild this.fixed4 = new global::Gtk.Fixed (); this.fixed4.Name = "fixed4"; this.fixed4.HasWindow = false; this.hbox5.Add (this.fixed4); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.fixed4])); w5.Position = 0; w5.Expand = false; w5.Padding = ((uint)(6)); // Container child hbox5.Gtk.Box+BoxChild this.includeCodeSnippetsCheckbutton = new global::Gtk.CheckButton (); this.includeCodeSnippetsCheckbutton.CanFocus = true; this.includeCodeSnippetsCheckbutton.Name = "includeCodeSnippetsCheckbutton"; this.includeCodeSnippetsCheckbutton.Label = global::Mono.Unix.Catalog.GetString ("Include _code snippets in completion list"); this.includeCodeSnippetsCheckbutton.DrawIndicator = true; this.includeCodeSnippetsCheckbutton.UseUnderline = true; this.hbox5.Add (this.includeCodeSnippetsCheckbutton); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.includeCodeSnippetsCheckbutton])); w6.Position = 1; this.vbox5.Add (this.hbox5); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox5])); w7.Position = 2; w7.Expand = false; w7.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.showImportsCheckbutton = new global::Gtk.CheckButton (); this.showImportsCheckbutton.CanFocus = true; this.showImportsCheckbutton.Name = "showImportsCheckbutton"; this.showImportsCheckbutton.Label = global::Mono.Unix.Catalog.GetString ("_Show import items"); this.showImportsCheckbutton.DrawIndicator = true; this.showImportsCheckbutton.UseUnderline = true; this.vbox5.Add (this.showImportsCheckbutton); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.showImportsCheckbutton])); w8.Position = 3; w8.Expand = false; w8.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.insertParenthesesCheckbutton = new global::Gtk.CheckButton (); this.insertParenthesesCheckbutton.CanFocus = true; this.insertParenthesesCheckbutton.Name = "insertParenthesesCheckbutton"; this.insertParenthesesCheckbutton.Label = global::Mono.Unix.Catalog.GetString ("A_utomatically insert parentheses after completion:"); this.insertParenthesesCheckbutton.DrawIndicator = true; this.insertParenthesesCheckbutton.UseUnderline = true; this.vbox5.Add (this.insertParenthesesCheckbutton); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.insertParenthesesCheckbutton])); w9.Position = 4; w9.Expand = false; w9.Fill = false; // 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.fixed1 = new global::Gtk.Fixed (); this.fixed1.Name = "fixed1"; this.fixed1.HasWindow = false; this.hbox2.Add (this.fixed1); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.fixed1])); w10.Position = 0; w10.Expand = false; w10.Padding = ((uint)(6)); // Container child hbox2.Gtk.Box+BoxChild this.openingRadiobutton = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_Opening only")); this.openingRadiobutton.CanFocus = true; this.openingRadiobutton.Name = "openingRadiobutton"; this.openingRadiobutton.DrawIndicator = true; this.openingRadiobutton.UseUnderline = true; this.openingRadiobutton.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.hbox2.Add (this.openingRadiobutton); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.openingRadiobutton])); w11.Position = 1; this.vbox5.Add (this.hbox2); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox2])); w12.Position = 5; w12.Expand = false; w12.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.hbox3 = new global::Gtk.HBox (); this.hbox3.Name = "hbox3"; this.hbox3.Spacing = 6; // Container child hbox3.Gtk.Box+BoxChild this.fixed2 = new global::Gtk.Fixed (); this.fixed2.Name = "fixed2"; this.fixed2.HasWindow = false; this.hbox3.Add (this.fixed2); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.fixed2])); w13.Position = 0; w13.Expand = false; w13.Padding = ((uint)(6)); // Container child hbox3.Gtk.Box+BoxChild this.bothRadiobutton = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_Both opening and closing")); this.bothRadiobutton.CanFocus = true; this.bothRadiobutton.Name = "bothRadiobutton"; this.bothRadiobutton.DrawIndicator = true; this.bothRadiobutton.UseUnderline = true; this.bothRadiobutton.Group = this.openingRadiobutton.Group; this.hbox3.Add (this.bothRadiobutton); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.bothRadiobutton])); w14.Position = 1; this.vbox5.Add (this.hbox3); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox3])); w15.Position = 6; w15.Expand = false; w15.Fill = false; this.alignment3.Add (this.vbox5); this.vbox1.Add (this.alignment3); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment3])); w17.Position = 0; w17.Expand = false; w17.Fill = false; this.Add (this.vbox1); if ((this.Child != null)) { this.Child.ShowAll (); } this.Hide (); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MonoDevelop.Autotools.TarballBuilderEditorWidget global::Stetic.BinContainer.Attach(this); this.Name = "MonoDevelop.Autotools.TarballBuilderEditorWidget"; // Container child MonoDevelop.Autotools.TarballBuilderEditorWidget.Gtk.Container+ContainerChild this.vbox2 = new global::Gtk.VBox(); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; // 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.label2 = new global::Gtk.Label(); this.label2.Name = "label2"; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Deploy directory:"); this.hbox1.Add(this.label2); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2])); w1.Position = 0; w1.Expand = false; w1.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.folderEntry = new global::MonoDevelop.Components.FolderEntry(); this.folderEntry.Name = "folderEntry"; this.folderEntry.BrowserTitle = "Target Directory"; this.hbox1.Add(this.folderEntry); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.folderEntry])); w2.Position = 1; this.vbox2.Add(this.hbox1); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1])); w3.Position = 0; w3.Expand = false; w3.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.radioUseExisting = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Use existing Makefiles")); this.radioUseExisting.CanFocus = true; this.radioUseExisting.Name = "radioUseExisting"; this.radioUseExisting.DrawIndicator = true; this.radioUseExisting.UseUnderline = true; this.radioUseExisting.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.vbox2.Add(this.radioUseExisting); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.radioUseExisting])); w4.Position = 1; w4.Expand = false; w4.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.radioGenerate = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Generate new Makefiles")); this.radioGenerate.CanFocus = true; this.radioGenerate.Name = "radioGenerate"; this.radioGenerate.DrawIndicator = true; this.radioGenerate.UseUnderline = true; this.radioGenerate.Group = this.radioUseExisting.Group; this.vbox2.Add(this.radioGenerate); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.radioGenerate])); w5.Position = 2; w5.Expand = false; w5.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.boxGenerate = new global::Gtk.VBox(); this.boxGenerate.Name = "boxGenerate"; this.boxGenerate.Spacing = 6; // Container child boxGenerate.Gtk.Box+BoxChild this.boxConfig = new global::Gtk.HBox(); this.boxConfig.Name = "boxConfig"; this.boxConfig.Spacing = 6; // Container child boxConfig.Gtk.Box+BoxChild this.label4 = new global::Gtk.Label(); this.label4.WidthRequest = 24; this.label4.Name = "label4"; this.boxConfig.Add(this.label4); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.boxConfig [this.label4])); w6.Position = 0; w6.Expand = false; w6.Fill = false; // Container child boxConfig.Gtk.Box+BoxChild this.label3 = new global::Gtk.Label(); this.label3.Name = "label3"; this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Default configuration:"); this.boxConfig.Add(this.label3); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.boxConfig [this.label3])); w7.Position = 1; w7.Expand = false; w7.Fill = false; // Container child boxConfig.Gtk.Box+BoxChild this.comboConfigs = global::Gtk.ComboBox.NewText(); this.comboConfigs.Name = "comboConfigs"; this.boxConfig.Add(this.comboConfigs); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.boxConfig [this.comboConfigs])); w8.Position = 2; this.boxGenerate.Add(this.boxConfig); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.boxGenerate [this.boxConfig])); w9.Position = 0; w9.Expand = false; w9.Fill = false; // Container child boxGenerate.Gtk.Box+BoxChild this.boxConfig1 = new global::Gtk.HBox(); this.boxConfig1.Name = "boxConfig1"; this.boxConfig1.Spacing = 6; // Container child boxConfig1.Gtk.Box+BoxChild this.label5 = new global::Gtk.Label(); this.label5.WidthRequest = 24; this.label5.Name = "label5"; this.boxConfig1.Add(this.label5); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.boxConfig1 [this.label5])); w10.Position = 0; w10.Expand = false; w10.Fill = false; // Container child boxConfig1.Gtk.Box+BoxChild this.label6 = new global::Gtk.Label(); this.label6.Name = "label6"; this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Select the kind of Makefile to generate:"); this.boxConfig1.Add(this.label6); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.boxConfig1 [this.label6])); w11.Position = 1; w11.Expand = false; w11.Fill = false; this.boxGenerate.Add(this.boxConfig1); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.boxGenerate [this.boxConfig1])); w12.Position = 1; w12.Expand = false; w12.Fill = false; // Container child boxGenerate.Gtk.Box+BoxChild this.hbox3 = new global::Gtk.HBox(); this.hbox3.Name = "hbox3"; this.hbox3.Spacing = 6; // Container child hbox3.Gtk.Box+BoxChild this.label8 = new global::Gtk.Label(); this.label8.WidthRequest = 24; this.label8.Name = "label8"; this.hbox3.Add(this.label8); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label8])); w13.Position = 0; w13.Expand = false; w13.Fill = false; // Container child hbox3.Gtk.Box+BoxChild this.rbAutotools = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Autotools based")); this.rbAutotools.CanFocus = true; this.rbAutotools.Name = "rbAutotools"; this.rbAutotools.Active = true; this.rbAutotools.DrawIndicator = true; this.rbAutotools.UseUnderline = true; this.rbAutotools.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.rbAutotools.Remove(this.rbAutotools.Child); // Container child rbAutotools.Gtk.Container+ContainerChild this.label9 = new global::Gtk.Label(); this.label9.WidthRequest = 550; this.label9.Name = "label9"; this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Autotools based Makefile</b>\nGenerates a Makefile structure based on Autotools, with the standard targets and configuration scripts."); this.label9.UseMarkup = true; this.label9.Wrap = true; this.rbAutotools.Add(this.label9); this.hbox3.Add(this.rbAutotools); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.rbAutotools])); w15.Position = 1; this.boxGenerate.Add(this.hbox3); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.boxGenerate [this.hbox3])); w16.Position = 2; w16.Expand = false; w16.Fill = false; // Container child boxGenerate.Gtk.Box+BoxChild this.hbox2 = new global::Gtk.HBox(); this.hbox2.Name = "hbox2"; this.hbox2.Spacing = 6; // Container child hbox2.Gtk.Box+BoxChild this.label1 = new global::Gtk.Label(); this.label1.WidthRequest = 24; this.label1.Name = "label1"; this.hbox2.Add(this.label1); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label1])); w17.Position = 0; w17.Expand = false; w17.Fill = false; // Container child hbox2.Gtk.Box+BoxChild this.rbSimple = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Simple")); this.rbSimple.CanFocus = true; this.rbSimple.Name = "rbSimple"; this.rbSimple.DrawIndicator = true; this.rbSimple.UseUnderline = true; this.rbSimple.Group = this.rbAutotools.Group; this.rbSimple.Remove(this.rbSimple.Child); // Container child rbSimple.Gtk.Container+ContainerChild this.label7 = new global::Gtk.Label(); this.label7.WidthRequest = 550; this.label7.Name = "label7"; this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Simple Makefile</b>\nGenerates set of Makefiles with the most common targets, and a configuration script that does a basic check of package dependencies."); this.label7.UseMarkup = true; this.label7.Wrap = true; this.rbSimple.Add(this.label7); this.hbox2.Add(this.rbSimple); global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.rbSimple])); w19.Position = 1; this.boxGenerate.Add(this.hbox2); global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.boxGenerate [this.hbox2])); w20.Position = 3; w20.Expand = false; w20.Fill = false; // Container child boxGenerate.Gtk.Box+BoxChild this.alignment1 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F); this.alignment1.Name = "alignment1"; this.alignment1.LeftPadding = ((uint)(24)); this.alignment1.TopPadding = ((uint)(8)); this.alignment1.BottomPadding = ((uint)(8)); // Container child alignment1.Gtk.Container+ContainerChild this.hbox4 = new global::Gtk.HBox(); this.hbox4.Name = "hbox4"; this.hbox4.Spacing = 6; // Container child hbox4.Gtk.Box+BoxChild this.autofooProperties = new global::Gtk.Button(); this.autofooProperties.CanFocus = true; this.autofooProperties.Name = "autofooProperties"; this.autofooProperties.UseUnderline = true; this.autofooProperties.Label = global::Mono.Unix.Catalog.GetString("Edit configure switches"); this.hbox4.Add(this.autofooProperties); global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.autofooProperties])); w21.Position = 0; w21.Expand = false; w21.Fill = false; this.alignment1.Add(this.hbox4); this.boxGenerate.Add(this.alignment1); global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.boxGenerate [this.alignment1])); w23.Position = 4; w23.Expand = false; w23.Fill = false; this.vbox2.Add(this.boxGenerate); global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.boxGenerate])); w24.Position = 3; w24.Expand = false; w24.Fill = false; this.Add(this.vbox2); if ((this.Child != null)) { this.Child.ShowAll(); } this.Show(); this.folderEntry.PathChanged += new global::System.EventHandler(this.OnFolderEntryPathChanged); this.radioUseExisting.Clicked += new global::System.EventHandler(this.OnRadioUseExistingClicked); this.radioGenerate.Clicked += new global::System.EventHandler(this.OnRadioGenerateClicked); this.comboConfigs.Changed += new global::System.EventHandler(this.OnComboConfigsChanged); this.rbAutotools.Toggled += new global::System.EventHandler(this.OnRbAutotoolsToggled); this.rbSimple.Toggled += new global::System.EventHandler(this.OnRbSimpleToggled); this.autofooProperties.Clicked += new global::System.EventHandler(this.OnAutofooPropertiesClicked); }
protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget MonoGame.Tools.Pipeline.AddFolderDialog this.Name = "MonoGame.Tools.Pipeline.AddFolderDialog"; this.WindowPosition = ((global::Gtk.WindowPosition)(4)); this.BorderWidth = ((uint)(4)); // Internal child MonoGame.Tools.Pipeline.AddFolderDialog.VBox #if GTK2 global::Gtk.VBox w1 = this.VBox; #elif GTK3 global::Gtk.Box w1 = this.ContentArea; #endif w1.Name = "dialog1_VBox"; w1.Spacing = 6; w1.BorderWidth = ((uint)(2)); // Container child dialog1_VBox.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 ("The folder <b>%folder</b> is outside of the target directory. What would you like to do?"); this.label1.Wrap = true; w1.Add (this.label1); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(w1 [this.label1])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child dialog1_VBox.Gtk.Box+BoxChild this.radiobutton1 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Copy the folder to the directory")); this.radiobutton1.CanFocus = true; this.radiobutton1.Name = "radiobutton1"; this.radiobutton1.DrawIndicator = true; this.radiobutton1.UseUnderline = true; w1.Add (this.radiobutton1); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(w1 [this.radiobutton1])); w3.Position = 1; w3.Expand = false; w3.Fill = false; // Container child dialog1_VBox.Gtk.Box+BoxChild this.radiobutton2 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Add a link to the folder")); this.radiobutton2.CanFocus = true; this.radiobutton2.Name = "radiobutton2"; this.radiobutton2.DrawIndicator = true; this.radiobutton2.UseUnderline = true; this.radiobutton2.Group = this.radiobutton1.Group; w1.Add (this.radiobutton2); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(w1 [this.radiobutton2])); w4.Position = 2; w4.Expand = false; w4.Fill = false; // Container child dialog1_VBox.Gtk.Box+BoxChild this.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F); this.alignment1.Name = "alignment1"; w1.Add (this.alignment1); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(w1 [this.alignment1])); w5.Position = 3; // Internal child MonoGame.Tools.Pipeline.AddFolderDialog.ActionArea #if GTK2 global::Gtk.HButtonBox w6 = this.ActionArea; #elif GTK3 global::Gtk.ButtonBox w6 = this.ActionArea; #endif w6.Name = "dialog1_ActionArea"; w6.Spacing = 10; w6.BorderWidth = ((uint)(5)); w6.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 w7 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w6 [this.buttonCancel])); w7.Expand = false; w7.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"; w6.Add (this.buttonOk); global::Gtk.ButtonBox.ButtonBoxChild w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w6 [this.buttonOk])); w8.Position = 1; w8.Expand = false; w8.Fill = false; if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 411; this.DefaultHeight = 216; this.Show (); this.Response += new global::Gtk.ResponseHandler (this.OnResponse); this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget Vodovoz.Reports.FuelReport global::Stetic.BinContainer.Attach(this); this.Name = "Vodovoz.Reports.FuelReport"; // Container child Vodovoz.Reports.FuelReport.Gtk.Container+ContainerChild this.vbox1 = new global::Gtk.VBox(); this.vbox1.Name = "vbox1"; this.vbox1.Spacing = 6; // 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.label1 = new global::Gtk.Label(); this.label1.Name = "label1"; this.label1.Xalign = 0F; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Период:"); this.hbox1.Add(this.label1); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1])); w1.Position = 0; w1.Expand = false; w1.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.dateperiodpicker = new global::QS.Widgets.GtkUI.DateRangePicker(); this.dateperiodpicker.Events = ((global::Gdk.EventMask)(256)); this.dateperiodpicker.Name = "dateperiodpicker"; this.dateperiodpicker.StartDate = new global::System.DateTime(0); this.dateperiodpicker.EndDate = new global::System.DateTime(0); this.hbox1.Add(this.dateperiodpicker); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.dateperiodpicker])); w2.Position = 1; this.vbox1.Add(this.hbox1); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1])); w3.Position = 0; w3.Expand = false; w3.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hbox5 = new global::Gtk.HBox(); this.hbox5.Name = "hbox5"; this.hbox5.Spacing = 6; // Container child hbox5.Gtk.Box+BoxChild this.vbox2 = new global::Gtk.VBox(); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; // Container child vbox2.Gtk.Box+BoxChild this.radioDriver = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Баланс по водителям")); this.radioDriver.CanFocus = true; this.radioDriver.Name = "radioDriver"; this.radioDriver.DrawIndicator = true; this.radioDriver.UseUnderline = true; this.radioDriver.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.vbox2.Add(this.radioDriver); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.radioDriver])); w4.Position = 0; w4.Expand = false; w4.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.radioCar = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Баланс по автомобилям")); this.radioCar.CanFocus = true; this.radioCar.Name = "radioCar"; this.radioCar.DrawIndicator = true; this.radioCar.UseUnderline = true; this.radioCar.Group = this.radioDriver.Group; this.vbox2.Add(this.radioCar); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.radioCar])); w5.Position = 1; w5.Expand = false; w5.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.radioSumm = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Суммарный отчет по топливу")); this.radioSumm.CanFocus = true; this.radioSumm.Name = "radioSumm"; this.radioSumm.DrawIndicator = true; this.radioSumm.UseUnderline = true; this.radioSumm.Group = this.radioDriver.Group; this.vbox2.Add(this.radioSumm); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.radioSumm])); w6.Position = 2; w6.Expand = false; w6.Fill = false; this.hbox5.Add(this.vbox2); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.vbox2])); w7.Position = 0; // Container child hbox5.Gtk.Box+BoxChild this.vbox3 = new global::Gtk.VBox(); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; // Container child vbox3.Gtk.Box+BoxChild this.yCheckButtonDatailedSummary = new global::Gamma.GtkWidgets.yCheckButton(); this.yCheckButtonDatailedSummary.CanFocus = true; this.yCheckButtonDatailedSummary.Name = "yCheckButtonDatailedSummary"; this.yCheckButtonDatailedSummary.Label = global::Mono.Unix.Catalog.GetString("Детализированный"); this.yCheckButtonDatailedSummary.DrawIndicator = true; this.yCheckButtonDatailedSummary.UseUnderline = true; this.vbox3.Add(this.yCheckButtonDatailedSummary); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.yCheckButtonDatailedSummary])); w8.PackType = ((global::Gtk.PackType)(1)); w8.Position = 2; w8.Expand = false; w8.Fill = false; this.hbox5.Add(this.vbox3); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.vbox3])); w9.Position = 1; this.vbox1.Add(this.hbox5); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox5])); w10.Position = 1; w10.Expand = false; w10.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hboxDriver = new global::Gtk.HBox(); this.hboxDriver.Name = "hboxDriver"; this.hboxDriver.Spacing = 6; // Container child hboxDriver.Gtk.Box+BoxChild this.labelDriver = new global::Gtk.Label(); this.labelDriver.Name = "labelDriver"; this.labelDriver.LabelProp = global::Mono.Unix.Catalog.GetString("Водитель:"); this.hboxDriver.Add(this.labelDriver); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hboxDriver[this.labelDriver])); w11.Position = 0; w11.Expand = false; w11.Fill = false; // Container child hboxDriver.Gtk.Box+BoxChild this.evmeDriver = new global::QS.Widgets.GtkUI.EntityViewModelEntry(); this.evmeDriver.Events = ((global::Gdk.EventMask)(256)); this.evmeDriver.Name = "evmeDriver"; this.evmeDriver.CanEditReference = true; this.hboxDriver.Add(this.evmeDriver); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hboxDriver[this.evmeDriver])); w12.Position = 1; this.vbox1.Add(this.hboxDriver); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hboxDriver])); w13.Position = 2; w13.Expand = false; w13.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hboxCar = new global::Gtk.HBox(); this.hboxCar.Name = "hboxCar"; this.hboxCar.Spacing = 6; // Container child hboxCar.Gtk.Box+BoxChild this.label2 = new global::Gtk.Label(); this.label2.Name = "label2"; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Автомобиль:"); this.hboxCar.Add(this.label2); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hboxCar[this.label2])); w14.Position = 0; w14.Expand = false; w14.Fill = false; // Container child hboxCar.Gtk.Box+BoxChild this.entityviewmodelentryCar = new global::QS.Widgets.GtkUI.EntityViewModelEntry(); this.entityviewmodelentryCar.Events = ((global::Gdk.EventMask)(256)); this.entityviewmodelentryCar.Name = "entityviewmodelentryCar"; this.entityviewmodelentryCar.CanEditReference = true; this.hboxCar.Add(this.entityviewmodelentryCar); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hboxCar[this.entityviewmodelentryCar])); w15.Position = 1; this.vbox1.Add(this.hboxCar); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hboxCar])); w16.Position = 3; w16.Expand = false; w16.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hboxAuthor = new global::Gtk.HBox(); this.hboxAuthor.Name = "hboxAuthor"; this.hboxAuthor.Spacing = 6; // Container child hboxAuthor.Gtk.Box+BoxChild this.labelAuthor = new global::Gtk.Label(); this.labelAuthor.Name = "labelAuthor"; this.labelAuthor.LabelProp = global::Mono.Unix.Catalog.GetString("Автор:"); this.hboxAuthor.Add(this.labelAuthor); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hboxAuthor[this.labelAuthor])); w17.Position = 0; w17.Expand = false; w17.Fill = false; // Container child hboxAuthor.Gtk.Box+BoxChild this.evmeAuthor = new global::QS.Widgets.GtkUI.EntityViewModelEntry(); this.evmeAuthor.Events = ((global::Gdk.EventMask)(256)); this.evmeAuthor.Name = "evmeAuthor"; this.evmeAuthor.CanEditReference = true; this.hboxAuthor.Add(this.evmeAuthor); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hboxAuthor[this.evmeAuthor])); w18.Position = 1; this.vbox1.Add(this.hboxAuthor); global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hboxAuthor])); w19.Position = 4; w19.Expand = false; w19.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.buttonCreateReport = new global::Gtk.Button(); this.buttonCreateReport.CanFocus = true; this.buttonCreateReport.Name = "buttonCreateReport"; this.buttonCreateReport.UseUnderline = true; this.buttonCreateReport.Label = global::Mono.Unix.Catalog.GetString("Сформировать отчет"); this.vbox1.Add(this.buttonCreateReport); global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.buttonCreateReport])); w20.Position = 5; w20.Expand = false; w20.Fill = false; this.Add(this.vbox1); if ((this.Child != null)) { this.Child.ShowAll(); } this.yCheckButtonDatailedSummary.Hide(); this.hboxCar.Hide(); this.hboxAuthor.Hide(); this.Hide(); this.radioDriver.Toggled += new global::System.EventHandler(this.OnRadioDriverToggled); this.radioCar.Toggled += new global::System.EventHandler(this.OnRadioCarToggled); this.radioSumm.Toggled += new global::System.EventHandler(this.OnRadioSummToggled); }
protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget MonoDevelop.CSharp.Refactoring.CodeIssues.NameConventionEditRuleDialog this.WidthRequest = 640; this.HeightRequest = 480; this.Name = "MonoDevelop.CSharp.Refactoring.CodeIssues.NameConventionEditRuleDialog"; this.Title = global::Mono.Unix.Catalog.GetString ("Edit Naming Rule"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); this.Modal = true; this.Resizable = false; this.DestroyWithParent = true; this.SkipPagerHint = true; this.SkipTaskbarHint = true; // Internal child MonoDevelop.CSharp.Refactoring.CodeIssues.NameConventionEditRuleDialog.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog1_VBox.Gtk.Box+BoxChild this.vbox3 = new global::Gtk.VBox (); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; // Container child vbox3.Gtk.Box+BoxChild this.hbox3 = new global::Gtk.HBox (); this.hbox3.Name = "hbox3"; this.hbox3.Spacing = 6; // Container child hbox3.Gtk.Box+BoxChild this.label4 = new global::Gtk.Label (); this.label4.Name = "label4"; this.label4.Xalign = 1F; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("_Rule:"); this.label4.UseUnderline = true; this.hbox3.Add (this.label4); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label4])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child hbox3.Gtk.Box+BoxChild this.entryRuleName = new global::Gtk.Entry (); this.entryRuleName.CanFocus = true; this.entryRuleName.Name = "entryRuleName"; this.entryRuleName.IsEditable = true; this.entryRuleName.InvisibleChar = '●'; this.hbox3.Add (this.entryRuleName); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.entryRuleName])); w3.Position = 1; this.vbox3.Add (this.hbox3); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox3])); w4.Position = 0; w4.Expand = false; w4.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.table1 = new global::Gtk.Table (((uint)(4)), ((uint)(2)), false); this.table1.Name = "table1"; this.table1.RowSpacing = ((uint)(6)); this.table1.ColumnSpacing = ((uint)(6)); this.table1.BorderWidth = ((uint)(6)); // Container child table1.Gtk.Table+TableChild this.GtkScrolledWindow = new global::Gtk.ScrolledWindow (); this.GtkScrolledWindow.Name = "GtkScrolledWindow"; this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child GtkScrolledWindow.Gtk.Container+ContainerChild this.treeviewEntities = new global::Gtk.TreeView (); this.treeviewEntities.WidthRequest = 0; this.treeviewEntities.CanFocus = true; this.treeviewEntities.Name = "treeviewEntities"; this.treeviewEntities.HeadersVisible = false; this.GtkScrolledWindow.Add (this.treeviewEntities); this.table1.Add (this.GtkScrolledWindow); global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.GtkScrolledWindow])); w6.TopAttach = ((uint)(1)); w6.BottomAttach = ((uint)(2)); w6.RightAttach = ((uint)(2)); w6.XOptions = ((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.treeviewAccessibility = new global::Gtk.TreeView (); this.treeviewAccessibility.CanFocus = true; this.treeviewAccessibility.Name = "treeviewAccessibility"; this.treeviewAccessibility.HeadersVisible = false; this.GtkScrolledWindow1.Add (this.treeviewAccessibility); this.table1.Add (this.GtkScrolledWindow1); global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.GtkScrolledWindow1])); w8.TopAttach = ((uint)(3)); w8.BottomAttach = ((uint)(4)); // Container child table1.Gtk.Table+TableChild this.hbox2 = new global::Gtk.HBox (); this.hbox2.Name = "hbox2"; this.hbox2.Spacing = 6; // 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.radiobuttonPascalCase = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_PascalCase")); this.radiobuttonPascalCase.CanFocus = true; this.radiobuttonPascalCase.Name = "radiobuttonPascalCase"; this.radiobuttonPascalCase.Active = true; this.radiobuttonPascalCase.DrawIndicator = true; this.radiobuttonPascalCase.UseUnderline = true; this.radiobuttonPascalCase.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.vbox4.Add (this.radiobuttonPascalCase); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radiobuttonPascalCase])); w9.Position = 0; w9.Expand = false; w9.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.radiobuttonCamelCase = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_camelCase")); this.radiobuttonCamelCase.CanFocus = true; this.radiobuttonCamelCase.Name = "radiobuttonCamelCase"; this.radiobuttonCamelCase.DrawIndicator = true; this.radiobuttonCamelCase.UseUnderline = true; this.radiobuttonCamelCase.Group = this.radiobuttonPascalCase.Group; this.vbox4.Add (this.radiobuttonCamelCase); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radiobuttonCamelCase])); w10.Position = 1; w10.Expand = false; w10.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.radiobuttonAllUpper = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_ALL__Upper")); this.radiobuttonAllUpper.CanFocus = true; this.radiobuttonAllUpper.Name = "radiobuttonAllUpper"; this.radiobuttonAllUpper.DrawIndicator = true; this.radiobuttonAllUpper.UseUnderline = true; this.radiobuttonAllUpper.Group = this.radiobuttonPascalCase.Group; this.vbox4.Add (this.radiobuttonAllUpper); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radiobuttonAllUpper])); w11.Position = 2; w11.Expand = false; w11.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.radiobuttonAllLower = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("all__l_ower")); this.radiobuttonAllLower.CanFocus = true; this.radiobuttonAllLower.Name = "radiobuttonAllLower"; this.radiobuttonAllLower.DrawIndicator = true; this.radiobuttonAllLower.UseUnderline = true; this.radiobuttonAllLower.Group = this.radiobuttonPascalCase.Group; this.vbox4.Add (this.radiobuttonAllLower); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radiobuttonAllLower])); w12.Position = 3; w12.Expand = false; w12.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.radiobuttonFirstUpper = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_First__upper")); this.radiobuttonFirstUpper.CanFocus = true; this.radiobuttonFirstUpper.Name = "radiobuttonFirstUpper"; this.radiobuttonFirstUpper.DrawIndicator = true; this.radiobuttonFirstUpper.UseUnderline = true; this.radiobuttonFirstUpper.Group = this.radiobuttonPascalCase.Group; this.vbox4.Add (this.radiobuttonFirstUpper); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radiobuttonFirstUpper])); w13.Position = 4; w13.Expand = false; w13.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.vbox2 = new global::Gtk.VBox (); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; this.vbox4.Add (this.vbox2); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.vbox2])); w14.Position = 5; this.hbox2.Add (this.vbox4); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox4])); w15.Position = 0; // Container child hbox2.Gtk.Box+BoxChild this.vbox6 = new global::Gtk.VBox (); this.vbox6.Name = "vbox6"; this.vbox6.Spacing = 6; // Container child vbox6.Gtk.Box+BoxChild this.radiobuttonPascalCaseU1 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Pa_scalCase__UnderscoreTolerant")); this.radiobuttonPascalCaseU1.CanFocus = true; this.radiobuttonPascalCaseU1.Name = "radiobuttonPascalCaseU1"; this.radiobuttonPascalCaseU1.DrawIndicator = true; this.radiobuttonPascalCaseU1.UseUnderline = true; this.radiobuttonPascalCaseU1.Group = this.radiobuttonPascalCase.Group; this.vbox6.Add (this.radiobuttonPascalCaseU1); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.radiobuttonPascalCaseU1])); w16.Position = 0; w16.Expand = false; w16.Fill = false; // Container child vbox6.Gtk.Box+BoxChild this.radiobuttonPascalCaseU2 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("PascalCase___underscoreTolerant")); this.radiobuttonPascalCaseU2.CanFocus = true; this.radiobuttonPascalCaseU2.Name = "radiobuttonPascalCaseU2"; this.radiobuttonPascalCaseU2.DrawIndicator = true; this.radiobuttonPascalCaseU2.UseUnderline = true; this.radiobuttonPascalCaseU2.Group = this.radiobuttonPascalCase.Group; this.vbox6.Add (this.radiobuttonPascalCaseU2); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.radiobuttonPascalCaseU2])); w17.Position = 1; w17.Expand = false; w17.Fill = false; // Container child vbox6.Gtk.Box+BoxChild this.radiobuttonCamelCaseU1 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("ca_melCase__UnderscoreTolerant")); this.radiobuttonCamelCaseU1.CanFocus = true; this.radiobuttonCamelCaseU1.Name = "radiobuttonCamelCaseU1"; this.radiobuttonCamelCaseU1.DrawIndicator = true; this.radiobuttonCamelCaseU1.UseUnderline = true; this.radiobuttonCamelCaseU1.Group = this.radiobuttonPascalCase.Group; this.vbox6.Add (this.radiobuttonCamelCaseU1); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.radiobuttonCamelCaseU1])); w18.Position = 2; w18.Expand = false; w18.Fill = false; // Container child vbox6.Gtk.Box+BoxChild this.radiobuttonCamelCaseU2 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("camelCase__underscore_Tolerant")); this.radiobuttonCamelCaseU2.CanFocus = true; this.radiobuttonCamelCaseU2.Name = "radiobuttonCamelCaseU2"; this.radiobuttonCamelCaseU2.DrawIndicator = true; this.radiobuttonCamelCaseU2.UseUnderline = true; this.radiobuttonCamelCaseU2.Group = this.radiobuttonPascalCase.Group; this.vbox6.Add (this.radiobuttonCamelCaseU2); global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.radiobuttonCamelCaseU2])); w19.Position = 3; w19.Expand = false; w19.Fill = false; // Container child vbox6.Gtk.Box+BoxChild this.vbox7 = new global::Gtk.VBox (); this.vbox7.Name = "vbox7"; this.vbox7.Spacing = 6; this.vbox6.Add (this.vbox7); global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.vbox7])); w20.Position = 5; this.hbox2.Add (this.vbox6); global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox6])); w21.Position = 1; this.table1.Add (this.hbox2); global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox2])); w22.TopAttach = ((uint)(3)); w22.BottomAttach = ((uint)(4)); w22.LeftAttach = ((uint)(1)); w22.RightAttach = ((uint)(2)); w22.XOptions = ((global::Gtk.AttachOptions)(4)); w22.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label2 = new global::Gtk.Label (); this.label2.Name = "label2"; this.label2.Xalign = 0F; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Style:"); this.table1.Add (this.label2); global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2])); w23.TopAttach = ((uint)(2)); w23.BottomAttach = ((uint)(3)); w23.LeftAttach = ((uint)(1)); w23.RightAttach = ((uint)(2)); w23.XOptions = ((global::Gtk.AttachOptions)(4)); w23.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label5 = new global::Gtk.Label (); this.label5.Name = "label5"; this.label5.Xalign = 0F; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("_Affected entities:"); this.label5.UseUnderline = true; this.table1.Add (this.label5); global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5])); w24.XOptions = ((global::Gtk.AttachOptions)(4)); w24.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label6 = new global::Gtk.Label (); this.label6.Name = "label6"; this.label6.Xalign = 0F; this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("_Accessibility:"); this.label6.UseUnderline = true; this.table1.Add (this.label6); global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6])); w25.TopAttach = ((uint)(2)); w25.BottomAttach = ((uint)(3)); w25.XOptions = ((global::Gtk.AttachOptions)(4)); w25.YOptions = ((global::Gtk.AttachOptions)(4)); this.hbox1.Add (this.table1); global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.table1])); w26.Position = 0; // Container child hbox1.Gtk.Box+BoxChild this.table2 = new global::Gtk.Table (((uint)(4)), ((uint)(2)), false); this.table2.Name = "table2"; this.table2.RowSpacing = ((uint)(6)); this.table2.ColumnSpacing = ((uint)(6)); // Container child table2.Gtk.Table+TableChild this.entryPrefix = new global::Gtk.Entry (); this.entryPrefix.CanFocus = true; this.entryPrefix.Name = "entryPrefix"; this.entryPrefix.IsEditable = true; this.entryPrefix.InvisibleChar = '●'; this.table2.Add (this.entryPrefix); global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryPrefix])); w27.LeftAttach = ((uint)(1)); w27.RightAttach = ((uint)(2)); w27.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.entryPrefixAllowed = new global::Gtk.Entry (); this.entryPrefixAllowed.CanFocus = true; this.entryPrefixAllowed.Name = "entryPrefixAllowed"; this.entryPrefixAllowed.IsEditable = true; this.entryPrefixAllowed.InvisibleChar = '●'; this.table2.Add (this.entryPrefixAllowed); global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryPrefixAllowed])); w28.TopAttach = ((uint)(1)); w28.BottomAttach = ((uint)(2)); w28.LeftAttach = ((uint)(1)); w28.RightAttach = ((uint)(2)); w28.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.entrySuffix = new global::Gtk.Entry (); this.entrySuffix.CanFocus = true; this.entrySuffix.Name = "entrySuffix"; this.entrySuffix.IsEditable = true; this.entrySuffix.InvisibleChar = '●'; this.table2.Add (this.entrySuffix); global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table2 [this.entrySuffix])); w29.TopAttach = ((uint)(2)); w29.BottomAttach = ((uint)(3)); w29.LeftAttach = ((uint)(1)); w29.RightAttach = ((uint)(2)); w29.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.label1 = new global::Gtk.Label (); this.label1.Name = "label1"; this.label1.Xalign = 1F; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Prefix:"); this.table2.Add (this.label1); global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table2 [this.label1])); w30.XOptions = ((global::Gtk.AttachOptions)(4)); w30.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.label3 = new global::Gtk.Label (); this.label3.Name = "label3"; this.label3.Xalign = 1F; this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Suffix:"); this.table2.Add (this.label3); global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table2 [this.label3])); w31.TopAttach = ((uint)(2)); w31.BottomAttach = ((uint)(3)); w31.XOptions = ((global::Gtk.AttachOptions)(4)); w31.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.label8 = new global::Gtk.Label (); this.label8.Name = "label8"; this.label8.Xalign = 1F; this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Optional Prefixes:"); this.table2.Add (this.label8); global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table2 [this.label8])); w32.TopAttach = ((uint)(1)); w32.BottomAttach = ((uint)(2)); w32.XOptions = ((global::Gtk.AttachOptions)(4)); w32.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.vbox1 = new global::Gtk.VBox (); this.vbox1.Name = "vbox1"; this.vbox1.Spacing = 6; // Container child vbox1.Gtk.Box+BoxChild this.checkbuttonStatic = new global::Gtk.CheckButton (); this.checkbuttonStatic.CanFocus = true; this.checkbuttonStatic.Name = "checkbuttonStatic"; this.checkbuttonStatic.Label = global::Mono.Unix.Catalog.GetString ("_Static member and types"); this.checkbuttonStatic.Active = true; this.checkbuttonStatic.DrawIndicator = true; this.checkbuttonStatic.UseUnderline = true; this.vbox1.Add (this.checkbuttonStatic); global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.checkbuttonStatic])); w33.Position = 0; w33.Expand = false; w33.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.checkbuttonInstanceMembers = new global::Gtk.CheckButton (); this.checkbuttonInstanceMembers.CanFocus = true; this.checkbuttonInstanceMembers.Name = "checkbuttonInstanceMembers"; this.checkbuttonInstanceMembers.Label = global::Mono.Unix.Catalog.GetString ("_Instance members and locals"); this.checkbuttonInstanceMembers.Active = true; this.checkbuttonInstanceMembers.DrawIndicator = true; this.checkbuttonInstanceMembers.UseUnderline = true; this.vbox1.Add (this.checkbuttonInstanceMembers); global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.checkbuttonInstanceMembers])); w34.Position = 1; w34.Expand = false; w34.Fill = false; this.table2.Add (this.vbox1); global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.table2 [this.vbox1])); w35.TopAttach = ((uint)(3)); w35.BottomAttach = ((uint)(4)); w35.LeftAttach = ((uint)(1)); w35.RightAttach = ((uint)(2)); // Container child table2.Gtk.Table+TableChild this.vbox5 = new global::Gtk.VBox (); this.vbox5.Name = "vbox5"; this.vbox5.Spacing = 6; // Container child vbox5.Gtk.Box+BoxChild this.label9 = new global::Gtk.Label (); this.label9.Name = "label9"; this.label9.Xalign = 0F; this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Static/Non Static"); this.vbox5.Add (this.label9); global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.label9])); w36.Position = 0; w36.Expand = false; w36.Fill = false; this.table2.Add (this.vbox5); global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table2 [this.vbox5])); w37.TopAttach = ((uint)(3)); w37.BottomAttach = ((uint)(4)); w37.XOptions = ((global::Gtk.AttachOptions)(4)); this.hbox1.Add (this.table2); global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.table2])); w38.Position = 1; this.vbox3.Add (this.hbox1); global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox1])); w39.Position = 1; w1.Add (this.vbox3); global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox3])); w40.Position = 0; w40.Padding = ((uint)(6)); // Internal child MonoDevelop.CSharp.Refactoring.CodeIssues.NameConventionEditRuleDialog.ActionArea global::Gtk.HButtonBox w41 = this.ActionArea; w41.Name = "dialog1_ActionArea"; w41.Spacing = 10; w41.BorderWidth = ((uint)(5)); w41.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 w42 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w41 [this.buttonCancel])); w42.Expand = false; w42.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 w43 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w41 [this.buttonOk])); w43.Position = 1; w43.Expand = false; w43.Fill = false; if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 804; this.DefaultHeight = 508; this.Show (); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MonoDevelop.Ide.Projects.OptionPanels.StartupOptionsPanelWidget global::Stetic.BinContainer.Attach(this); this.Name = "MonoDevelop.Ide.Projects.OptionPanels.StartupOptionsPanelWidget"; // Container child MonoDevelop.Ide.Projects.OptionPanels.StartupOptionsPanelWidget.Gtk.Container+ContainerChild this.vbox2 = new global::Gtk.VBox(); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; // Container child vbox2.Gtk.Box+BoxChild this.radioSingle = new global::Gtk.RadioButton(global::MonoDevelop.Core.GettextCatalog.GetString("Single startup project:")); this.radioSingle.CanFocus = true; this.radioSingle.Name = "radioSingle"; this.radioSingle.DrawIndicator = true; this.radioSingle.UseUnderline = true; this.radioSingle.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.vbox2.Add(this.radioSingle); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.radioSingle])); w1.Position = 0; w1.Expand = false; w1.Fill = false; // 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.label1 = new global::Gtk.Label(); this.label1.WidthRequest = 12; this.label1.Name = "label1"; this.hbox2.Add(this.label1); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label1])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child hbox2.Gtk.Box+BoxChild this.comboItems = global::Gtk.ComboBox.NewText(); this.comboItems.Name = "comboItems"; this.hbox2.Add(this.comboItems); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboItems])); w3.Position = 1; this.vbox2.Add(this.hbox2); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2])); w4.Position = 1; w4.Expand = false; w4.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.radioMulti = new global::Gtk.RadioButton(global::MonoDevelop.Core.GettextCatalog.GetString("Multiple startup projects:")); this.radioMulti.CanFocus = true; this.radioMulti.Name = "radioMulti"; this.radioMulti.DrawIndicator = true; this.radioMulti.UseUnderline = true; this.radioMulti.Group = this.radioSingle.Group; this.vbox2.Add(this.radioMulti); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.radioMulti])); w5.Position = 2; w5.Expand = false; w5.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.label2 = new global::Gtk.Label(); this.label2.WidthRequest = 12; this.label2.Name = "label2"; this.hbox1.Add(this.label2); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2])); w6.Position = 0; w6.Expand = false; w6.Fill = false; // Container child hbox1.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.treeItems = new global::Gtk.TreeView(); this.treeItems.CanFocus = true; this.treeItems.Name = "treeItems"; this.GtkScrolledWindow.Add(this.treeItems); this.hbox1.Add(this.GtkScrolledWindow); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow])); w8.Position = 1; // Container child hbox1.Gtk.Box+BoxChild this.vbox3 = new global::Gtk.VBox(); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; // Container child vbox3.Gtk.Box+BoxChild this.buttonUp = new global::Gtk.Button(); this.buttonUp.CanFocus = true; this.buttonUp.Name = "buttonUp"; this.buttonUp.UseStock = true; this.buttonUp.UseUnderline = true; this.buttonUp.Label = "gtk-go-up"; this.vbox3.Add(this.buttonUp); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonUp])); w9.Position = 0; w9.Expand = false; w9.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.buttonDown = new global::Gtk.Button(); this.buttonDown.CanFocus = true; this.buttonDown.Name = "buttonDown"; this.buttonDown.UseStock = true; this.buttonDown.UseUnderline = true; this.buttonDown.Label = "gtk-go-down"; this.vbox3.Add(this.buttonDown); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonDown])); w10.Position = 1; w10.Expand = false; w10.Fill = false; this.hbox1.Add(this.vbox3); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3])); w11.Position = 2; w11.Expand = false; w11.Fill = false; this.vbox2.Add(this.hbox1); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1])); w12.Position = 3; this.Add(this.vbox2); if ((this.Child != null)) { this.Child.ShowAll(); } this.Hide(); this.radioSingle.Toggled += new global::System.EventHandler(this.OnRadioSingleToggled); this.buttonUp.Clicked += new global::System.EventHandler(this.OnButtonUpClicked); this.buttonDown.Clicked += new global::System.EventHandler(this.OnButtonDownClicked); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog this.Events = ((global::Gdk.EventMask)(256)); this.Name = "MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog"; this.Title = global::Mono.Unix.Catalog.GetString("Repository Certified by an Unknown Authority"); this.Modal = true; // Internal child MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog.VBox global::Gtk.VBox w1 = this.VBox; w1.Events = ((global::Gdk.EventMask)(256)); w1.Name = "dialog_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog_VBox.Gtk.Box+BoxChild this.hbox1 = new global::Gtk.HBox(); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; this.hbox1.BorderWidth = ((uint)(6)); // Container child hbox1.Gtk.Box+BoxChild this.vbox2 = new global::Gtk.VBox(); this.vbox2.Name = "vbox2"; // Container child vbox2.Gtk.Box+BoxChild this.image1 = new global::MonoDevelop.Components.ImageView(); this.image1.Name = "image1"; this.image1.IconId = "gtk-dialog-warning"; this.image1.IconSize = ((global::Gtk.IconSize)(6)); this.vbox2.Add(this.image1); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.image1])); w2.Position = 0; w2.Expand = false; w2.Fill = false; this.hbox1.Add(this.vbox2); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2])); w3.Position = 0; w3.Expand = false; w3.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.vbox3 = new global::Gtk.VBox(); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; this.vbox3.BorderWidth = ((uint)(12)); // Container child vbox3.Gtk.Box+BoxChild this.label2 = new global::Gtk.Label(); this.label2.Name = "label2"; this.label2.Xalign = 0F; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Unable to verify the identity of host as a trusted site."); this.vbox3.Add(this.label2); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label2])); w4.Position = 0; w4.Expand = false; w4.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.labelReason = new global::Gtk.Label(); this.labelReason.Name = "labelReason"; this.labelReason.Xalign = 0F; this.labelReason.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Reason</b>"); this.labelReason.UseMarkup = true; this.vbox3.Add(this.labelReason); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.labelReason])); w5.Position = 1; w5.Expand = false; w5.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hseparator2 = new global::Gtk.HSeparator(); this.hseparator2.Name = "hseparator2"; this.vbox3.Add(this.hseparator2); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator2])); w6.Position = 2; w6.Expand = false; w6.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.table1 = new global::Gtk.Table(((uint)(6)), ((uint)(2)), false); this.table1.Name = "table1"; this.table1.RowSpacing = ((uint)(6)); this.table1.ColumnSpacing = ((uint)(6)); // Container child table1.Gtk.Table+TableChild this.label3 = new global::Gtk.Label(); this.label3.Name = "label3"; this.label3.Xalign = 0F; this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Host name</b>:"); this.label3.UseMarkup = true; this.table1.Add(this.label3); global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3])); w7.TopAttach = ((uint)(1)); w7.BottomAttach = ((uint)(2)); w7.XOptions = ((global::Gtk.AttachOptions)(4)); w7.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label4 = new global::Gtk.Label(); this.label4.Name = "label4"; this.label4.Xalign = 0F; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Issued by:</b>"); this.label4.UseMarkup = true; this.table1.Add(this.label4); global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4])); w8.TopAttach = ((uint)(2)); w8.BottomAttach = ((uint)(3)); w8.XOptions = ((global::Gtk.AttachOptions)(4)); w8.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label5 = new global::Gtk.Label(); this.label5.Name = "label5"; this.label5.Xalign = 0F; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Issued on:</b>"); this.label5.UseMarkup = true; this.table1.Add(this.label5); global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5])); w9.TopAttach = ((uint)(3)); w9.BottomAttach = ((uint)(4)); w9.XOptions = ((global::Gtk.AttachOptions)(4)); w9.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label6 = new global::Gtk.Label(); this.label6.Name = "label6"; this.label6.Xalign = 0F; this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Expires on:</b>"); this.label6.UseMarkup = true; this.table1.Add(this.label6); global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6])); w10.TopAttach = ((uint)(4)); w10.BottomAttach = ((uint)(5)); w10.XOptions = ((global::Gtk.AttachOptions)(4)); w10.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label7 = new global::Gtk.Label(); this.label7.Name = "label7"; this.label7.Xalign = 0F; this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Fingerprint:</b>"); this.label7.UseMarkup = true; this.table1.Add(this.label7); global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7])); w11.TopAttach = ((uint)(5)); w11.BottomAttach = ((uint)(6)); w11.XOptions = ((global::Gtk.AttachOptions)(4)); w11.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label8 = new global::Gtk.Label(); this.label8.Name = "label8"; this.label8.Xalign = 0F; this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Auth. Realm:</b>"); this.label8.UseMarkup = true; this.table1.Add(this.label8); global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8])); w12.XOptions = ((global::Gtk.AttachOptions)(4)); w12.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.labelFprint = new global::Gtk.Label(); this.labelFprint.Name = "labelFprint"; this.labelFprint.Xalign = 0F; this.labelFprint.LabelProp = "label14"; this.table1.Add(this.labelFprint); global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelFprint])); w13.TopAttach = ((uint)(5)); w13.BottomAttach = ((uint)(6)); w13.LeftAttach = ((uint)(1)); w13.RightAttach = ((uint)(2)); w13.XOptions = ((global::Gtk.AttachOptions)(4)); w13.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.labelFrom = new global::Gtk.Label(); this.labelFrom.Name = "labelFrom"; this.labelFrom.Xalign = 0F; this.labelFrom.LabelProp = "label12"; this.table1.Add(this.labelFrom); global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelFrom])); w14.TopAttach = ((uint)(3)); w14.BottomAttach = ((uint)(4)); w14.LeftAttach = ((uint)(1)); w14.RightAttach = ((uint)(2)); w14.XOptions = ((global::Gtk.AttachOptions)(4)); w14.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.labelHost = new global::Gtk.Label(); this.labelHost.Name = "labelHost"; this.labelHost.Xalign = 0F; this.labelHost.LabelProp = "label10"; this.table1.Add(this.labelHost); global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelHost])); w15.TopAttach = ((uint)(1)); w15.BottomAttach = ((uint)(2)); w15.LeftAttach = ((uint)(1)); w15.RightAttach = ((uint)(2)); w15.XOptions = ((global::Gtk.AttachOptions)(4)); w15.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.labelIssuer = new global::Gtk.Label(); this.labelIssuer.Name = "labelIssuer"; this.labelIssuer.Xalign = 0F; this.labelIssuer.LabelProp = "label11"; this.table1.Add(this.labelIssuer); global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelIssuer])); w16.TopAttach = ((uint)(2)); w16.BottomAttach = ((uint)(3)); w16.LeftAttach = ((uint)(1)); w16.RightAttach = ((uint)(2)); w16.XOptions = ((global::Gtk.AttachOptions)(4)); w16.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.labelRealm = new global::Gtk.Label(); this.labelRealm.Name = "labelRealm"; this.labelRealm.Xalign = 0F; this.labelRealm.LabelProp = "label9"; this.table1.Add(this.labelRealm); global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelRealm])); w17.LeftAttach = ((uint)(1)); w17.RightAttach = ((uint)(2)); w17.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.labelUntil = new global::Gtk.Label(); this.labelUntil.Name = "labelUntil"; this.labelUntil.Xalign = 0F; this.labelUntil.LabelProp = "label13"; this.table1.Add(this.labelUntil); global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelUntil])); w18.TopAttach = ((uint)(4)); w18.BottomAttach = ((uint)(5)); w18.LeftAttach = ((uint)(1)); w18.RightAttach = ((uint)(2)); w18.XOptions = ((global::Gtk.AttachOptions)(4)); w18.YOptions = ((global::Gtk.AttachOptions)(4)); this.vbox3.Add(this.table1); global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table1])); w19.Position = 3; w19.Expand = false; w19.Fill = false; w19.Padding = ((uint)(6)); // Container child vbox3.Gtk.Box+BoxChild this.hseparator1 = new global::Gtk.HSeparator(); this.hseparator1.Name = "hseparator1"; this.vbox3.Add(this.hseparator1); global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator1])); w20.Position = 4; w20.Expand = false; w20.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.label15 = new global::Gtk.Label(); this.label15.Name = "label15"; this.label15.Xalign = 0F; this.label15.LabelProp = global::Mono.Unix.Catalog.GetString("Do you want to accept the certificate and connect to the repository?"); this.vbox3.Add(this.label15); global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label15])); w21.Position = 5; w21.Expand = false; w21.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.radioAccept = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Accept this certificate permanently")); this.radioAccept.CanFocus = true; this.radioAccept.Name = "radioAccept"; this.radioAccept.Active = true; this.radioAccept.DrawIndicator = true; this.radioAccept.UseUnderline = true; this.radioAccept.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.vbox3.Add(this.radioAccept); global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioAccept])); w22.Position = 6; w22.Expand = false; w22.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.radioAcceptSession = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Accept this certificate temporarily for this session")); this.radioAcceptSession.CanFocus = true; this.radioAcceptSession.Name = "radioAcceptSession"; this.radioAcceptSession.DrawIndicator = true; this.radioAcceptSession.UseUnderline = true; this.radioAcceptSession.Group = this.radioAccept.Group; this.vbox3.Add(this.radioAcceptSession); global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioAcceptSession])); w23.Position = 7; w23.Expand = false; w23.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.radioNotAccept = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Do not accept this certificate and do not connect to this repository")); this.radioNotAccept.CanFocus = true; this.radioNotAccept.Name = "radioNotAccept"; this.radioNotAccept.DrawIndicator = true; this.radioNotAccept.UseUnderline = true; this.radioNotAccept.Group = this.radioAccept.Group; this.vbox3.Add(this.radioNotAccept); global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioNotAccept])); w24.Position = 8; w24.Expand = false; w24.Fill = false; this.hbox1.Add(this.vbox3); global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3])); w25.Position = 1; w1.Add(this.hbox1); global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1])); w26.Position = 0; // Internal child MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog.ActionArea global::Gtk.HButtonBox w27 = this.ActionArea; w27.Events = ((global::Gdk.EventMask)(256)); w27.Name = "MonoDevelop.VersionControl.Subversion.SslServerTrustDialog_ActionArea"; w27.Spacing = 10; w27.BorderWidth = ((uint)(5)); w27.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4)); // Container child MonoDevelop.VersionControl.Subversion.SslServerTrustDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.button98 = new global::Gtk.Button(); this.button98.CanDefault = true; this.button98.CanFocus = true; this.button98.Name = "button98"; this.button98.UseStock = true; this.button98.UseUnderline = true; this.button98.Label = "gtk-cancel"; this.AddActionWidget(this.button98, -6); global::Gtk.ButtonBox.ButtonBoxChild w28 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w27 [this.button98])); w28.Expand = false; w28.Fill = false; // Container child MonoDevelop.VersionControl.Subversion.SslServerTrustDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.button104 = new global::Gtk.Button(); this.button104.CanDefault = true; this.button104.CanFocus = true; this.button104.Name = "button104"; this.button104.UseStock = true; this.button104.UseUnderline = true; this.button104.Label = "gtk-ok"; this.AddActionWidget(this.button104, -5); global::Gtk.ButtonBox.ButtonBoxChild w29 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w27 [this.button104])); w29.Position = 1; w29.Expand = false; w29.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 508; this.DefaultHeight = 415; this.Hide(); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MonoDevelop.AddinAuthoring.AddinFeatureWidget global::Stetic.BinContainer.Attach(this); this.Name = "MonoDevelop.AddinAuthoring.AddinFeatureWidget"; // Container child MonoDevelop.AddinAuthoring.AddinFeatureWidget.Gtk.Container+ContainerChild this.vbox2 = new global::Gtk.VBox(); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; // Container child vbox2.Gtk.Box+BoxChild this.boxLibraryType = new global::Gtk.VBox(); this.boxLibraryType.Name = "boxLibraryType"; this.boxLibraryType.Spacing = 6; // Container child boxLibraryType.Gtk.Box+BoxChild this.labelExtensibleApp = new global::Gtk.Label(); this.labelExtensibleApp.Name = "labelExtensibleApp"; this.labelExtensibleApp.Xalign = 0f; this.labelExtensibleApp.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Allow the application to be extended by add-ins."); this.boxLibraryType.Add(this.labelExtensibleApp); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.boxLibraryType[this.labelExtensibleApp])); w1.Position = 0; w1.Expand = false; w1.Fill = false; // Container child boxLibraryType.Gtk.Box+BoxChild this.label2 = new global::Gtk.Label(); this.label2.Name = "label2"; this.label2.Xalign = 0f; this.label2.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Which kind of library you want to create?"); this.boxLibraryType.Add(this.label2); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.boxLibraryType[this.label2])); w2.Position = 1; w2.Expand = false; w2.Fill = false; // Container child boxLibraryType.Gtk.Box+BoxChild this.alignment1 = new global::Gtk.Alignment(0.5f, 0.5f, 1f, 1f); this.alignment1.Name = "alignment1"; this.alignment1.LeftPadding = ((uint)(12)); // Container child alignment1.Gtk.Container+ContainerChild this.vbox3 = new global::Gtk.VBox(); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; // Container child vbox3.Gtk.Box+BoxChild this.radiobuttonLibrary = new global::Gtk.RadioButton(global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("A library which can be extended by add-ins")); this.radiobuttonLibrary.CanFocus = true; this.radiobuttonLibrary.Name = "radiobuttonLibrary"; this.radiobuttonLibrary.DrawIndicator = true; this.radiobuttonLibrary.UseUnderline = true; this.radiobuttonLibrary.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.vbox3.Add(this.radiobuttonLibrary); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.radiobuttonLibrary])); w3.Position = 0; w3.Expand = false; w3.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.radiobuttonAddin = new global::Gtk.RadioButton(global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("An Add-in")); this.radiobuttonAddin.CanFocus = true; this.radiobuttonAddin.Name = "radiobuttonAddin"; this.radiobuttonAddin.DrawIndicator = true; this.radiobuttonAddin.UseUnderline = true; this.radiobuttonAddin.Group = this.radiobuttonLibrary.Group; this.vbox3.Add(this.radiobuttonAddin); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.radiobuttonAddin])); w4.Position = 1; w4.Expand = false; w4.Fill = false; this.alignment1.Add(this.vbox3); this.boxLibraryType.Add(this.alignment1); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.boxLibraryType[this.alignment1])); w6.Position = 2; w6.Expand = false; w6.Fill = false; this.vbox2.Add(this.boxLibraryType); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.boxLibraryType])); w7.Position = 0; w7.Expand = false; w7.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.boxRepo = new global::Gtk.HBox(); this.boxRepo.Name = "boxRepo"; this.boxRepo.Spacing = 6; // Container child boxRepo.Gtk.Box+BoxChild this.label3 = new global::Gtk.Label(); this.label3.Name = "label3"; this.label3.Xalign = 0f; this.label3.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Extended Application:"); this.boxRepo.Add(this.label3); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.boxRepo[this.label3])); w8.Position = 0; w8.Expand = false; w8.Fill = false; // Container child boxRepo.Gtk.Box+BoxChild this.regSelector = new global::MonoDevelop.AddinAuthoring.RegistrySelector(); this.regSelector.Events = ((global::Gdk.EventMask)(256)); this.regSelector.Name = "regSelector"; this.boxRepo.Add(this.regSelector); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.boxRepo[this.regSelector])); w9.Position = 1; this.vbox2.Add(this.boxRepo); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.boxRepo])); w10.Position = 1; w10.Expand = false; w10.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.hseparator = new global::Gtk.HSeparator(); this.hseparator.Name = "hseparator"; this.vbox2.Add(this.hseparator); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hseparator])); w11.Position = 2; w11.Expand = false; w11.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.labelAddinInfo = new global::Gtk.Label(); this.labelAddinInfo.Name = "labelAddinInfo"; this.labelAddinInfo.Xalign = 0f; this.labelAddinInfo.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Add-in module information:"); this.vbox2.Add(this.labelAddinInfo); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.labelAddinInfo])); w12.Position = 3; w12.Expand = false; w12.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.alignment3 = new global::Gtk.Alignment(0.5f, 0.5f, 1f, 1f); this.alignment3.Name = "alignment3"; this.alignment3.LeftPadding = ((uint)(24)); // Container child alignment3.Gtk.Container+ContainerChild this.tableNames = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false); this.tableNames.Name = "tableNames"; this.tableNames.RowSpacing = ((uint)(6)); this.tableNames.ColumnSpacing = ((uint)(6)); // Container child tableNames.Gtk.Table+TableChild this.comboNs = global::Gtk.ComboBoxEntry.NewText(); this.comboNs.Name = "comboNs"; this.tableNames.Add(this.comboNs); global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.tableNames[this.comboNs])); w13.TopAttach = ((uint)(1)); w13.BottomAttach = ((uint)(2)); w13.LeftAttach = ((uint)(1)); w13.RightAttach = ((uint)(2)); w13.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableNames.Gtk.Table+TableChild this.entryId = new global::Gtk.Entry(); this.entryId.CanFocus = true; this.entryId.Name = "entryId"; this.entryId.IsEditable = true; this.entryId.InvisibleChar = '●'; this.tableNames.Add(this.entryId); global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.tableNames[this.entryId])); w14.TopAttach = ((uint)(2)); w14.BottomAttach = ((uint)(3)); w14.LeftAttach = ((uint)(1)); w14.RightAttach = ((uint)(2)); w14.XOptions = ((global::Gtk.AttachOptions)(4)); w14.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableNames.Gtk.Table+TableChild this.entryName = new global::Gtk.Entry(); this.entryName.CanFocus = true; this.entryName.Name = "entryName"; this.entryName.IsEditable = true; this.entryName.InvisibleChar = '●'; this.tableNames.Add(this.entryName); global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.tableNames[this.entryName])); w15.LeftAttach = ((uint)(1)); w15.RightAttach = ((uint)(2)); w15.XOptions = ((global::Gtk.AttachOptions)(4)); w15.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableNames.Gtk.Table+TableChild this.label7 = new global::Gtk.Label(); this.label7.Name = "label7"; this.label7.Xalign = 0f; this.label7.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Namespace:"); this.tableNames.Add(this.label7); global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.tableNames[this.label7])); w16.TopAttach = ((uint)(1)); w16.BottomAttach = ((uint)(2)); w16.XOptions = ((global::Gtk.AttachOptions)(4)); w16.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableNames.Gtk.Table+TableChild this.label9 = new global::Gtk.Label(); this.label9.Name = "label9"; this.label9.Xalign = 0f; this.label9.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Identifier:"); this.tableNames.Add(this.label9); global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.tableNames[this.label9])); w17.TopAttach = ((uint)(2)); w17.BottomAttach = ((uint)(3)); w17.XOptions = ((global::Gtk.AttachOptions)(4)); w17.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableNames.Gtk.Table+TableChild this.labelName = new global::Gtk.Label(); this.labelName.Name = "labelName"; this.labelName.Xalign = 0f; this.labelName.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Display name:"); this.tableNames.Add(this.labelName); global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.tableNames[this.labelName])); w18.XOptions = ((global::Gtk.AttachOptions)(4)); w18.YOptions = ((global::Gtk.AttachOptions)(4)); this.alignment3.Add(this.tableNames); this.vbox2.Add(this.alignment3); global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.alignment3])); w20.Position = 4; w20.Expand = false; w20.Fill = false; this.Add(this.vbox2); if ((this.Child != null)) { this.Child.ShowAll(); } this.labelExtensibleApp.Hide(); this.Show(); this.radiobuttonLibrary.Toggled += new global::System.EventHandler(this.OnRadiobuttonLibraryToggled); this.regSelector.Changed += new global::System.EventHandler(this.OnRegSelectorChanged); this.entryName.Changed += new global::System.EventHandler(this.OnEntryNameChanged); this.entryId.Changed += new global::System.EventHandler(this.OnEntryIdChanged); this.comboNs.Changed += new global::System.EventHandler(this.OnComboNsChanged); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget LongoMatch.Plugins.Stats.Plotter global::Stetic.BinContainer.Attach(this); this.Name = "LongoMatch.Plugins.Stats.Plotter"; // Container child LongoMatch.Plugins.Stats.Plotter.Gtk.Container+ContainerChild this.vbox3 = new global::Gtk.VBox(); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; // Container child vbox3.Gtk.Box+BoxChild this.hbox4 = new global::Gtk.HBox(); this.hbox4.Name = "hbox4"; this.hbox4.Spacing = 6; // Container child hbox4.Gtk.Box+BoxChild this.historadiobutton = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Histogram")); this.historadiobutton.CanFocus = true; this.historadiobutton.Name = "historadiobutton"; this.historadiobutton.Active = true; this.historadiobutton.DrawIndicator = true; this.historadiobutton.UseUnderline = true; this.historadiobutton.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.hbox4.Add(this.historadiobutton); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.historadiobutton])); w1.Position = 0; // Container child hbox4.Gtk.Box+BoxChild this.pieradiobutton = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Pie chart")); this.pieradiobutton.CanFocus = true; this.pieradiobutton.Name = "pieradiobutton"; this.pieradiobutton.DrawIndicator = true; this.pieradiobutton.UseUnderline = true; this.pieradiobutton.Group = this.historadiobutton.Group; this.hbox4.Add(this.pieradiobutton); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.pieradiobutton])); w2.Position = 1; this.vbox3.Add(this.hbox4); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox4])); w3.Position = 0; w3.Expand = false; w3.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hbox3 = new global::Gtk.HBox(); this.hbox3.Name = "hbox3"; this.hbox3.Spacing = 6; // Container child hbox3.Gtk.Box+BoxChild this.imageall = new global::Gtk.Image(); this.imageall.Name = "imageall"; this.hbox3.Add(this.imageall); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.imageall])); w4.Position = 0; // Container child hbox3.Gtk.Box+BoxChild this.imagehome = new global::Gtk.Image(); this.imagehome.Name = "imagehome"; this.hbox3.Add(this.imagehome); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.imagehome])); w5.Position = 1; // Container child hbox3.Gtk.Box+BoxChild this.imageaway = new global::Gtk.Image(); this.imageaway.Name = "imageaway"; this.hbox3.Add(this.imageaway); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.imageaway])); w6.Position = 2; this.vbox3.Add(this.hbox3); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox3])); w7.Position = 1; this.Add(this.vbox3); if ((this.Child != null)) { this.Child.ShowAll(); } this.Hide(); }
protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget MonoDevelop.CobraBinding.Gui.CompilerBuildOptionsPanelWidget global::Stetic.BinContainer.Attach (this); this.Name = "MonoDevelop.CobraBinding.Gui.CompilerBuildOptionsPanelWidget"; // Container child MonoDevelop.CobraBinding.Gui.CompilerBuildOptionsPanelWidget.Gtk.Container+ContainerChild this.vboxTop = new global::Gtk.VBox (); this.vboxTop.Name = "vboxTop"; this.vboxTop.Spacing = 6; this.vboxTop.BorderWidth = ((uint)(6)); // Container child vboxTop.Gtk.Box+BoxChild this.framePerfQualOptions = new global::Gtk.Frame (); this.framePerfQualOptions.Name = "framePerfQualOptions"; this.framePerfQualOptions.ShadowType = ((global::Gtk.ShadowType)(0)); // Container child framePerfQualOptions.Gtk.Container+ContainerChild this.alignPerfQualOptions = new global::Gtk.Alignment (0F, 0F, 1F, 1F); this.alignPerfQualOptions.Name = "alignPerfQualOptions"; this.alignPerfQualOptions.LeftPadding = ((uint)(12)); this.alignPerfQualOptions.TopPadding = ((uint)(6)); this.alignPerfQualOptions.BottomPadding = ((uint)(6)); // Container child alignPerfQualOptions.Gtk.Container+ContainerChild this.tablePerfQualOptions = new global::Gtk.Table ( ((uint)(4)), ((uint)(3)), false ); this.tablePerfQualOptions.Name = "tablePerfQualOptions"; this.tablePerfQualOptions.RowSpacing = ((uint)(6)); this.tablePerfQualOptions.ColumnSpacing = ((uint)(6)); // Container child tablePerfQualOptions.Gtk.Table+TableChild this.checkAsserts = new global::Gtk.CheckButton (); this.checkAsserts.CanFocus = true; this.checkAsserts.Name = "checkAsserts"; this.checkAsserts.Label = global::Mono.Unix.Catalog.GetString ("Include Asserts"); this.checkAsserts.Active = true; this.checkAsserts.DrawIndicator = true; this.checkAsserts.UseUnderline = true; this.tablePerfQualOptions.Add (this.checkAsserts); global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.tablePerfQualOptions [this.checkAsserts])); w1.TopAttach = ((uint)(2)); w1.BottomAttach = ((uint)(3)); w1.LeftAttach = ((uint)(1)); w1.RightAttach = ((uint)(2)); w1.XOptions = ((global::Gtk.AttachOptions)(4)); w1.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tablePerfQualOptions.Gtk.Table+TableChild this.checkNilChecks = new global::Gtk.CheckButton (); this.checkNilChecks.CanFocus = true; this.checkNilChecks.Name = "checkNilChecks"; this.checkNilChecks.Label = global::Mono.Unix.Catalog.GetString ("Include Nil Checks"); this.checkNilChecks.Active = true; this.checkNilChecks.DrawIndicator = true; this.checkNilChecks.UseUnderline = true; this.tablePerfQualOptions.Add (this.checkNilChecks); global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.tablePerfQualOptions [this.checkNilChecks])); w2.TopAttach = ((uint)(2)); w2.BottomAttach = ((uint)(3)); w2.LeftAttach = ((uint)(2)); w2.RightAttach = ((uint)(3)); w2.XOptions = ((global::Gtk.AttachOptions)(4)); w2.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tablePerfQualOptions.Gtk.Table+TableChild this.checkOptimize = new global::Gtk.CheckButton (); this.checkOptimize.CanFocus = true; this.checkOptimize.Name = "checkOptimize"; this.checkOptimize.Label = global::Mono.Unix.Catalog.GetString ("Optimize"); this.checkOptimize.DrawIndicator = true; this.checkOptimize.UseUnderline = true; this.tablePerfQualOptions.Add (this.checkOptimize); global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.tablePerfQualOptions [this.checkOptimize])); w3.TopAttach = ((uint)(3)); w3.BottomAttach = ((uint)(4)); w3.XOptions = ((global::Gtk.AttachOptions)(4)); w3.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tablePerfQualOptions.Gtk.Table+TableChild this.checkTests = new global::Gtk.CheckButton (); this.checkTests.CanFocus = true; this.checkTests.Name = "checkTests"; this.checkTests.Label = global::Mono.Unix.Catalog.GetString ("Include Tests"); this.checkTests.Active = true; this.checkTests.DrawIndicator = true; this.checkTests.UseUnderline = true; this.tablePerfQualOptions.Add (this.checkTests); global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.tablePerfQualOptions [this.checkTests])); w4.TopAttach = ((uint)(3)); w4.BottomAttach = ((uint)(4)); w4.LeftAttach = ((uint)(1)); w4.RightAttach = ((uint)(2)); w4.XOptions = ((global::Gtk.AttachOptions)(4)); w4.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tablePerfQualOptions.Gtk.Table+TableChild this.checkTraces = new global::Gtk.CheckButton (); this.checkTraces.CanFocus = true; this.checkTraces.Name = "checkTraces"; this.checkTraces.Label = global::Mono.Unix.Catalog.GetString ("Include Traces"); this.checkTraces.Active = true; this.checkTraces.DrawIndicator = true; this.checkTraces.UseUnderline = true; this.tablePerfQualOptions.Add (this.checkTraces); global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.tablePerfQualOptions [this.checkTraces])); w5.TopAttach = ((uint)(3)); w5.BottomAttach = ((uint)(4)); w5.LeftAttach = ((uint)(2)); w5.RightAttach = ((uint)(3)); w5.XOptions = ((global::Gtk.AttachOptions)(4)); w5.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tablePerfQualOptions.Gtk.Table+TableChild this.hboxContracts = new global::Gtk.HBox (); this.hboxContracts.Name = "hboxContracts"; this.hboxContracts.Spacing = 6; // Container child hboxContracts.Gtk.Box+BoxChild this.labelContracts = new global::Gtk.Label (); this.labelContracts.Name = "labelContracts"; this.labelContracts.Xalign = 0F; this.labelContracts.LabelProp = global::Mono.Unix.Catalog.GetString ("Contracts:"); this.hboxContracts.Add (this.labelContracts); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hboxContracts [this.labelContracts])); w6.Position = 0; w6.Expand = false; w6.Fill = false; // Container child hboxContracts.Gtk.Box+BoxChild this.comboContracts = global::Gtk.ComboBox.NewText (); this.comboContracts.AppendText (global::Mono.Unix.Catalog.GetString ("Inline")); this.comboContracts.AppendText (global::Mono.Unix.Catalog.GetString ("Methods")); this.comboContracts.AppendText (global::Mono.Unix.Catalog.GetString ("None")); this.comboContracts.Name = "comboContracts"; this.comboContracts.Active = 0; this.hboxContracts.Add (this.comboContracts); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hboxContracts [this.comboContracts])); w7.Position = 1; w7.Expand = false; w7.Fill = false; this.tablePerfQualOptions.Add (this.hboxContracts); global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tablePerfQualOptions [this.hboxContracts])); w8.TopAttach = ((uint)(2)); w8.BottomAttach = ((uint)(3)); w8.XOptions = ((global::Gtk.AttachOptions)(4)); w8.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tablePerfQualOptions.Gtk.Table+TableChild this.hseparatorPerfQualOptions = new global::Gtk.HSeparator (); this.hseparatorPerfQualOptions.Name = "hseparatorPerfQualOptions"; this.tablePerfQualOptions.Add (this.hseparatorPerfQualOptions); global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tablePerfQualOptions [this.hseparatorPerfQualOptions])); w9.TopAttach = ((uint)(1)); w9.BottomAttach = ((uint)(2)); w9.RightAttach = ((uint)(3)); w9.XOptions = ((global::Gtk.AttachOptions)(4)); w9.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tablePerfQualOptions.Gtk.Table+TableChild this.radioPerfQualCustom = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Custom")); this.radioPerfQualCustom.CanFocus = true; this.radioPerfQualCustom.Name = "radioPerfQualCustom"; this.radioPerfQualCustom.DrawIndicator = true; this.radioPerfQualCustom.UseUnderline = true; this.radioPerfQualCustom.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.tablePerfQualOptions.Add (this.radioPerfQualCustom); global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.tablePerfQualOptions [this.radioPerfQualCustom])); w10.LeftAttach = ((uint)(2)); w10.RightAttach = ((uint)(3)); w10.XOptions = ((global::Gtk.AttachOptions)(4)); w10.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tablePerfQualOptions.Gtk.Table+TableChild this.radioPerfQualDefault = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Default")); this.radioPerfQualDefault.CanFocus = true; this.radioPerfQualDefault.Name = "radioPerfQualDefault"; this.radioPerfQualDefault.DrawIndicator = true; this.radioPerfQualDefault.UseUnderline = true; this.radioPerfQualDefault.Group = this.radioPerfQualCustom.Group; this.tablePerfQualOptions.Add (this.radioPerfQualDefault); global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.tablePerfQualOptions [this.radioPerfQualDefault])); w11.XOptions = ((global::Gtk.AttachOptions)(4)); w11.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tablePerfQualOptions.Gtk.Table+TableChild this.radioPerfQualTurbo = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Turbo")); this.radioPerfQualTurbo.CanFocus = true; this.radioPerfQualTurbo.Name = "radioPerfQualTurbo"; this.radioPerfQualTurbo.DrawIndicator = true; this.radioPerfQualTurbo.UseUnderline = true; this.radioPerfQualTurbo.Group = this.radioPerfQualCustom.Group; this.tablePerfQualOptions.Add (this.radioPerfQualTurbo); global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.tablePerfQualOptions [this.radioPerfQualTurbo])); w12.LeftAttach = ((uint)(1)); w12.RightAttach = ((uint)(2)); w12.XOptions = ((global::Gtk.AttachOptions)(4)); w12.YOptions = ((global::Gtk.AttachOptions)(4)); this.alignPerfQualOptions.Add (this.tablePerfQualOptions); this.framePerfQualOptions.Add (this.alignPerfQualOptions); this.labelPerfQualOptions = new global::Gtk.Label (); this.labelPerfQualOptions.Name = "labelPerfQualOptions"; this.labelPerfQualOptions.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Performance and Quality Options</b>"); this.labelPerfQualOptions.UseMarkup = true; this.framePerfQualOptions.LabelWidget = this.labelPerfQualOptions; this.vboxTop.Add (this.framePerfQualOptions); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vboxTop [this.framePerfQualOptions])); w15.Position = 0; w15.Expand = false; w15.Fill = false; // Container child vboxTop.Gtk.Box+BoxChild this.frameDevDeployOptions = new global::Gtk.Frame (); this.frameDevDeployOptions.Name = "frameDevDeployOptions"; this.frameDevDeployOptions.ShadowType = ((global::Gtk.ShadowType)(0)); // Container child frameDevDeployOptions.Gtk.Container+ContainerChild this.alignDevDeployOptions = new global::Gtk.Alignment (0F, 0F, 1F, 1F); this.alignDevDeployOptions.Name = "alignDevDeployOptions"; this.alignDevDeployOptions.LeftPadding = ((uint)(12)); this.alignDevDeployOptions.TopPadding = ((uint)(6)); this.alignDevDeployOptions.BottomPadding = ((uint)(6)); // Container child alignDevDeployOptions.Gtk.Container+ContainerChild this.tableDevDeployOptions = new global::Gtk.Table ( ((uint)(3)), ((uint)(3)), false ); this.tableDevDeployOptions.Name = "tableDevDeployOptions"; this.tableDevDeployOptions.RowSpacing = ((uint)(6)); this.tableDevDeployOptions.ColumnSpacing = ((uint)(6)); // Container child tableDevDeployOptions.Gtk.Table+TableChild this.checkDebugTips = new global::Gtk.CheckButton (); this.checkDebugTips.CanFocus = true; this.checkDebugTips.Name = "checkDebugTips"; this.checkDebugTips.Label = global::Mono.Unix.Catalog.GetString ("Debugging Tips"); this.checkDebugTips.Active = true; this.checkDebugTips.DrawIndicator = true; this.checkDebugTips.UseUnderline = true; this.tableDevDeployOptions.Add (this.checkDebugTips); global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.tableDevDeployOptions [this.checkDebugTips])); w16.TopAttach = ((uint)(1)); w16.BottomAttach = ((uint)(2)); w16.LeftAttach = ((uint)(2)); w16.RightAttach = ((uint)(3)); w16.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableDevDeployOptions.Gtk.Table+TableChild this.checkEmbedRunTime = new global::Gtk.CheckButton (); this.checkEmbedRunTime.CanFocus = true; this.checkEmbedRunTime.Name = "checkEmbedRunTime"; this.checkEmbedRunTime.Label = global::Mono.Unix.Catalog.GetString ("Embed Run Time"); this.checkEmbedRunTime.DrawIndicator = true; this.checkEmbedRunTime.UseUnderline = true; this.tableDevDeployOptions.Add (this.checkEmbedRunTime); global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.tableDevDeployOptions [this.checkEmbedRunTime])); w17.XOptions = ((global::Gtk.AttachOptions)(4)); w17.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableDevDeployOptions.Gtk.Table+TableChild this.checkKeepIntermediateFiles = new global::Gtk.CheckButton (); this.checkKeepIntermediateFiles.CanFocus = true; this.checkKeepIntermediateFiles.Name = "checkKeepIntermediateFiles"; this.checkKeepIntermediateFiles.Label = global::Mono.Unix.Catalog.GetString ("Keep Intermediate Files"); this.checkKeepIntermediateFiles.DrawIndicator = true; this.checkKeepIntermediateFiles.UseUnderline = true; this.tableDevDeployOptions.Add (this.checkKeepIntermediateFiles); global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.tableDevDeployOptions [this.checkKeepIntermediateFiles])); w18.LeftAttach = ((uint)(2)); w18.RightAttach = ((uint)(3)); w18.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableDevDeployOptions.Gtk.Table+TableChild this.comboDebugInfo = global::Gtk.ComboBox.NewText (); this.comboDebugInfo.AppendText (global::Mono.Unix.Catalog.GetString ("Full")); this.comboDebugInfo.AppendText (global::Mono.Unix.Catalog.GetString ("PDB Only")); this.comboDebugInfo.AppendText (global::Mono.Unix.Catalog.GetString ("Off")); this.comboDebugInfo.Name = "comboDebugInfo"; this.comboDebugInfo.Active = 0; this.tableDevDeployOptions.Add (this.comboDebugInfo); global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.tableDevDeployOptions [this.comboDebugInfo])); w19.TopAttach = ((uint)(1)); w19.BottomAttach = ((uint)(2)); w19.LeftAttach = ((uint)(1)); w19.RightAttach = ((uint)(2)); w19.XOptions = ((global::Gtk.AttachOptions)(4)); w19.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableDevDeployOptions.Gtk.Table+TableChild this.entryCobraArgs = new global::Gtk.Entry (); this.entryCobraArgs.CanFocus = true; this.entryCobraArgs.Name = "entryCobraArgs"; this.entryCobraArgs.IsEditable = true; this.entryCobraArgs.InvisibleChar = '•'; this.tableDevDeployOptions.Add (this.entryCobraArgs); global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.tableDevDeployOptions [this.entryCobraArgs])); w20.TopAttach = ((uint)(2)); w20.BottomAttach = ((uint)(3)); w20.LeftAttach = ((uint)(1)); w20.RightAttach = ((uint)(3)); w20.XOptions = ((global::Gtk.AttachOptions)(4)); w20.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableDevDeployOptions.Gtk.Table+TableChild this.labelCobraArgs = new global::Gtk.Label (); this.labelCobraArgs.Name = "labelCobraArgs"; this.labelCobraArgs.Xalign = 0F; this.labelCobraArgs.LabelProp = global::Mono.Unix.Catalog.GetString ("Cobra Arguments:"); this.tableDevDeployOptions.Add (this.labelCobraArgs); global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.tableDevDeployOptions [this.labelCobraArgs])); w21.TopAttach = ((uint)(2)); w21.BottomAttach = ((uint)(3)); w21.XOptions = ((global::Gtk.AttachOptions)(4)); w21.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableDevDeployOptions.Gtk.Table+TableChild this.labelDebugInfo = new global::Gtk.Label (); this.labelDebugInfo.Name = "labelDebugInfo"; this.labelDebugInfo.Xalign = 0F; this.labelDebugInfo.LabelProp = global::Mono.Unix.Catalog.GetString ("Debug Information:"); this.tableDevDeployOptions.Add (this.labelDebugInfo); global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.tableDevDeployOptions [this.labelDebugInfo])); w22.TopAttach = ((uint)(1)); w22.BottomAttach = ((uint)(2)); w22.XOptions = ((global::Gtk.AttachOptions)(4)); w22.YOptions = ((global::Gtk.AttachOptions)(4)); this.alignDevDeployOptions.Add (this.tableDevDeployOptions); this.frameDevDeployOptions.Add (this.alignDevDeployOptions); this.labelDevDepolyOptions = new global::Gtk.Label (); this.labelDevDepolyOptions.Name = "labelDevDepolyOptions"; this.labelDevDepolyOptions.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Development and Deployment Options</b>"); this.labelDevDepolyOptions.UseMarkup = true; this.frameDevDeployOptions.LabelWidget = this.labelDevDepolyOptions; this.vboxTop.Add (this.frameDevDeployOptions); global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vboxTop [this.frameDevDeployOptions])); w25.Position = 1; w25.Expand = false; w25.Fill = false; // Container child vboxTop.Gtk.Box+BoxChild this.frameBackEndOptions = new global::Gtk.Frame (); this.frameBackEndOptions.Name = "frameBackEndOptions"; this.frameBackEndOptions.ShadowType = ((global::Gtk.ShadowType)(0)); // Container child frameBackEndOptions.Gtk.Container+ContainerChild this.alignBackEnd = new global::Gtk.Alignment (0F, 0F, 1F, 1F); this.alignBackEnd.Name = "alignBackEnd"; this.alignBackEnd.LeftPadding = ((uint)(12)); this.alignBackEnd.TopPadding = ((uint)(6)); // Container child alignBackEnd.Gtk.Container+ContainerChild this.tableBackEnd = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false); this.tableBackEnd.Name = "tableBackEnd"; this.tableBackEnd.RowSpacing = ((uint)(6)); this.tableBackEnd.ColumnSpacing = ((uint)(6)); // Container child tableBackEnd.Gtk.Table+TableChild this.comboCompilerBackEnd = global::Gtk.ComboBox.NewText (); this.comboCompilerBackEnd.AppendText (global::Mono.Unix.Catalog.GetString ("None (default)")); this.comboCompilerBackEnd.AppendText (global::Mono.Unix.Catalog.GetString ("Common Language Runtime")); this.comboCompilerBackEnd.AppendText (global::Mono.Unix.Catalog.GetString ("Java Virtual Machine")); this.comboCompilerBackEnd.AppendText (global::Mono.Unix.Catalog.GetString ("Objective-C")); this.comboCompilerBackEnd.Name = "comboCompilerBackEnd"; this.comboCompilerBackEnd.Active = 0; this.tableBackEnd.Add (this.comboCompilerBackEnd); global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.tableBackEnd [this.comboCompilerBackEnd])); w26.LeftAttach = ((uint)(1)); w26.RightAttach = ((uint)(2)); w26.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableBackEnd.Gtk.Table+TableChild this.entryNativeCompilerArgs = new global::Gtk.Entry (); this.entryNativeCompilerArgs.CanFocus = true; this.entryNativeCompilerArgs.Name = "entryNativeCompilerArgs"; this.entryNativeCompilerArgs.IsEditable = true; this.entryNativeCompilerArgs.InvisibleChar = '•'; this.tableBackEnd.Add (this.entryNativeCompilerArgs); global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.tableBackEnd [this.entryNativeCompilerArgs])); w27.TopAttach = ((uint)(2)); w27.BottomAttach = ((uint)(3)); w27.LeftAttach = ((uint)(1)); w27.RightAttach = ((uint)(2)); w27.XOptions = ((global::Gtk.AttachOptions)(4)); w27.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableBackEnd.Gtk.Table+TableChild this.filechooserNativeCompilerPath = new global::Gtk.FileChooserButton ( global::Mono.Unix.Catalog.GetString("Select a File"), ((global::Gtk.FileChooserAction)(0)) ); this.filechooserNativeCompilerPath.Name = "filechooserNativeCompilerPath"; this.tableBackEnd.Add (this.filechooserNativeCompilerPath); global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.tableBackEnd [this.filechooserNativeCompilerPath])); w28.TopAttach = ((uint)(1)); w28.BottomAttach = ((uint)(2)); w28.LeftAttach = ((uint)(1)); w28.RightAttach = ((uint)(2)); w28.XOptions = ((global::Gtk.AttachOptions)(4)); w28.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableBackEnd.Gtk.Table+TableChild this.labelCompilerBackEnd = new global::Gtk.Label (); this.labelCompilerBackEnd.Name = "labelCompilerBackEnd"; this.labelCompilerBackEnd.Xalign = 0F; this.labelCompilerBackEnd.LabelProp = global::Mono.Unix.Catalog.GetString ("Compiler Back-End:"); this.tableBackEnd.Add (this.labelCompilerBackEnd); global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.tableBackEnd [this.labelCompilerBackEnd])); w29.XOptions = ((global::Gtk.AttachOptions)(4)); w29.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableBackEnd.Gtk.Table+TableChild this.labelNativeCompilerArgs = new global::Gtk.Label (); this.labelNativeCompilerArgs.Name = "labelNativeCompilerArgs"; this.labelNativeCompilerArgs.LabelProp = global::Mono.Unix.Catalog.GetString ("Native Compiler Args.:"); this.tableBackEnd.Add (this.labelNativeCompilerArgs); global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.tableBackEnd [this.labelNativeCompilerArgs])); w30.TopAttach = ((uint)(2)); w30.BottomAttach = ((uint)(3)); w30.XOptions = ((global::Gtk.AttachOptions)(4)); w30.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableBackEnd.Gtk.Table+TableChild this.labelNativeCompilerPath = new global::Gtk.Label (); this.labelNativeCompilerPath.Name = "labelNativeCompilerPath"; this.labelNativeCompilerPath.Xalign = 0F; this.labelNativeCompilerPath.LabelProp = global::Mono.Unix.Catalog.GetString ("Native Compiler Path:"); this.tableBackEnd.Add (this.labelNativeCompilerPath); global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.tableBackEnd [this.labelNativeCompilerPath])); w31.TopAttach = ((uint)(1)); w31.BottomAttach = ((uint)(2)); w31.XOptions = ((global::Gtk.AttachOptions)(4)); w31.YOptions = ((global::Gtk.AttachOptions)(4)); this.alignBackEnd.Add (this.tableBackEnd); this.frameBackEndOptions.Add (this.alignBackEnd); this.labelBackEndOptions = new global::Gtk.Label (); this.labelBackEndOptions.Name = "labelBackEndOptions"; this.labelBackEndOptions.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Back-End Native Compiler Options</b>"); this.labelBackEndOptions.UseMarkup = true; this.frameBackEndOptions.LabelWidget = this.labelBackEndOptions; this.vboxTop.Add (this.frameBackEndOptions); global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vboxTop [this.frameBackEndOptions])); w34.Position = 2; w34.Expand = false; w34.Fill = false; this.Add (this.vboxTop); if ((this.Child != null)) { this.Child.ShowAll (); } this.Show (); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget Vodovoz.ReportsParameters.Logistic.ShipmentReport global::Stetic.BinContainer.Attach(this); this.Name = "Vodovoz.ReportsParameters.Logistic.ShipmentReport"; // Container child Vodovoz.ReportsParameters.Logistic.ShipmentReport.Gtk.Container+ContainerChild this.vbox2 = new global::Gtk.VBox(); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; // 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.labelDate = new global::Gtk.Label(); this.labelDate.Name = "labelDate"; this.labelDate.LabelProp = global::Mono.Unix.Catalog.GetString("Дата:"); this.hbox1.Add(this.labelDate); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.labelDate])); w1.Position = 0; w1.Expand = false; w1.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.ydatepicker = new global::QS.Widgets.GtkUI.DatePicker(); this.ydatepicker.Events = ((global::Gdk.EventMask)(256)); this.ydatepicker.Name = "ydatepicker"; this.ydatepicker.WithTime = false; this.ydatepicker.Date = new global::System.DateTime(0); this.ydatepicker.IsEditable = true; this.ydatepicker.AutoSeparation = false; this.hbox1.Add(this.ydatepicker); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.ydatepicker])); w2.Position = 1; this.vbox2.Add(this.hbox1); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1])); w3.Position = 0; w3.Expand = false; w3.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.radioAll = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Все")); this.radioAll.CanFocus = true; this.radioAll.Name = "radioAll"; this.radioAll.DrawIndicator = true; this.radioAll.UseUnderline = true; this.radioAll.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.vbox2.Add(this.radioAll); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.radioAll])); w4.Position = 1; w4.Expand = false; w4.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.radioCash = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Отсортировать по кассе")); this.radioCash.CanFocus = true; this.radioCash.Name = "radioCash"; this.radioCash.DrawIndicator = true; this.radioCash.UseUnderline = true; this.radioCash.Group = this.radioAll.Group; this.vbox2.Add(this.radioCash); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.radioCash])); w5.Position = 2; w5.Expand = false; w5.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.radioWarehouse = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Отсортировать по складу")); this.radioWarehouse.CanFocus = true; this.radioWarehouse.Name = "radioWarehouse"; this.radioWarehouse.DrawIndicator = true; this.radioWarehouse.UseUnderline = true; this.radioWarehouse.Group = this.radioAll.Group; this.vbox2.Add(this.radioWarehouse); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.radioWarehouse])); w6.Position = 3; w6.Expand = false; w6.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.referenceWarehouse = new global::Gamma.Widgets.yEntryReference(); this.referenceWarehouse.Events = ((global::Gdk.EventMask)(256)); this.referenceWarehouse.Name = "referenceWarehouse"; this.vbox2.Add(this.referenceWarehouse); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.referenceWarehouse])); w7.Position = 4; w7.Expand = false; w7.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.buttonCreateReport = new global::Gtk.Button(); this.buttonCreateReport.CanFocus = true; this.buttonCreateReport.Name = "buttonCreateReport"; this.buttonCreateReport.UseUnderline = true; this.buttonCreateReport.Label = global::Mono.Unix.Catalog.GetString("Сформировать отчёт"); this.vbox2.Add(this.buttonCreateReport); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.buttonCreateReport])); w8.Position = 6; w8.Expand = false; this.Add(this.vbox2); if ((this.Child != null)) { this.Child.ShowAll(); } this.Hide(); this.radioAll.Toggled += new global::System.EventHandler(this.OnRadioAllToggled); this.radioCash.Toggled += new global::System.EventHandler(this.OnRadioCashToggled); this.radioWarehouse.Toggled += new global::System.EventHandler(this.OnRadioWarehouseToggled); this.referenceWarehouse.Changed += new global::System.EventHandler(this.OnReferenceWarehouseChanged); this.buttonCreateReport.Clicked += new global::System.EventHandler(this.OnButtonCreateReportClicked); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget global::Stetic.BinContainer.Attach(this); this.Name = "MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget"; // Container child MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget.Gtk.Container+ContainerChild this.vbox72 = new global::Gtk.VBox(); this.vbox72.Name = "vbox72"; this.vbox72.Spacing = 6; // Container child vbox72.Gtk.Box+BoxChild this.label2 = new global::Gtk.Label(); this.label2.Name = "label2"; this.label2.Xalign = 0F; this.label2.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Automatically check for updates:"); this.vbox72.Add(this.label2); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.label2])); w1.Position = 0; w1.Expand = false; w1.Fill = false; // Container child vbox72.Gtk.Box+BoxChild this.alignment3 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F); this.alignment3.Name = "alignment3"; this.alignment3.LeftPadding = ((uint)(24)); this.alignment3.BottomPadding = ((uint)(6)); // Container child alignment3.Gtk.Container+ContainerChild this.vbox5 = new global::Gtk.VBox(); this.vbox5.Name = "vbox5"; this.vbox5.Spacing = 6; // Container child vbox5.Gtk.Box+BoxChild this.radioHour = new global::Gtk.RadioButton(global::MonoDevelop.Core.GettextCatalog.GetString("Every hour")); this.radioHour.CanFocus = true; this.radioHour.Name = "radioHour"; this.radioHour.DrawIndicator = true; this.radioHour.UseUnderline = true; this.radioHour.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.vbox5.Add(this.radioHour); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.radioHour])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.radioDay = new global::Gtk.RadioButton(global::MonoDevelop.Core.GettextCatalog.GetString("Every day")); this.radioDay.CanFocus = true; this.radioDay.Name = "radioDay"; this.radioDay.DrawIndicator = true; this.radioDay.UseUnderline = true; this.radioDay.Group = this.radioHour.Group; this.vbox5.Add(this.radioDay); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.radioDay])); w3.Position = 1; w3.Expand = false; w3.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.radioMonth = new global::Gtk.RadioButton(global::MonoDevelop.Core.GettextCatalog.GetString("Every month")); this.radioMonth.CanFocus = true; this.radioMonth.Name = "radioMonth"; this.radioMonth.DrawIndicator = true; this.radioMonth.UseUnderline = true; this.radioMonth.Group = this.radioHour.Group; this.vbox5.Add(this.radioMonth); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.radioMonth])); w4.Position = 2; w4.Expand = false; w4.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.radioNever = new global::Gtk.RadioButton(global::MonoDevelop.Core.GettextCatalog.GetString("Never")); this.radioNever.CanFocus = true; this.radioNever.Name = "radioNever"; this.radioNever.DrawIndicator = true; this.radioNever.UseUnderline = true; this.radioNever.Group = this.radioHour.Group; this.vbox5.Add(this.radioNever); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.radioNever])); w5.Position = 3; w5.Expand = false; w5.Fill = false; this.alignment3.Add(this.vbox5); this.vbox72.Add(this.alignment3); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.alignment3])); w7.Position = 1; w7.Expand = false; w7.Fill = false; // Container child vbox72.Gtk.Box+BoxChild this.checkUnstable = new global::Gtk.CheckButton(); this.checkUnstable.CanFocus = true; this.checkUnstable.Name = "checkUnstable"; this.checkUnstable.Label = global::MonoDevelop.Core.GettextCatalog.GetString("Install unstable developer updates"); this.checkUnstable.Active = true; this.checkUnstable.DrawIndicator = true; this.checkUnstable.UseUnderline = true; this.vbox72.Add(this.checkUnstable); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.checkUnstable])); w8.Position = 2; w8.Expand = false; w8.Fill = false; // Container child vbox72.Gtk.Box+BoxChild this.hbox47 = new global::Gtk.HBox(); this.hbox47.Name = "hbox47"; // Container child hbox47.Gtk.Box+BoxChild this.boxUnstable = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F); this.boxUnstable.Name = "boxUnstable"; this.boxUnstable.LeftPadding = ((uint)(24)); // Container child boxUnstable.Gtk.Container+ContainerChild this.vbox6 = new global::Gtk.VBox(); this.vbox6.Name = "vbox6"; this.vbox6.Spacing = 6; // Container child vbox6.Gtk.Box+BoxChild this.radioBeta = new global::Gtk.RadioButton(global::MonoDevelop.Core.GettextCatalog.GetString("Beta updates (weekly)")); this.radioBeta.CanFocus = true; this.radioBeta.Name = "radioBeta"; this.radioBeta.Active = true; this.radioBeta.DrawIndicator = true; this.radioBeta.UseUnderline = true; this.radioBeta.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.vbox6.Add(this.radioBeta); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.radioBeta])); w9.Position = 0; w9.Expand = false; w9.Fill = false; // Container child vbox6.Gtk.Box+BoxChild this.radioAlpha = new global::Gtk.RadioButton(global::MonoDevelop.Core.GettextCatalog.GetString("Alpha updates (very often, very unstable)")); this.radioAlpha.CanFocus = true; this.radioAlpha.Name = "radioAlpha"; this.radioAlpha.DrawIndicator = true; this.radioAlpha.UseUnderline = true; this.radioAlpha.Group = this.radioBeta.Group; this.vbox6.Add(this.radioAlpha); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.radioAlpha])); w10.Position = 1; w10.Expand = false; w10.Fill = false; // Container child vbox6.Gtk.Box+BoxChild this.radioTest = new global::Gtk.RadioButton(global::MonoDevelop.Core.GettextCatalog.GetString("Test")); this.radioTest.CanFocus = true; this.radioTest.Name = "radioTest"; this.radioTest.DrawIndicator = true; this.radioTest.UseUnderline = true; this.radioTest.Group = this.radioBeta.Group; this.vbox6.Add(this.radioTest); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.radioTest])); w11.Position = 2; w11.Expand = false; w11.Fill = false; this.boxUnstable.Add(this.vbox6); this.hbox47.Add(this.boxUnstable); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox47 [this.boxUnstable])); w13.Position = 0; this.vbox72.Add(this.hbox47); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.hbox47])); w14.Position = 3; w14.Expand = false; w14.Fill = false; // Container child vbox72.Gtk.Box+BoxChild this.hbox3 = new global::Gtk.HBox(); this.hbox3.Name = "hbox3"; this.hbox3.Spacing = 6; this.hbox3.BorderWidth = ((uint)(12)); // Container child hbox3.Gtk.Box+BoxChild this.buttonUpdateNow = new global::Gtk.Button(); this.buttonUpdateNow.CanFocus = true; this.buttonUpdateNow.Name = "buttonUpdateNow"; this.buttonUpdateNow.UseUnderline = true; this.buttonUpdateNow.Label = global::MonoDevelop.Core.GettextCatalog.GetString("Check for Updates Now"); this.hbox3.Add(this.buttonUpdateNow); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.buttonUpdateNow])); w15.Position = 0; w15.Expand = false; w15.Fill = false; this.vbox72.Add(this.hbox3); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.hbox3])); w16.Position = 4; w16.Expand = false; w16.Fill = false; this.Add(this.vbox72); if ((this.Child != null)) { this.Child.ShowAll(); } this.radioTest.Hide(); this.Show(); this.checkUnstable.Toggled += new global::System.EventHandler(this.OnCheckUnstableToggled); this.buttonUpdateNow.Clicked += new global::System.EventHandler(this.OnButtonUpdateNowClicked); }
protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget MonoDevelop.Ide.Projects.ExportProjectPolicyDialog this.Name = "MonoDevelop.Ide.Projects.ExportProjectPolicyDialog"; this.Title = global::Mono.Unix.Catalog.GetString ("Export Policies"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Internal child MonoDevelop.Ide.Projects.ExportProjectPolicyDialog.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 = 16; this.vbox2.BorderWidth = ((uint)(12)); // Container child vbox2.Gtk.Box+BoxChild this.vbox4 = new global::Gtk.VBox (); this.vbox4.Name = "vbox4"; this.vbox4.Spacing = 6; // Container child vbox4.Gtk.Box+BoxChild this.radioCustom = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Save project policies as a new custom policy set")); this.radioCustom.CanFocus = true; this.radioCustom.Name = "radioCustom"; this.radioCustom.DrawIndicator = true; this.radioCustom.UseUnderline = true; this.radioCustom.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.vbox4.Add (this.radioCustom); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioCustom])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.boxCustom = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F); this.boxCustom.Name = "boxCustom"; this.boxCustom.LeftPadding = ((uint)(42)); // Container child boxCustom.Gtk.Container+ContainerChild this.hbox1 = new global::Gtk.HBox (); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; // Container child hbox1.Gtk.Box+BoxChild this.label2 = new global::Gtk.Label (); this.label2.Name = "label2"; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Name:"); this.hbox1.Add (this.label2); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2])); w3.Position = 0; w3.Expand = false; w3.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.entryName = new global::Gtk.Entry (); this.entryName.CanFocus = true; this.entryName.Name = "entryName"; this.entryName.IsEditable = true; this.entryName.WidthChars = 40; this.entryName.InvisibleChar = '●'; this.hbox1.Add (this.entryName); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entryName])); w4.Position = 1; w4.Expand = false; w4.Fill = false; this.boxCustom.Add (this.hbox1); this.vbox4.Add (this.boxCustom); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.boxCustom])); w6.Position = 1; w6.Expand = false; w6.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.radioFile = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Export policies to a file")); this.radioFile.CanFocus = true; this.radioFile.Name = "radioFile"; this.radioFile.DrawIndicator = true; this.radioFile.UseUnderline = true; this.radioFile.Group = this.radioCustom.Group; this.vbox4.Add (this.radioFile); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioFile])); w7.Position = 2; w7.Expand = false; w7.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.boxFile = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F); this.boxFile.Name = "boxFile"; this.boxFile.LeftPadding = ((uint)(42)); // Container child boxFile.Gtk.Container+ContainerChild this.hbox2 = new global::Gtk.HBox (); this.hbox2.Name = "hbox2"; this.hbox2.Spacing = 6; // Container child hbox2.Gtk.Box+BoxChild this.label3 = new global::Gtk.Label (); this.label3.Name = "label3"; this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("File:"); this.hbox2.Add (this.label3); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label3])); w8.Position = 0; w8.Expand = false; w8.Fill = false; // Container child hbox2.Gtk.Box+BoxChild this.fileEntry = new global::MonoDevelop.Components.FileEntry (); this.fileEntry.Name = "fileEntry"; this.hbox2.Add (this.fileEntry); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.fileEntry])); w9.Position = 1; this.boxFile.Add (this.hbox2); this.vbox4.Add (this.boxFile); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.boxFile])); w11.Position = 3; w11.Expand = false; w11.Fill = false; this.vbox2.Add (this.vbox4); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.vbox4])); w12.Position = 0; w12.Expand = false; w12.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.vbox5 = new global::Gtk.VBox (); this.vbox5.Name = "vbox5"; this.vbox5.Spacing = 6; // Container child vbox5.Gtk.Box+BoxChild this.labelChangesTitle = new global::Gtk.Label (); this.labelChangesTitle.Name = "labelChangesTitle"; this.labelChangesTitle.Xalign = 0F; this.labelChangesTitle.LabelProp = global::Mono.Unix.Catalog.GetString ("Policies to export:"); this.vbox5.Add (this.labelChangesTitle); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.labelChangesTitle])); w13.Position = 0; w13.Expand = false; w13.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.policiesScroll = new global::Gtk.ScrolledWindow (); this.policiesScroll.CanFocus = true; this.policiesScroll.Name = "policiesScroll"; this.policiesScroll.ShadowType = ((global::Gtk.ShadowType)(1)); this.vbox5.Add (this.policiesScroll); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.policiesScroll])); w14.Position = 1; this.vbox2.Add (this.vbox5); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.vbox5])); w15.Position = 1; w1.Add (this.vbox2); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2])); w16.Position = 0; // Internal child MonoDevelop.Ide.Projects.ExportProjectPolicyDialog.ActionArea global::Gtk.HButtonBox w17 = this.ActionArea; w17.Name = "dialog1_ActionArea"; w17.Spacing = 10; w17.BorderWidth = ((uint)(5)); w17.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 w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w17 [this.buttonCancel])); w18.Expand = false; w18.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.UseUnderline = true; this.buttonOk.Label = global::Mono.Unix.Catalog.GetString ("Export policies"); w17.Add (this.buttonOk); global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w17 [this.buttonOk])); w19.Position = 1; w19.Expand = false; w19.Fill = false; if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 476; this.DefaultHeight = 321; this.Hide (); this.radioCustom.Toggled += new global::System.EventHandler (this.OnRadioCustomToggled); this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MonoDevelop.Gettext.Translator.LanguageChooserDialog this.Events = ((global::Gdk.EventMask)(256)); this.Name = "MonoDevelop.Gettext.Translator.LanguageChooserDialog"; this.Title = global::Mono.Unix.Catalog.GetString("Create New Localization"); this.Icon = global::Gdk.Pixbuf.LoadFromResource("locale_16x16.png"); this.TypeHint = ((global::Gdk.WindowTypeHint)(1)); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); this.Modal = true; this.Resizable = false; this.AllowGrow = false; this.Gravity = ((global::Gdk.Gravity)(5)); this.SkipTaskbarHint = true; // Internal child MonoDevelop.Gettext.Translator.LanguageChooserDialog.VBox global::Gtk.VBox w1 = this.VBox; w1.Events = ((global::Gdk.EventMask)(256)); w1.Name = "dialog_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog_VBox.Gtk.Box+BoxChild this.vbox2 = new global::Gtk.VBox(); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 16; this.vbox2.BorderWidth = ((uint)(8)); // Container child vbox2.Gtk.Box+BoxChild this.vbox3 = new global::Gtk.VBox(); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 8; // Container child vbox3.Gtk.Box+BoxChild this.frame1 = new global::Gtk.Frame(); this.frame1.Name = "frame1"; this.frame1.ShadowType = ((global::Gtk.ShadowType)(0)); // Container child frame1.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.tableKnown = new global::Gtk.HBox(); this.tableKnown.Name = "tableKnown"; this.tableKnown.Spacing = 6; // Container child tableKnown.Gtk.Box+BoxChild this.vbox4 = new global::Gtk.VBox(); this.vbox4.Name = "vbox4"; this.vbox4.Spacing = 6; this.vbox4.BorderWidth = ((uint)(6)); // Container child vbox4.Gtk.Box+BoxChild this.label3 = new global::Gtk.Label(); this.label3.WidthRequest = 170; this.label3.Name = "label3"; this.label3.Xalign = 0f; this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("_Language:"); this.label3.UseUnderline = true; this.vbox4.Add(this.label3); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.label3])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.scrolledwindow1 = new global::Gtk.ScrolledWindow(); this.scrolledwindow1.HeightRequest = 200; this.scrolledwindow1.CanFocus = true; this.scrolledwindow1.Name = "scrolledwindow1"; this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child scrolledwindow1.Gtk.Container+ContainerChild this.languageTreeView = new global::Gtk.TreeView(); this.languageTreeView.CanFocus = true; this.languageTreeView.Name = "languageTreeView"; this.languageTreeView.HeadersVisible = false; this.scrolledwindow1.Add(this.languageTreeView); this.vbox4.Add(this.scrolledwindow1); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.scrolledwindow1])); w4.Position = 1; this.tableKnown.Add(this.vbox4); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.tableKnown[this.vbox4])); w5.Position = 0; w5.Expand = false; w5.Fill = false; // Container child tableKnown.Gtk.Box+BoxChild this.vbox5 = new global::Gtk.VBox(); this.vbox5.Name = "vbox5"; this.vbox5.Spacing = 6; this.vbox5.BorderWidth = ((uint)(6)); // Container child vbox5.Gtk.Box+BoxChild this.checkbuttonUseCoutry = new global::Gtk.CheckButton(); this.checkbuttonUseCoutry.WidthRequest = 220; this.checkbuttonUseCoutry.CanFocus = true; this.checkbuttonUseCoutry.Name = "checkbuttonUseCoutry"; this.checkbuttonUseCoutry.Label = global::Mono.Unix.Catalog.GetString("U_se Country Code"); this.checkbuttonUseCoutry.DrawIndicator = true; this.checkbuttonUseCoutry.UseUnderline = true; this.vbox5.Add(this.checkbuttonUseCoutry); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.checkbuttonUseCoutry])); w6.Position = 0; w6.Expand = false; w6.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.scrolledwindow2 = new global::Gtk.ScrolledWindow(); this.scrolledwindow2.CanFocus = true; this.scrolledwindow2.Name = "scrolledwindow2"; this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child scrolledwindow2.Gtk.Container+ContainerChild this.countryTreeView = new global::Gtk.TreeView(); this.countryTreeView.CanFocus = true; this.countryTreeView.Name = "countryTreeView"; this.countryTreeView.HeadersVisible = false; this.scrolledwindow2.Add(this.countryTreeView); this.vbox5.Add(this.scrolledwindow2); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.scrolledwindow2])); w8.Position = 1; this.tableKnown.Add(this.vbox5); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.tableKnown[this.vbox5])); w9.Position = 1; this.GtkAlignment2.Add(this.tableKnown); this.frame1.Add(this.GtkAlignment2); this.radiobuttonKnown = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("_Known Language")); this.radiobuttonKnown.Name = "radiobuttonKnown"; this.radiobuttonKnown.Active = true; this.radiobuttonKnown.DrawIndicator = true; this.radiobuttonKnown.UseUnderline = true; this.radiobuttonKnown.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.frame1.LabelWidget = this.radiobuttonKnown; this.vbox3.Add(this.frame1); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.frame1])); w12.Position = 0; // Container child vbox3.Gtk.Box+BoxChild this.frame2 = new global::Gtk.Frame(); this.frame2.Name = "frame2"; this.frame2.ShadowType = ((global::Gtk.ShadowType)(0)); // Container child frame2.Gtk.Container+ContainerChild this.GtkAlignment3 = new global::Gtk.Alignment(0f, 0f, 1f, 1f); this.GtkAlignment3.Name = "GtkAlignment3"; this.GtkAlignment3.LeftPadding = ((uint)(12)); // Container child GtkAlignment3.Gtk.Container+ContainerChild this.hboxUser = new global::Gtk.HBox(); this.hboxUser.Name = "hboxUser"; this.hboxUser.Spacing = 6; // Container child hboxUser.Gtk.Box+BoxChild this.label2 = new global::Gtk.Label(); this.label2.Name = "label2"; this.label2.Xalign = 0f; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("L_ocale:"); this.label2.UseUnderline = true; this.hboxUser.Add(this.label2); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hboxUser[this.label2])); w13.Position = 0; w13.Expand = false; w13.Fill = false; // Container child hboxUser.Gtk.Box+BoxChild this.entryLocale = new global::Gtk.Entry(); this.entryLocale.CanFocus = true; this.entryLocale.Name = "entryLocale"; this.entryLocale.IsEditable = true; this.entryLocale.InvisibleChar = '●'; this.hboxUser.Add(this.entryLocale); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hboxUser[this.entryLocale])); w14.Position = 1; this.GtkAlignment3.Add(this.hboxUser); this.frame2.Add(this.GtkAlignment3); this.radiobuttonCustom = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("_User Defined Locale")); this.radiobuttonCustom.Name = "radiobuttonCustom"; this.radiobuttonCustom.DrawIndicator = true; this.radiobuttonCustom.UseUnderline = true; this.radiobuttonCustom.Group = this.radiobuttonKnown.Group; this.frame2.LabelWidget = this.radiobuttonCustom; this.vbox3.Add(this.frame2); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.frame2])); w17.Position = 1; w17.Expand = false; w17.Fill = false; this.vbox2.Add(this.vbox3); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.vbox3])); w18.Position = 0; w1.Add(this.vbox2); global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2])); w19.Position = 0; w19.Expand = false; w19.Fill = false; // Internal child MonoDevelop.Gettext.Translator.LanguageChooserDialog.ActionArea global::Gtk.HButtonBox w20 = this.ActionArea; w20.Name = "MonoDevelop.Gettext.LanguageChooserDialog_ActionArea"; w20.Spacing = 6; w20.BorderWidth = ((uint)(5)); w20.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4)); // Container child MonoDevelop.Gettext.LanguageChooserDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.button1 = new global::Gtk.Button(); this.button1.CanDefault = true; this.button1.CanFocus = true; this.button1.Name = "button1"; this.button1.UseStock = true; this.button1.UseUnderline = true; this.button1.Label = "gtk-cancel"; this.AddActionWidget(this.button1, -6); global::Gtk.ButtonBox.ButtonBoxChild w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w20[this.button1])); w21.Expand = false; w21.Fill = false; // Container child MonoDevelop.Gettext.LanguageChooserDialog_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-add"; this.AddActionWidget(this.buttonOK, -5); global::Gtk.ButtonBox.ButtonBoxChild w22 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w20[this.buttonOK])); w22.Position = 1; w22.Expand = false; w22.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 466; this.DefaultHeight = 415; this.label3.MnemonicWidget = this.languageTreeView; this.label2.MnemonicWidget = this.entryLocale; this.Show(); this.checkbuttonUseCoutry.Clicked += new global::System.EventHandler(this.ChangeSensitivity); this.entryLocale.Changed += new global::System.EventHandler(this.OnEntryLocaleChanged); }
protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget global::Stetic.BinContainer.Attach (this); this.Name = "MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget"; // Container child MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget.Gtk.Container+ContainerChild this.vbox66 = new global::Gtk.VBox (); this.vbox66.Name = "vbox66"; this.vbox66.Spacing = 6; // Container child vbox66.Gtk.Box+BoxChild this.buildBeforeRunCheckBox = new global::Gtk.CheckButton (); this.buildBeforeRunCheckBox.CanFocus = true; this.buildBeforeRunCheckBox.Name = "buildBeforeRunCheckBox"; this.buildBeforeRunCheckBox.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("Build solution before running"); this.buildBeforeRunCheckBox.DrawIndicator = true; this.buildBeforeRunCheckBox.UseUnderline = true; this.vbox66.Add (this.buildBeforeRunCheckBox); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox66[this.buildBeforeRunCheckBox])); w1.Position = 0; w1.Expand = false; w1.Fill = false; // Container child vbox66.Gtk.Box+BoxChild this.runWithWarningsCheckBox = new global::Gtk.CheckButton (); this.runWithWarningsCheckBox.CanFocus = true; this.runWithWarningsCheckBox.Name = "runWithWarningsCheckBox"; this.runWithWarningsCheckBox.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("Run solution if build completed with warnings"); this.runWithWarningsCheckBox.DrawIndicator = true; this.runWithWarningsCheckBox.UseUnderline = true; this.vbox66.Add (this.runWithWarningsCheckBox); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox66[this.runWithWarningsCheckBox])); w2.Position = 1; w2.Expand = false; w2.Fill = false; // Container child vbox66.Gtk.Box+BoxChild this.checkXBuild = new global::Gtk.CheckButton (); this.checkXBuild.CanFocus = true; this.checkXBuild.Name = "checkXBuild"; this.checkXBuild.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("Compile projects using MSBuild / XBuild\n(this is an experimental feature and may not work for some projects)"); this.checkXBuild.DrawIndicator = true; this.checkXBuild.UseUnderline = true; this.vbox66.Add (this.checkXBuild); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox66[this.checkXBuild])); w3.Position = 2; w3.Expand = false; w3.Fill = false; // Container child vbox66.Gtk.Box+BoxChild this.buildAndRunOptionsLabel = new global::Gtk.Label (); this.buildAndRunOptionsLabel.Name = "buildAndRunOptionsLabel"; this.buildAndRunOptionsLabel.Xalign = 0f; this.buildAndRunOptionsLabel.Yalign = 0f; this.buildAndRunOptionsLabel.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("<b>File Save Options Before Building</b>"); this.buildAndRunOptionsLabel.UseMarkup = true; this.vbox66.Add (this.buildAndRunOptionsLabel); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox66[this.buildAndRunOptionsLabel])); w4.Position = 3; w4.Expand = false; w4.Fill = false; w4.Padding = ((uint)(6)); // Container child vbox66.Gtk.Box+BoxChild this.hbox44 = new global::Gtk.HBox (); this.hbox44.Name = "hbox44"; this.hbox44.Spacing = 6; // Container child hbox44.Gtk.Box+BoxChild this.label71 = new global::Gtk.Label (); this.label71.Name = "label71"; this.label71.Xalign = 0f; this.label71.Yalign = 0f; this.label71.LabelProp = " "; this.hbox44.Add (this.label71); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox44[this.label71])); w5.Position = 0; w5.Expand = false; w5.Fill = false; // Container child hbox44.Gtk.Box+BoxChild this.vbox67 = new global::Gtk.VBox (); this.vbox67.Name = "vbox67"; this.vbox67.Spacing = 6; // Container child vbox67.Gtk.Box+BoxChild this.saveChangesRadioButton = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("_Save changes to open documents")); this.saveChangesRadioButton.Name = "saveChangesRadioButton"; this.saveChangesRadioButton.Active = true; this.saveChangesRadioButton.DrawIndicator = true; this.saveChangesRadioButton.UseUnderline = true; this.saveChangesRadioButton.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.vbox67.Add (this.saveChangesRadioButton); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox67[this.saveChangesRadioButton])); w6.Position = 0; w6.Expand = false; w6.Fill = false; // Container child vbox67.Gtk.Box+BoxChild this.promptChangesRadioButton = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("_Prompt to save changes to open documents")); this.promptChangesRadioButton.Name = "promptChangesRadioButton"; this.promptChangesRadioButton.DrawIndicator = true; this.promptChangesRadioButton.UseUnderline = true; this.promptChangesRadioButton.Group = this.saveChangesRadioButton.Group; this.vbox67.Add (this.promptChangesRadioButton); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox67[this.promptChangesRadioButton])); w7.Position = 1; w7.Expand = false; w7.Fill = false; // Container child vbox67.Gtk.Box+BoxChild this.noSaveRadioButton = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("_Don't save changes to open documents ")); this.noSaveRadioButton.Name = "noSaveRadioButton"; this.noSaveRadioButton.DrawIndicator = true; this.noSaveRadioButton.UseUnderline = true; this.noSaveRadioButton.Group = this.saveChangesRadioButton.Group; this.vbox67.Add (this.noSaveRadioButton); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox67[this.noSaveRadioButton])); w8.Position = 2; w8.Expand = false; w8.Fill = false; this.hbox44.Add (this.vbox67); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox44[this.vbox67])); w9.Position = 1; w9.Expand = false; this.vbox66.Add (this.hbox44); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox66[this.hbox44])); w10.Position = 4; this.Add (this.vbox66); if ((this.Child != null)) { this.Child.ShowAll (); } this.Show (); }
protected virtual void Build() { global::Stetic.Gui.Initialize (this); // Widget R7.Emblems.MainWindow this.Name = "R7.Emblems.MainWindow"; this.Title = ""; this.Icon = global::Stetic.IconLoader.LoadIcon (this, "gtk-home", global::Gtk.IconSize.Menu); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Container child R7.Emblems.MainWindow.Gtk.Container+ContainerChild this.vbox1 = new global::Gtk.VBox (); this.vbox1.Name = "vbox1"; this.vbox1.Spacing = 6; // 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.filechooser1 = new global::Gtk.FileChooserButton ("Select a Folder", ((global::Gtk.FileChooserAction)(2))); this.filechooser1.Name = "filechooser1"; this.hbox2.Add (this.filechooser1); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.filechooser1])); w1.Position = 0; // Container child hbox2.Gtk.Box+BoxChild this.radioFile = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("File")); this.radioFile.CanFocus = true; this.radioFile.Name = "radioFile"; this.radioFile.Active = true; this.radioFile.DrawIndicator = true; this.radioFile.UseUnderline = true; this.radioFile.BorderWidth = ((uint)(6)); this.radioFile.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.hbox2.Add (this.radioFile); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.radioFile])); w2.Position = 1; w2.Expand = false; w2.Fill = false; // Container child hbox2.Gtk.Box+BoxChild this.radioFolder = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Folder")); this.radioFolder.CanFocus = true; this.radioFolder.Name = "radioFolder"; this.radioFolder.DrawIndicator = true; this.radioFolder.UseUnderline = true; this.radioFolder.BorderWidth = ((uint)(6)); this.radioFolder.Group = this.radioFile.Group; this.hbox2.Add (this.radioFolder); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.radioFolder])); w3.Position = 2; w3.Expand = false; w3.Fill = false; this.vbox1.Add (this.hbox2); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2])); w4.Position = 0; w4.Expand = false; w4.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.GtkScrolledWindow = new global::Gtk.ScrolledWindow (); this.GtkScrolledWindow.Name = "GtkScrolledWindow"; this.GtkScrolledWindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2)); // Container child GtkScrolledWindow.Gtk.Container+ContainerChild global::Gtk.Viewport w5 = new global::Gtk.Viewport (); w5.ShadowType = ((global::Gtk.ShadowType)(0)); // Container child GtkViewport.Gtk.Container+ContainerChild this.tableEmblems = new global::Gtk.Table (((uint)(3)), ((uint)(3)), true); this.tableEmblems.Name = "tableEmblems"; this.tableEmblems.RowSpacing = ((uint)(8)); this.tableEmblems.ColumnSpacing = ((uint)(8)); this.tableEmblems.BorderWidth = ((uint)(6)); w5.Add (this.tableEmblems); this.GtkScrolledWindow.Add (w5); this.vbox1.Add (this.GtkScrolledWindow); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow])); w8.Position = 2; // Container child vbox1.Gtk.Box+BoxChild this.hseparator1 = new global::Gtk.HSeparator (); this.hseparator1.Name = "hseparator1"; this.vbox1.Add (this.hseparator1); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator1])); w9.Position = 3; w9.Expand = false; w9.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.hbuttonbox2 = new global::Gtk.HButtonBox (); this.hbuttonbox2.Name = "hbuttonbox2"; this.hbuttonbox2.BorderWidth = ((uint)(6)); // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild this.buttonAbout = new global::Gtk.Button (); this.buttonAbout.CanFocus = true; this.buttonAbout.Name = "buttonAbout"; this.buttonAbout.UseUnderline = true; // Container child buttonAbout.Gtk.Container+ContainerChild global::Gtk.Alignment w10 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w11 = new global::Gtk.HBox (); w11.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w12 = new global::Gtk.Image (); w12.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-about", global::Gtk.IconSize.Menu); w11.Add (w12); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w14 = new global::Gtk.Label (); w14.LabelProp = global::Mono.Unix.Catalog.GetString ("About"); w14.UseUnderline = true; w11.Add (w14); w10.Add (w11); this.buttonAbout.Add (w10); this.hbuttonbox2.Add (this.buttonAbout); global::Gtk.ButtonBox.ButtonBoxChild w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.buttonAbout])); w18.Expand = false; w18.Fill = false; this.hbox1.Add (this.hbuttonbox2); global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.hbuttonbox2])); w19.Position = 0; w19.Expand = false; w19.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.hbuttonbox1 = new global::Gtk.HButtonBox (); this.hbuttonbox1.Name = "hbuttonbox1"; this.hbuttonbox1.Spacing = 10; this.hbuttonbox1.BorderWidth = ((uint)(6)); this.hbuttonbox1.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4)); // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild this.button3 = new global::Gtk.Button (); this.button3.CanFocus = true; this.button3.Name = "button3"; this.button3.UseStock = true; this.button3.UseUnderline = true; this.button3.Label = "gtk-cancel"; this.hbuttonbox1.Add (this.button3); global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.button3])); w20.Expand = false; w20.Fill = false; // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild this.button2 = new global::Gtk.Button (); this.button2.CanFocus = true; this.button2.Name = "button2"; this.button2.UseStock = true; this.button2.UseUnderline = true; this.button2.Label = "gtk-ok"; this.hbuttonbox1.Add (this.button2); global::Gtk.ButtonBox.ButtonBoxChild w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.button2])); w21.Position = 1; w21.Expand = false; w21.Fill = false; this.hbox1.Add (this.hbuttonbox1); global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.hbuttonbox1])); w22.Position = 1; this.vbox1.Add (this.hbox1); global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1])); w23.Position = 4; w23.Expand = false; w23.Fill = false; this.Add (this.vbox1); if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 536; this.DefaultHeight = 344; this.Show (); this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent); this.filechooser1.SelectionChanged += new global::System.EventHandler (this.OnFilechooser1SelectionChanged); this.radioFile.Toggled += new global::System.EventHandler (this.OnRadioFileToggled); this.buttonAbout.Clicked += new global::System.EventHandler (this.OnButtonAboutClicked); this.button3.Clicked += new global::System.EventHandler (this.OnButton3Clicked); this.button2.Clicked += new global::System.EventHandler (this.OnButton2Clicked); }
protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget MonoDevelop.Ide.Projects.ConfirmProjectDeleteDialog this.Name = "MonoDevelop.Ide.Projects.ConfirmProjectDeleteDialog"; this.Title = global::MonoDevelop.Core.GettextCatalog.GetString ("Delete Project"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); this.Modal = true; // Internal child MonoDevelop.Ide.Projects.ConfirmProjectDeleteDialog.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)(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::MonoDevelop.Core.GettextCatalog.GetString ("Please select which files and folders you want to delete:"); this.vbox2.Add (this.label1); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.radioDeleteAll = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("Delete the project file and the whole project directory:")); this.radioDeleteAll.CanFocus = true; this.radioDeleteAll.Name = "radioDeleteAll"; this.radioDeleteAll.Active = true; this.radioDeleteAll.DrawIndicator = true; this.radioDeleteAll.UseUnderline = true; this.radioDeleteAll.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.vbox2.Add (this.radioDeleteAll); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.radioDeleteAll])); w3.Position = 1; w3.Expand = false; w3.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F); this.alignment1.Name = "alignment1"; this.alignment1.LeftPadding = ((uint)(30)); // Container child alignment1.Gtk.Container+ContainerChild this.labelProjectDir = new global::Gtk.Label (); this.labelProjectDir.Name = "labelProjectDir"; this.labelProjectDir.Xalign = 0F; this.labelProjectDir.LabelProp = "label2"; this.alignment1.Add (this.labelProjectDir); this.vbox2.Add (this.alignment1); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment1])); w5.Position = 2; w5.Expand = false; w5.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.radioDeleteSel = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("Delete the following files and folders:")); this.radioDeleteSel.CanFocus = true; this.radioDeleteSel.Name = "radioDeleteSel"; this.radioDeleteSel.DrawIndicator = true; this.radioDeleteSel.UseUnderline = true; this.radioDeleteSel.Group = this.radioDeleteAll.Group; this.vbox2.Add (this.radioDeleteSel); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.radioDeleteSel])); w6.Position = 3; w6.Expand = false; w6.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.alignment2 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F); this.alignment2.Name = "alignment2"; this.alignment2.LeftPadding = ((uint)(30)); // Container child alignment2.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.fileList = new global::Gtk.TreeView (); this.fileList.CanFocus = true; this.fileList.Name = "fileList"; this.fileList.HeadersVisible = false; this.GtkScrolledWindow.Add (this.fileList); this.alignment2.Add (this.GtkScrolledWindow); this.vbox2.Add (this.alignment2); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment2])); w9.Position = 4; w1.Add (this.vbox2); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2])); w10.Position = 0; // Internal child MonoDevelop.Ide.Projects.ConfirmProjectDeleteDialog.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.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 w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonCancel])); w12.Expand = false; w12.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-delete"; this.AddActionWidget (this.buttonOk, -5); global::Gtk.ButtonBox.ButtonBoxChild w13 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonOk])); w13.Position = 1; w13.Expand = false; w13.Fill = false; if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 512; this.DefaultHeight = 387; this.Hide (); this.radioDeleteAll.Toggled += new global::System.EventHandler (this.OnRadioDeleteAllToggled); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MonoDevelop.Gettext.TranslationProjectOptionsDialog this.Name = "MonoDevelop.Gettext.TranslationProjectOptionsDialog"; this.Title = global::Mono.Unix.Catalog.GetString("Translation Options"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); this.BorderWidth = ((uint)(6)); // Internal child MonoDevelop.Gettext.TranslationProjectOptionsDialog.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog1_VBox.Gtk.Box+BoxChild this.notebook1 = new global::Gtk.Notebook(); this.notebook1.CanFocus = true; this.notebook1.Name = "notebook1"; this.notebook1.CurrentPage = 1; this.notebook1.BorderWidth = ((uint)(6)); // Container child notebook1.Gtk.Notebook+NotebookChild this.vbox2 = new global::Gtk.VBox(); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; this.vbox2.BorderWidth = ((uint)(6)); // Container child vbox2.Gtk.Box+BoxChild this.hbox4 = new global::Gtk.HBox(); this.hbox4.Name = "hbox4"; this.hbox4.Spacing = 6; // Container child hbox4.Gtk.Box+BoxChild this.label3 = new global::Gtk.Label(); this.label3.Name = "label3"; this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("_Package name:"); this.label3.UseUnderline = true; this.hbox4.Add(this.label3); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label3])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child hbox4.Gtk.Box+BoxChild this.entryPackageName = new global::Gtk.Entry(); this.entryPackageName.CanFocus = true; this.entryPackageName.Name = "entryPackageName"; this.entryPackageName.IsEditable = true; this.entryPackageName.InvisibleChar = '●'; this.hbox4.Add(this.entryPackageName); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.entryPackageName])); w3.Position = 1; this.vbox2.Add(this.hbox4); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox4])); w4.Position = 0; w4.Expand = false; w4.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.frame1 = new global::Gtk.Frame(); this.frame1.Name = "frame1"; this.frame1.ShadowType = ((global::Gtk.ShadowType)(0)); // Container child frame1.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.table1 = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false); this.table1.Name = "table1"; this.table1.RowSpacing = ((uint)(6)); this.table1.ColumnSpacing = ((uint)(6)); // Container child table1.Gtk.Table+TableChild this.entryRelPath = new global::Gtk.Entry(); this.entryRelPath.CanFocus = true; this.entryRelPath.Name = "entryRelPath"; this.entryRelPath.IsEditable = true; this.entryRelPath.InvisibleChar = '●'; this.table1.Add(this.entryRelPath); global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryRelPath])); w5.LeftAttach = ((uint)(1)); w5.RightAttach = ((uint)(2)); w5.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.folderentrySystemPath = new global::MonoDevelop.Components.FolderEntry(); this.folderentrySystemPath.Name = "folderentrySystemPath"; this.table1.Add(this.folderentrySystemPath); global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.folderentrySystemPath])); w6.TopAttach = ((uint)(1)); w6.BottomAttach = ((uint)(2)); w6.LeftAttach = ((uint)(1)); w6.RightAttach = ((uint)(2)); w6.XOptions = ((global::Gtk.AttachOptions)(4)); w6.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.radiobuttonRelPath = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("_Relative to output path:")); this.radiobuttonRelPath.CanFocus = true; this.radiobuttonRelPath.Name = "radiobuttonRelPath"; this.radiobuttonRelPath.DrawIndicator = true; this.radiobuttonRelPath.UseUnderline = true; this.radiobuttonRelPath.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.table1.Add(this.radiobuttonRelPath); global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.radiobuttonRelPath])); w7.XOptions = ((global::Gtk.AttachOptions)(4)); w7.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.radiobuttonSystemPath = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("_System path:")); this.radiobuttonSystemPath.CanFocus = true; this.radiobuttonSystemPath.Name = "radiobuttonSystemPath"; this.radiobuttonSystemPath.DrawIndicator = true; this.radiobuttonSystemPath.UseUnderline = true; this.radiobuttonSystemPath.Group = this.radiobuttonRelPath.Group; this.table1.Add(this.radiobuttonSystemPath); global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.radiobuttonSystemPath])); w8.TopAttach = ((uint)(1)); w8.BottomAttach = ((uint)(2)); w8.XOptions = ((global::Gtk.AttachOptions)(4)); w8.YOptions = ((global::Gtk.AttachOptions)(4)); this.GtkAlignment2.Add(this.table1); this.frame1.Add(this.GtkAlignment2); this.GtkLabel4 = new global::Gtk.Label(); this.GtkLabel4.Name = "GtkLabel4"; this.GtkLabel4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Output</b>"); this.GtkLabel4.UseMarkup = true; this.frame1.LabelWidget = this.GtkLabel4; this.vbox2.Add(this.frame1); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame1])); w11.Position = 1; w11.Expand = false; w11.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.frame2 = new global::Gtk.Frame(); this.frame2.Name = "frame2"; this.frame2.ShadowType = ((global::Gtk.ShadowType)(0)); // Container child frame2.Gtk.Container+ContainerChild this.GtkAlignment3 = new global::Gtk.Alignment(0F, 0F, 1F, 1F); this.GtkAlignment3.Name = "GtkAlignment3"; this.GtkAlignment3.LeftPadding = ((uint)(12)); // Container child GtkAlignment3.Gtk.Container+ContainerChild this.vbox4 = new global::Gtk.VBox(); this.vbox4.Name = "vbox4"; this.vbox4.Spacing = 6; // Container child vbox4.Gtk.Box+BoxChild this.label4 = new global::Gtk.Label(); this.label4.Name = "label4"; this.label4.Xalign = 0F; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("The catalog initialization string should look like:"); this.vbox4.Add(this.label4); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label4])); w12.Position = 0; w12.Expand = false; w12.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.frame3 = new global::Gtk.Frame(); this.frame3.Name = "frame3"; this.frame3.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child frame3.Gtk.Container+ContainerChild this.GtkAlignment4 = new global::Gtk.Alignment(0F, 0F, 1F, 1F); this.GtkAlignment4.Name = "GtkAlignment4"; this.GtkAlignment4.LeftPadding = ((uint)(12)); // Container child GtkAlignment4.Gtk.Container+ContainerChild this.labelInitString = new global::Gtk.Label(); this.labelInitString.Name = "labelInitString"; this.labelInitString.Xalign = 0F; this.labelInitString.LabelProp = "Mono.Unix.Catalog.Init (\"i18n\", \"./locale\");"; this.GtkAlignment4.Add(this.labelInitString); this.frame3.Add(this.GtkAlignment4); this.vbox4.Add(this.frame3); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.frame3])); w15.Position = 1; w15.Expand = false; w15.Fill = false; this.GtkAlignment3.Add(this.vbox4); this.frame2.Add(this.GtkAlignment3); this.GtkLabel6 = new global::Gtk.Label(); this.GtkLabel6.Name = "GtkLabel6"; this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Init String</b>"); this.GtkLabel6.UseMarkup = true; this.frame2.LabelWidget = this.GtkLabel6; this.vbox2.Add(this.frame2); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame2])); w18.Position = 2; w18.Expand = false; w18.Fill = false; this.notebook1.Add(this.vbox2); // Notebook tab this.label1 = new global::Gtk.Label(); this.label1.Name = "label1"; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Settings"); this.notebook1.SetTabLabel(this.vbox2, this.label1); this.label1.ShowAll(); // Container child notebook1.Gtk.Notebook+NotebookChild this.scrolledwindow1 = new global::Gtk.ScrolledWindow(); this.scrolledwindow1.CanFocus = true; this.scrolledwindow1.Name = "scrolledwindow1"; this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1)); this.scrolledwindow1.BorderWidth = ((uint)(6)); // Container child scrolledwindow1.Gtk.Container+ContainerChild this.treeviewProjectList = new global::Gtk.TreeView(); this.treeviewProjectList.CanFocus = true; this.treeviewProjectList.Name = "treeviewProjectList"; this.scrolledwindow1.Add(this.treeviewProjectList); this.notebook1.Add(this.scrolledwindow1); global::Gtk.Notebook.NotebookChild w21 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.scrolledwindow1])); w21.Position = 1; // Notebook tab this.label2 = new global::Gtk.Label(); this.label2.Name = "label2"; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Include in Projects"); this.notebook1.SetTabLabel(this.scrolledwindow1, this.label2); this.label2.ShowAll(); w1.Add(this.notebook1); global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(w1 [this.notebook1])); w22.Position = 0; // Container child dialog1_VBox.Gtk.Box+BoxChild this.hseparator1 = new global::Gtk.HSeparator(); this.hseparator1.Name = "hseparator1"; w1.Add(this.hseparator1); global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(w1 [this.hseparator1])); w23.PackType = ((global::Gtk.PackType)(1)); w23.Position = 2; w23.Expand = false; w23.Fill = false; // Internal child MonoDevelop.Gettext.TranslationProjectOptionsDialog.ActionArea global::Gtk.HButtonBox w24 = this.ActionArea; w24.Name = "dialog1_ActionArea"; w24.Spacing = 6; w24.BorderWidth = ((uint)(5)); w24.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 w25 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w24 [this.buttonCancel])); w25.Expand = false; w25.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 w26 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w24 [this.buttonOk])); w26.Position = 1; w26.Expand = false; w26.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 519; this.DefaultHeight = 426; this.folderentrySystemPath.Hide(); this.Hide(); }
protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget MonoDevelop.NUnit.NUnitOptionsWidget global::Stetic.BinContainer.Attach (this); this.Name = "MonoDevelop.NUnit.NUnitOptionsWidget"; // Container child MonoDevelop.NUnit.NUnitOptionsWidget.Gtk.Container+ContainerChild this.vbox1 = new global::Gtk.VBox (); this.vbox1.Name = "vbox1"; this.vbox1.Spacing = 6; // Container child vbox1.Gtk.Box+BoxChild this.useParentCheck = new global::Gtk.CheckButton (); this.useParentCheck.Name = "useParentCheck"; this.useParentCheck.Label = global::Mono.Unix.Catalog.GetString ("Use parent test settings"); this.useParentCheck.DrawIndicator = true; this.useParentCheck.UseUnderline = true; this.vbox1.Add (this.useParentCheck); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.useParentCheck])); w1.Position = 0; w1.Expand = false; w1.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hseparator1 = new global::Gtk.HSeparator (); this.hseparator1.Name = "hseparator1"; this.vbox1.Add (this.hseparator1); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hseparator1])); w2.Position = 1; w2.Expand = false; w2.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.vbox3 = new global::Gtk.VBox (); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; // Container child vbox3.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 ("The following filter will be applied when running the tests:"); this.vbox3.Add (this.label1); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.label1])); w3.Position = 0; w3.Expand = false; w3.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hbox2 = new global::Gtk.HBox (); this.hbox2.Name = "hbox2"; // Container child hbox2.Gtk.Box+BoxChild this.label2 = new global::Gtk.Label (); this.label2.WidthRequest = 18; this.label2.Name = "label2"; this.hbox2.Add (this.label2); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label2])); w4.Position = 0; w4.Expand = false; w4.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.noFilterRadio = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Don't apply any filter")); this.noFilterRadio.Name = "noFilterRadio"; this.noFilterRadio.Active = true; this.noFilterRadio.DrawIndicator = true; this.noFilterRadio.UseUnderline = true; this.noFilterRadio.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.vbox4.Add (this.noFilterRadio); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.noFilterRadio])); w5.Position = 0; w5.Expand = false; w5.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.includeRadio = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Include the following categories")); this.includeRadio.Name = "includeRadio"; this.includeRadio.DrawIndicator = true; this.includeRadio.UseUnderline = true; this.includeRadio.Group = this.noFilterRadio.Group; this.vbox4.Add (this.includeRadio); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.includeRadio])); w6.Position = 1; w6.Expand = false; w6.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.excludeRadio = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Exclude the following categories")); this.excludeRadio.Name = "excludeRadio"; this.excludeRadio.DrawIndicator = true; this.excludeRadio.UseUnderline = true; this.excludeRadio.Group = this.noFilterRadio.Group; this.vbox4.Add (this.excludeRadio); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.excludeRadio])); w7.Position = 2; w7.Expand = false; w7.Fill = false; this.hbox2.Add (this.vbox4); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox4])); w8.Position = 1; this.vbox3.Add (this.hbox2); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox2])); w9.Position = 1; this.vbox1.Add (this.vbox3); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.vbox3])); w10.Position = 2; w10.Expand = false; w10.Fill = false; // Container child vbox1.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 ("Categories:"); this.vbox1.Add (this.label3); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label3])); w11.Position = 3; w11.Expand = false; w11.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.label4 = new global::Gtk.Label (); this.label4.WidthRequest = 18; this.label4.Name = "label4"; this.hbox1.Add (this.label4); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label4])); w12.Position = 0; w12.Expand = false; w12.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.scrolledwindow1 = new global::Gtk.ScrolledWindow (); this.scrolledwindow1.Name = "scrolledwindow1"; this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child scrolledwindow1.Gtk.Container+ContainerChild this.categoryTree = new global::Gtk.TreeView (); this.categoryTree.Name = "categoryTree"; this.scrolledwindow1.Add (this.categoryTree); this.hbox1.Add (this.scrolledwindow1); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.scrolledwindow1])); w14.Position = 1; // 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.addButton = new global::Gtk.Button (); this.addButton.Name = "addButton"; this.addButton.UseStock = true; this.addButton.UseUnderline = true; this.addButton.Label = "gtk-add"; this.vbox2.Add (this.addButton); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.addButton])); w15.Position = 0; w15.Expand = false; w15.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.removeButton = new global::Gtk.Button (); this.removeButton.Name = "removeButton"; this.removeButton.UseStock = true; this.removeButton.UseUnderline = true; this.removeButton.Label = "gtk-remove"; this.vbox2.Add (this.removeButton); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.removeButton])); w16.Position = 1; w16.Expand = false; w16.Fill = false; this.hbox1.Add (this.vbox2); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox2])); w17.Position = 2; w17.Expand = false; w17.Fill = false; this.vbox1.Add (this.hbox1); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1])); w18.Position = 4; this.Add (this.vbox1); if ((this.Child != null)) { this.Child.ShowAll (); } this.Show (); }
protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget BlinkStick.EditNotificationForm this.Name = "BlinkStick.EditNotificationForm"; this.Title = global::Mono.Unix.Catalog.GetString ("Notifications Settings"); this.WindowPosition = ((global::Gtk.WindowPosition)(1)); this.Modal = true; this.Resizable = false; this.AllowGrow = false; this.SkipPagerHint = true; this.SkipTaskbarHint = true; // Internal child BlinkStick.EditNotificationForm.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog1_VBox.Gtk.Box+BoxChild this.notebook1 = new global::Gtk.Notebook (); this.notebook1.CanFocus = true; this.notebook1.Name = "notebook1"; this.notebook1.CurrentPage = 0; // Container child notebook1.Gtk.Notebook+NotebookChild this.tableControls = new global::Gtk.Table (((uint)(8)), ((uint)(2)), false); this.tableControls.Name = "tableControls"; this.tableControls.RowSpacing = ((uint)(6)); this.tableControls.ColumnSpacing = ((uint)(6)); this.tableControls.BorderWidth = ((uint)(12)); // Container child tableControls.Gtk.Table+TableChild this.checkbuttonEnabled = new global::Gtk.CheckButton (); this.checkbuttonEnabled.CanFocus = true; this.checkbuttonEnabled.Name = "checkbuttonEnabled"; this.checkbuttonEnabled.Label = global::Mono.Unix.Catalog.GetString ("Enabled"); this.checkbuttonEnabled.DrawIndicator = true; this.checkbuttonEnabled.UseUnderline = true; this.tableControls.Add (this.checkbuttonEnabled); global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.tableControls [this.checkbuttonEnabled])); w2.LeftAttach = ((uint)(1)); w2.RightAttach = ((uint)(2)); w2.XOptions = ((global::Gtk.AttachOptions)(4)); w2.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableControls.Gtk.Table+TableChild this.comboboxBlinkSpeed = global::Gtk.ComboBox.NewText (); this.comboboxBlinkSpeed.AppendText (global::Mono.Unix.Catalog.GetString ("Very Very Fast")); this.comboboxBlinkSpeed.AppendText (global::Mono.Unix.Catalog.GetString ("Very Fast")); this.comboboxBlinkSpeed.AppendText (global::Mono.Unix.Catalog.GetString ("Fast")); this.comboboxBlinkSpeed.AppendText (global::Mono.Unix.Catalog.GetString ("Normal")); this.comboboxBlinkSpeed.AppendText (global::Mono.Unix.Catalog.GetString ("Slow")); this.comboboxBlinkSpeed.AppendText (global::Mono.Unix.Catalog.GetString ("Very Slow")); this.comboboxBlinkSpeed.Name = "comboboxBlinkSpeed"; this.tableControls.Add (this.comboboxBlinkSpeed); global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.tableControls [this.comboboxBlinkSpeed])); w3.TopAttach = ((uint)(4)); w3.BottomAttach = ((uint)(5)); w3.LeftAttach = ((uint)(1)); w3.RightAttach = ((uint)(2)); w3.XOptions = ((global::Gtk.AttachOptions)(4)); w3.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableControls.Gtk.Table+TableChild this.comboboxDevices = global::Gtk.ComboBox.NewText (); this.comboboxDevices.Name = "comboboxDevices"; this.tableControls.Add (this.comboboxDevices); global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.tableControls [this.comboboxDevices])); w4.TopAttach = ((uint)(2)); w4.BottomAttach = ((uint)(3)); w4.LeftAttach = ((uint)(1)); w4.RightAttach = ((uint)(2)); w4.XOptions = ((global::Gtk.AttachOptions)(4)); w4.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableControls.Gtk.Table+TableChild this.comboboxPriority = global::Gtk.ComboBox.NewText (); this.comboboxPriority.AppendText (global::Mono.Unix.Catalog.GetString ("Low")); this.comboboxPriority.AppendText (global::Mono.Unix.Catalog.GetString ("Normal")); this.comboboxPriority.AppendText (global::Mono.Unix.Catalog.GetString ("High")); this.comboboxPriority.Name = "comboboxPriority"; this.tableControls.Add (this.comboboxPriority); global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.tableControls [this.comboboxPriority])); w5.TopAttach = ((uint)(5)); w5.BottomAttach = ((uint)(6)); w5.LeftAttach = ((uint)(1)); w5.RightAttach = ((uint)(2)); w5.XOptions = ((global::Gtk.AttachOptions)(4)); w5.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableControls.Gtk.Table+TableChild this.entryName = new global::Gtk.Entry (); this.entryName.CanFocus = true; this.entryName.Name = "entryName"; this.entryName.IsEditable = true; this.entryName.InvisibleChar = '●'; this.tableControls.Add (this.entryName); global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.tableControls [this.entryName])); w6.TopAttach = ((uint)(1)); w6.BottomAttach = ((uint)(2)); w6.LeftAttach = ((uint)(1)); w6.RightAttach = ((uint)(2)); w6.XOptions = ((global::Gtk.AttachOptions)(4)); w6.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableControls.Gtk.Table+TableChild this.hbox1 = new global::Gtk.HBox (); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; // Container child hbox1.Gtk.Box+BoxChild this.colorbuttonColor = new global::Gtk.ColorButton (); this.colorbuttonColor.CanFocus = true; this.colorbuttonColor.Events = ((global::Gdk.EventMask)(784)); this.colorbuttonColor.Name = "colorbuttonColor"; this.colorbuttonColor.Xalign = 1F; this.hbox1.Add (this.colorbuttonColor); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.colorbuttonColor])); w7.Position = 0; w7.Expand = false; w7.Fill = false; this.tableControls.Add (this.hbox1); global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableControls [this.hbox1])); w8.TopAttach = ((uint)(3)); w8.BottomAttach = ((uint)(4)); w8.LeftAttach = ((uint)(1)); w8.RightAttach = ((uint)(2)); w8.XOptions = ((global::Gtk.AttachOptions)(4)); w8.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableControls.Gtk.Table+TableChild this.hbox2 = new global::Gtk.HBox (); this.hbox2.Name = "hbox2"; this.hbox2.Spacing = 6; // Container child hbox2.Gtk.Box+BoxChild this.spinbuttonBlinkCount = new global::Gtk.SpinButton (1D, 10D, 1D); this.spinbuttonBlinkCount.CanFocus = true; this.spinbuttonBlinkCount.Name = "spinbuttonBlinkCount"; this.spinbuttonBlinkCount.Adjustment.PageIncrement = 2D; this.spinbuttonBlinkCount.ClimbRate = 1D; this.spinbuttonBlinkCount.Numeric = true; this.spinbuttonBlinkCount.Value = 1D; this.hbox2.Add (this.spinbuttonBlinkCount); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.spinbuttonBlinkCount])); w9.Position = 0; w9.Expand = false; w9.Fill = false; this.tableControls.Add (this.hbox2); global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.tableControls [this.hbox2])); w10.TopAttach = ((uint)(6)); w10.BottomAttach = ((uint)(7)); w10.LeftAttach = ((uint)(1)); w10.RightAttach = ((uint)(2)); w10.XOptions = ((global::Gtk.AttachOptions)(4)); w10.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableControls.Gtk.Table+TableChild this.label1 = new global::Gtk.Label (); this.label1.Name = "label1"; this.label1.Ypad = 3; this.label1.Xalign = 0F; this.label1.Yalign = 0F; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Blink Type:"); this.tableControls.Add (this.label1); global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.tableControls [this.label1])); w11.TopAttach = ((uint)(7)); w11.BottomAttach = ((uint)(8)); w11.XOptions = ((global::Gtk.AttachOptions)(4)); w11.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableControls.Gtk.Table+TableChild this.label2 = new global::Gtk.Label (); this.label2.Name = "label2"; this.label2.Xalign = 0F; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Number of Blinks:"); this.tableControls.Add (this.label2); global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.tableControls [this.label2])); w12.TopAttach = ((uint)(6)); w12.BottomAttach = ((uint)(7)); w12.XOptions = ((global::Gtk.AttachOptions)(4)); w12.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableControls.Gtk.Table+TableChild this.label4 = new global::Gtk.Label (); this.label4.Name = "label4"; this.label4.Xalign = 0F; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Device:"); this.tableControls.Add (this.label4); global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.tableControls [this.label4])); w13.TopAttach = ((uint)(2)); w13.BottomAttach = ((uint)(3)); w13.XOptions = ((global::Gtk.AttachOptions)(4)); w13.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableControls.Gtk.Table+TableChild this.labelBlinkSPeed = new global::Gtk.Label (); this.labelBlinkSPeed.Name = "labelBlinkSPeed"; this.labelBlinkSPeed.Xalign = 0F; this.labelBlinkSPeed.LabelProp = global::Mono.Unix.Catalog.GetString ("Blink Speed:"); this.tableControls.Add (this.labelBlinkSPeed); global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.tableControls [this.labelBlinkSPeed])); w14.TopAttach = ((uint)(4)); w14.BottomAttach = ((uint)(5)); w14.XOptions = ((global::Gtk.AttachOptions)(4)); w14.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableControls.Gtk.Table+TableChild this.labelColor = new global::Gtk.Label (); this.labelColor.Name = "labelColor"; this.labelColor.Xalign = 0F; this.labelColor.LabelProp = global::Mono.Unix.Catalog.GetString ("Color:"); this.tableControls.Add (this.labelColor); global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.tableControls [this.labelColor])); w15.TopAttach = ((uint)(3)); w15.BottomAttach = ((uint)(4)); w15.XOptions = ((global::Gtk.AttachOptions)(4)); w15.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableControls.Gtk.Table+TableChild this.labelName = new global::Gtk.Label (); this.labelName.Name = "labelName"; this.labelName.Xalign = 0F; this.labelName.LabelProp = global::Mono.Unix.Catalog.GetString ("Event Name:"); this.tableControls.Add (this.labelName); global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.tableControls [this.labelName])); w16.TopAttach = ((uint)(1)); w16.BottomAttach = ((uint)(2)); w16.XOptions = ((global::Gtk.AttachOptions)(4)); w16.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableControls.Gtk.Table+TableChild this.labelPriority = new global::Gtk.Label (); this.labelPriority.Name = "labelPriority"; this.labelPriority.Xalign = 0F; this.labelPriority.LabelProp = global::Mono.Unix.Catalog.GetString ("Priority:"); this.tableControls.Add (this.labelPriority); global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.tableControls [this.labelPriority])); w17.TopAttach = ((uint)(5)); w17.BottomAttach = ((uint)(6)); w17.XOptions = ((global::Gtk.AttachOptions)(4)); w17.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableControls.Gtk.Table+TableChild this.vbox2 = new global::Gtk.VBox (); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; // Container child vbox2.Gtk.Box+BoxChild this.radiobuttonBlink = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Blink")); this.radiobuttonBlink.CanFocus = true; this.radiobuttonBlink.Name = "radiobuttonBlink"; this.radiobuttonBlink.DrawIndicator = true; this.radiobuttonBlink.UseUnderline = true; this.radiobuttonBlink.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.vbox2.Add (this.radiobuttonBlink); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.radiobuttonBlink])); w18.Position = 0; w18.Expand = false; w18.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.radiobuttonPulse = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Pulse")); this.radiobuttonPulse.CanFocus = true; this.radiobuttonPulse.Name = "radiobuttonPulse"; this.radiobuttonPulse.DrawIndicator = true; this.radiobuttonPulse.UseUnderline = true; this.radiobuttonPulse.Group = this.radiobuttonBlink.Group; this.vbox2.Add (this.radiobuttonPulse); global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.radiobuttonPulse])); w19.Position = 1; w19.Expand = false; w19.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.radiobuttonMorph = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Morph")); this.radiobuttonMorph.CanFocus = true; this.radiobuttonMorph.Name = "radiobuttonMorph"; this.radiobuttonMorph.DrawIndicator = true; this.radiobuttonMorph.UseUnderline = true; this.radiobuttonMorph.Group = this.radiobuttonBlink.Group; this.vbox2.Add (this.radiobuttonMorph); global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.radiobuttonMorph])); w20.Position = 2; w20.Expand = false; w20.Fill = false; this.tableControls.Add (this.vbox2); global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.tableControls [this.vbox2])); w21.TopAttach = ((uint)(7)); w21.BottomAttach = ((uint)(8)); w21.LeftAttach = ((uint)(1)); w21.RightAttach = ((uint)(2)); w21.XOptions = ((global::Gtk.AttachOptions)(4)); w21.YOptions = ((global::Gtk.AttachOptions)(4)); this.notebook1.Add (this.tableControls); // Notebook tab this.label3 = new global::Gtk.Label (); this.label3.Name = "label3"; this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("General"); this.notebook1.SetTabLabel (this.tableControls, this.label3); this.label3.ShowAll (); w1.Add (this.notebook1); global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(w1 [this.notebook1])); w23.Position = 0; w23.Expand = false; w23.Fill = false; // Internal child BlinkStick.EditNotificationForm.ActionArea global::Gtk.HButtonBox w24 = this.ActionArea; w24.Name = "dialog1_ActionArea"; w24.Spacing = 10; w24.BorderWidth = ((uint)(5)); w24.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4)); // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.buttonTest = new global::Gtk.Button (); this.buttonTest.CanFocus = true; this.buttonTest.Name = "buttonTest"; this.buttonTest.UseUnderline = true; this.buttonTest.Label = global::Mono.Unix.Catalog.GetString ("Test"); this.AddActionWidget (this.buttonTest, -10); global::Gtk.ButtonBox.ButtonBoxChild w25 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w24 [this.buttonTest])); w25.Expand = false; w25.Fill = false; // 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 w26 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w24 [this.buttonCancel])); w26.Position = 1; w26.Expand = false; w26.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 w27 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w24 [this.buttonOk])); w27.Position = 2; w27.Expand = false; w27.Fill = false; if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 352; this.DefaultHeight = 430; this.Show (); }
protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget MonoDevelop.Deployment.Gui.DeployDialog this.Events = ((global::Gdk.EventMask)(256)); this.Name = "MonoDevelop.Deployment.Gui.DeployDialog"; this.Title = global::Mono.Unix.Catalog.GetString ("Create Package"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Internal child MonoDevelop.Deployment.Gui.DeployDialog.VBox global::Gtk.VBox w1 = this.VBox; w1.Events = ((global::Gdk.EventMask)(256)); w1.Name = "dialog_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog_VBox.Gtk.Box+BoxChild this.hbox1 = new global::Gtk.HBox (); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; this.hbox1.BorderWidth = ((uint)(6)); // Container child hbox1.Gtk.Box+BoxChild this.vbox2 = new global::Gtk.VBox (); this.vbox2.Name = "vbox2"; // Container child vbox2.Gtk.Box+BoxChild this.image2 = new global::Gtk.Image (); this.image2.Name = "image2"; this.image2.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("package-x-generic.png"); this.vbox2.Add (this.image2); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.image2])); w2.Position = 0; w2.Expand = false; w2.Fill = false; this.hbox1.Add (this.vbox2); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2])); w3.Position = 0; w3.Expand = false; w3.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.notebook = new global::Gtk.Notebook (); this.notebook.CanFocus = true; this.notebook.Name = "notebook"; this.notebook.CurrentPage = 3; this.notebook.ShowBorder = false; this.notebook.BorderWidth = ((uint)(6)); // Container child notebook.Gtk.Notebook+NotebookChild this.vbox3 = new global::Gtk.VBox (); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; // Container child vbox3.Gtk.Box+BoxChild this.labelTitle = new global::Gtk.Label (); this.labelTitle.Name = "labelTitle"; this.labelTitle.Xalign = 0F; this.labelTitle.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b>Package Type</b></big>"); this.labelTitle.UseMarkup = true; this.vbox3.Add (this.labelTitle); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.labelTitle])); w4.Position = 0; w4.Expand = false; w4.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hseparator2 = new global::Gtk.HSeparator (); this.hseparator2.Name = "hseparator2"; this.vbox3.Add (this.hseparator2); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator2])); w5.Position = 1; w5.Expand = false; w5.Fill = false; // Container child vbox3.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 ("Select the type of package to create:"); this.vbox3.Add (this.label1); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label1])); w6.Position = 2; w6.Expand = false; w6.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.scrolledwindow2 = new global::Gtk.ScrolledWindow (); this.scrolledwindow2.CanFocus = true; this.scrolledwindow2.Name = "scrolledwindow2"; this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child scrolledwindow2.Gtk.Container+ContainerChild this.targetsTree = new global::Gtk.TreeView (); this.targetsTree.CanFocus = true; this.targetsTree.Name = "targetsTree"; this.scrolledwindow2.Add (this.targetsTree); this.vbox3.Add (this.scrolledwindow2); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.scrolledwindow2])); w8.Position = 3; this.notebook.Add (this.vbox3); // Notebook tab this.label2 = new global::Gtk.Label (); this.label2.Name = "label2"; this.label2.LabelProp = "page5"; this.notebook.SetTabLabel (this.vbox3, this.label2); this.label2.ShowAll (); // Container child notebook.Gtk.Notebook+NotebookChild this.pageSelectProject = new global::Gtk.VBox (); this.pageSelectProject.Name = "pageSelectProject"; this.pageSelectProject.Spacing = 6; // Container child pageSelectProject.Gtk.Box+BoxChild this.labelTitle1 = new global::Gtk.Label (); this.labelTitle1.Name = "labelTitle1"; this.labelTitle1.Xalign = 0F; this.labelTitle1.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b>Select Project</b></big>"); this.labelTitle1.UseMarkup = true; this.pageSelectProject.Add (this.labelTitle1); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.labelTitle1])); w10.Position = 0; w10.Expand = false; w10.Fill = false; // Container child pageSelectProject.Gtk.Box+BoxChild this.hseparator4 = new global::Gtk.HSeparator (); this.hseparator4.Name = "hseparator4"; this.pageSelectProject.Add (this.hseparator4); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.hseparator4])); w11.Position = 1; w11.Expand = false; w11.Fill = false; // Container child pageSelectProject.Gtk.Box+BoxChild this.label4 = new global::Gtk.Label (); this.label4.Name = "label4"; this.label4.Xalign = 0F; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the project or solution for which you want to create a package:"); this.pageSelectProject.Add (this.label4); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.label4])); w12.Position = 2; w12.Expand = false; w12.Fill = false; // Container child pageSelectProject.Gtk.Box+BoxChild this.entryTree = null; this.pageSelectProject.Add (this.entryTree); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.entryTree])); w13.Position = 3; this.notebook.Add (this.pageSelectProject); global::Gtk.Notebook.NotebookChild w14 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.pageSelectProject])); w14.Position = 1; // Notebook tab this.label3 = new global::Gtk.Label (); this.label3.Name = "label3"; this.label3.LabelProp = "page3"; this.notebook.SetTabLabel (this.pageSelectProject, this.label3); this.label3.ShowAll (); // Container child notebook.Gtk.Notebook+NotebookChild this.vbox4 = new global::Gtk.VBox (); this.vbox4.Name = "vbox4"; this.vbox4.Spacing = 6; // Container child vbox4.Gtk.Box+BoxChild this.label5 = new global::Gtk.Label (); this.label5.Name = "label5"; this.label5.Xalign = 0F; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b>Package Settings</b></big>"); this.label5.UseMarkup = true; this.vbox4.Add (this.label5); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label5])); w15.Position = 0; w15.Expand = false; w15.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.hseparator3 = new global::Gtk.HSeparator (); this.hseparator3.Name = "hseparator3"; this.vbox4.Add (this.hseparator3); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator3])); w16.Position = 1; w16.Expand = false; w16.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.editorBox = new global::Gtk.EventBox (); this.editorBox.Name = "editorBox"; this.vbox4.Add (this.editorBox); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.editorBox])); w17.Position = 2; // Container child vbox4.Gtk.Box+BoxChild this.saveSeparator = new global::Gtk.HSeparator (); this.saveSeparator.Name = "saveSeparator"; this.vbox4.Add (this.saveSeparator); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.saveSeparator])); w18.Position = 3; w18.Expand = false; w18.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.hbox2 = new global::Gtk.HBox (); this.hbox2.Name = "hbox2"; this.hbox2.Spacing = 6; // Container child hbox2.Gtk.Box+BoxChild this.checkSave = new global::Gtk.CheckButton (); this.checkSave.CanFocus = true; this.checkSave.Name = "checkSave"; this.checkSave.Label = global::Mono.Unix.Catalog.GetString ("Save this package configuration in the solution"); this.checkSave.DrawIndicator = true; this.checkSave.UseUnderline = true; this.hbox2.Add (this.checkSave); global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.checkSave])); w19.Position = 0; w19.Expand = false; w19.Fill = false; this.vbox4.Add (this.hbox2); global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2])); w20.Position = 4; w20.Expand = false; w20.Fill = false; this.notebook.Add (this.vbox4); global::Gtk.Notebook.NotebookChild w21 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.vbox4])); w21.Position = 2; // Notebook tab this.label6 = new global::Gtk.Label (); this.label6.Name = "label6"; this.label6.LabelProp = "page2"; this.notebook.SetTabLabel (this.vbox4, this.label6); this.label6.ShowAll (); // Container child notebook.Gtk.Notebook+NotebookChild this.pageSave = new global::Gtk.VBox (); this.pageSave.Name = "pageSave"; this.pageSave.Spacing = 6; // Container child pageSave.Gtk.Box+BoxChild this.label7 = new global::Gtk.Label (); this.label7.Name = "label7"; this.label7.Xalign = 0F; this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b>Save Package Configuration</b></big>"); this.label7.UseMarkup = true; this.pageSave.Add (this.label7); global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.pageSave [this.label7])); w22.Position = 0; w22.Expand = false; w22.Fill = false; // Container child pageSave.Gtk.Box+BoxChild this.hseparator5 = new global::Gtk.HSeparator (); this.hseparator5.Name = "hseparator5"; this.pageSave.Add (this.hseparator5); global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.pageSave [this.hseparator5])); w23.Position = 1; w23.Expand = false; w23.Fill = false; // Container child pageSave.Gtk.Box+BoxChild this.vbox7 = new global::Gtk.VBox (); this.vbox7.Name = "vbox7"; this.vbox7.Spacing = 6; // Container child vbox7.Gtk.Box+BoxChild this.label14 = new global::Gtk.Label (); this.label14.Name = "label14"; this.label14.Xalign = 0F; this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("Enter the name you want to give to this package configuration:"); this.vbox7.Add (this.label14); global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label14])); w24.Position = 0; w24.Expand = false; w24.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.label13 = new global::Gtk.Label (); this.label13.Name = "label13"; this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("Name:"); this.hbox4.Add (this.label13); global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label13])); w25.Position = 0; w25.Expand = false; w25.Fill = false; // Container child hbox4.Gtk.Box+BoxChild this.entrySaveName = new global::Gtk.Entry (); this.entrySaveName.CanFocus = true; this.entrySaveName.Name = "entrySaveName"; this.entrySaveName.IsEditable = true; this.entrySaveName.InvisibleChar = '●'; this.hbox4.Add (this.entrySaveName); global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.entrySaveName])); w26.Position = 1; this.vbox7.Add (this.hbox4); global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox4])); w27.Position = 1; w27.Expand = false; w27.Fill = false; w27.Padding = ((uint)(6)); // Container child vbox7.Gtk.Box+BoxChild this.vboxSaveProject = new global::Gtk.VBox (); this.vboxSaveProject.Name = "vboxSaveProject"; this.vboxSaveProject.Spacing = 6; // Container child vboxSaveProject.Gtk.Box+BoxChild this.hseparator6 = new global::Gtk.HSeparator (); this.hseparator6.Name = "hseparator6"; this.vboxSaveProject.Add (this.hseparator6); global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.hseparator6])); w28.Position = 0; w28.Expand = false; w28.Fill = false; // Container child vboxSaveProject.Gtk.Box+BoxChild this.label15 = new global::Gtk.Label (); this.label15.Name = "label15"; this.label15.Xalign = 0F; this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("Where do you want to save this configuration?"); this.vboxSaveProject.Add (this.label15); global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.label15])); w29.Position = 1; w29.Expand = false; w29.Fill = false; // Container child vboxSaveProject.Gtk.Box+BoxChild this.radioCreateProject = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Save in a new Packaging Project")); this.radioCreateProject.CanFocus = true; this.radioCreateProject.Name = "radioCreateProject"; this.radioCreateProject.Active = true; this.radioCreateProject.DrawIndicator = true; this.radioCreateProject.UseUnderline = true; this.radioCreateProject.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.vboxSaveProject.Add (this.radioCreateProject); global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.radioCreateProject])); w30.Position = 2; w30.Expand = false; w30.Fill = false; // Container child vboxSaveProject.Gtk.Box+BoxChild this.hbox5 = new global::Gtk.HBox (); this.hbox5.Name = "hbox5"; this.hbox5.Spacing = 6; // Container child hbox5.Gtk.Box+BoxChild this.label9 = new global::Gtk.Label (); this.label9.WidthRequest = 24; this.label9.Name = "label9"; this.hbox5.Add (this.label9); global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label9])); w31.Position = 0; w31.Expand = false; w31.Fill = false; // Container child hbox5.Gtk.Box+BoxChild this.tableNewProject = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false); this.tableNewProject.Name = "tableNewProject"; this.tableNewProject.RowSpacing = ((uint)(6)); this.tableNewProject.ColumnSpacing = ((uint)(6)); // Container child tableNewProject.Gtk.Table+TableChild this.comboCreateProject = global::Gtk.ComboBox.NewText (); this.comboCreateProject.Name = "comboCreateProject"; this.tableNewProject.Add (this.comboCreateProject); global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.comboCreateProject])); w32.LeftAttach = ((uint)(1)); w32.RightAttach = ((uint)(2)); w32.XOptions = ((global::Gtk.AttachOptions)(4)); w32.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableNewProject.Gtk.Table+TableChild this.entryProjectName = new global::Gtk.Entry (); this.entryProjectName.CanFocus = true; this.entryProjectName.Name = "entryProjectName"; this.entryProjectName.Text = global::Mono.Unix.Catalog.GetString ("Packages"); this.entryProjectName.IsEditable = true; this.entryProjectName.InvisibleChar = '●'; this.tableNewProject.Add (this.entryProjectName); global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.entryProjectName])); w33.TopAttach = ((uint)(1)); w33.BottomAttach = ((uint)(2)); w33.LeftAttach = ((uint)(1)); w33.RightAttach = ((uint)(2)); w33.XOptions = ((global::Gtk.AttachOptions)(4)); w33.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableNewProject.Gtk.Table+TableChild this.label11 = new global::Gtk.Label (); this.label11.Name = "label11"; this.label11.Xalign = 0F; this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("Project name:"); this.tableNewProject.Add (this.label11); global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.label11])); w34.TopAttach = ((uint)(1)); w34.BottomAttach = ((uint)(2)); w34.XOptions = ((global::Gtk.AttachOptions)(4)); w34.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableNewProject.Gtk.Table+TableChild this.label16 = new global::Gtk.Label (); this.label16.Name = "label16"; this.label16.LabelProp = global::Mono.Unix.Catalog.GetString ("Create in solution:"); this.tableNewProject.Add (this.label16); global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.label16])); w35.XOptions = ((global::Gtk.AttachOptions)(4)); w35.YOptions = ((global::Gtk.AttachOptions)(4)); this.hbox5.Add (this.tableNewProject); global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.tableNewProject])); w36.Position = 1; w36.Expand = false; w36.Fill = false; this.vboxSaveProject.Add (this.hbox5); global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.hbox5])); w37.Position = 3; w37.Expand = false; w37.Fill = false; // Container child vboxSaveProject.Gtk.Box+BoxChild this.radioAddProject = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Add to existing Packaging Project")); this.radioAddProject.CanFocus = true; this.radioAddProject.Name = "radioAddProject"; this.radioAddProject.DrawIndicator = true; this.radioAddProject.UseUnderline = true; this.radioAddProject.Group = this.radioCreateProject.Group; this.vboxSaveProject.Add (this.radioAddProject); global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.radioAddProject])); w38.Position = 4; w38.Expand = false; w38.Fill = false; // Container child vboxSaveProject.Gtk.Box+BoxChild this.boxAddProject = new global::Gtk.HBox (); this.boxAddProject.Name = "boxAddProject"; this.boxAddProject.Spacing = 6; // Container child boxAddProject.Gtk.Box+BoxChild this.label10 = new global::Gtk.Label (); this.label10.WidthRequest = 24; this.label10.Name = "label10"; this.boxAddProject.Add (this.label10); global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.boxAddProject [this.label10])); w39.Position = 0; w39.Expand = false; w39.Fill = false; // Container child boxAddProject.Gtk.Box+BoxChild this.label12 = new global::Gtk.Label (); this.label12.Name = "label12"; this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("Project:"); this.boxAddProject.Add (this.label12); global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.boxAddProject [this.label12])); w40.Position = 1; w40.Expand = false; w40.Fill = false; // Container child boxAddProject.Gtk.Box+BoxChild this.comboSelProject = global::Gtk.ComboBox.NewText (); this.comboSelProject.Name = "comboSelProject"; this.boxAddProject.Add (this.comboSelProject); global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.boxAddProject [this.comboSelProject])); w41.Position = 2; w41.Expand = false; w41.Fill = false; this.vboxSaveProject.Add (this.boxAddProject); global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.boxAddProject])); w42.Position = 5; w42.Expand = false; w42.Fill = false; this.vbox7.Add (this.vboxSaveProject); global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.vboxSaveProject])); w43.Position = 2; w43.Expand = false; w43.Fill = false; this.pageSave.Add (this.vbox7); global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.pageSave [this.vbox7])); w44.Position = 2; w44.Expand = false; w44.Fill = false; this.notebook.Add (this.pageSave); global::Gtk.Notebook.NotebookChild w45 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.pageSave])); w45.Position = 3; // Notebook tab this.label8 = new global::Gtk.Label (); this.label8.Name = "label8"; this.label8.LabelProp = "page4"; this.notebook.SetTabLabel (this.pageSave, this.label8); this.label8.ShowAll (); this.hbox1.Add (this.notebook); global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.notebook])); w46.Position = 1; w1.Add (this.hbox1); global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1])); w47.Position = 0; // Internal child MonoDevelop.Deployment.Gui.DeployDialog.ActionArea global::Gtk.HButtonBox w48 = this.ActionArea; w48.Name = "MonoDevelop.Deployment.DeployDialog_ActionArea"; w48.Spacing = 6; w48.BorderWidth = ((uint)(5)); w48.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4)); // Container child MonoDevelop.Deployment.DeployDialog_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 w49 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48 [this.buttonCancel])); w49.Expand = false; w49.Fill = false; // Container child MonoDevelop.Deployment.DeployDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.buttonBack = new global::Gtk.Button (); this.buttonBack.CanDefault = true; this.buttonBack.CanFocus = true; this.buttonBack.Name = "buttonBack"; this.buttonBack.UseStock = true; this.buttonBack.UseUnderline = true; this.buttonBack.Label = "gtk-go-back"; w48.Add (this.buttonBack); global::Gtk.ButtonBox.ButtonBoxChild w50 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48 [this.buttonBack])); w50.Position = 1; w50.Expand = false; w50.Fill = false; // Container child MonoDevelop.Deployment.DeployDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.buttonNext = new global::Gtk.Button (); this.buttonNext.CanDefault = true; this.buttonNext.CanFocus = true; this.buttonNext.Name = "buttonNext"; this.buttonNext.UseStock = true; this.buttonNext.UseUnderline = true; this.buttonNext.Label = "gtk-go-forward"; w48.Add (this.buttonNext); global::Gtk.ButtonBox.ButtonBoxChild w51 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48 [this.buttonNext])); w51.Position = 2; w51.Expand = false; w51.Fill = false; if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 573; this.DefaultHeight = 433; this.Hide (); this.notebook.SelectPage += new global::Gtk.SelectPageHandler (this.OnNotebookSelectPage); this.checkSave.Clicked += new global::System.EventHandler (this.OnCheckSaveClicked); this.radioCreateProject.Clicked += new global::System.EventHandler (this.OnRadioCreateProjectClicked); this.radioAddProject.Clicked += new global::System.EventHandler (this.OnRadioAddProjectClicked); this.buttonBack.Clicked += new global::System.EventHandler (this.OnButtonBackClicked); this.buttonNext.Clicked += new global::System.EventHandler (this.OnButtonNextClicked); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MonoDevelop.Autotools.GenerateMakefilesDialog this.Name = "MonoDevelop.Autotools.GenerateMakefilesDialog"; this.Title = global::Mono.Unix.Catalog.GetString("Generate Makefiles"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); this.Resizable = false; this.AllowGrow = false; // Internal child MonoDevelop.Autotools.GenerateMakefilesDialog.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 = 12; this.vbox2.BorderWidth = ((uint)(12)); // Container child vbox2.Gtk.Box+BoxChild this.label2 = new global::Gtk.Label(); this.label2.Name = "label2"; this.label2.Xalign = 0F; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Select the kind of Makefile you want to generate:"); this.vbox2.Add(this.label2); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label2])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.vbox3 = new global::Gtk.VBox(); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; // Container child vbox3.Gtk.Box+BoxChild this.rbSimple = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Simple")); this.rbSimple.CanFocus = true; this.rbSimple.Name = "rbSimple"; this.rbSimple.DrawIndicator = true; this.rbSimple.UseUnderline = true; this.rbSimple.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.rbSimple.Remove(this.rbSimple.Child); // Container child rbSimple.Gtk.Container+ContainerChild this.label4 = new global::Gtk.Label(); this.label4.WidthRequest = 550; this.label4.Name = "label4"; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Simple Makefile</b>\nGenerates set of Makefiles with the most common targets, and a configuration script that does a basic check of package dependencies."); this.label4.UseMarkup = true; this.label4.Wrap = true; this.rbSimple.Add(this.label4); this.vbox3.Add(this.rbSimple); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.rbSimple])); w4.Position = 0; w4.Expand = false; w4.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.rbAutotools = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Autotools based")); this.rbAutotools.CanFocus = true; this.rbAutotools.Name = "rbAutotools"; this.rbAutotools.DrawIndicator = true; this.rbAutotools.UseUnderline = true; this.rbAutotools.Group = this.rbSimple.Group; this.rbAutotools.Remove(this.rbAutotools.Child); // Container child rbAutotools.Gtk.Container+ContainerChild this.label5 = new global::Gtk.Label(); this.label5.WidthRequest = 550; this.label5.Name = "label5"; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Autotools based Makefile</b>\nGenerates a Makefile structure based on Autotools, with the standard targets and configuration scripts."); this.label5.UseMarkup = true; this.label5.Wrap = true; this.rbAutotools.Add(this.label5); this.vbox3.Add(this.rbAutotools); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.rbAutotools])); w6.Position = 1; w6.Expand = false; w6.Fill = false; this.vbox2.Add(this.vbox3); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.vbox3])); w7.Position = 1; w7.Expand = false; w7.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 w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator1])); w8.Position = 2; w8.Expand = false; w8.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.label3 = new global::Gtk.Label(); this.label3.WidthRequest = 580; this.label3.Name = "label3"; this.label3.Xalign = 0F; this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Select the configuration that the Makefile will build by default. Other configurations can be selected via the '--config' option of the generated configure script."); this.label3.Wrap = true; this.vbox2.Add(this.label3); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label3])); w9.Position = 3; w9.Expand = false; w9.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.label1 = new global::Gtk.Label(); this.label1.Name = "label1"; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Default configuration:"); this.hbox1.Add(this.label1); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1])); w10.Position = 0; w10.Expand = false; w10.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.comboConfigs = global::Gtk.ComboBox.NewText(); this.comboConfigs.Name = "comboConfigs"; this.hbox1.Add(this.comboConfigs); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboConfigs])); w11.Position = 1; w11.Expand = false; w11.Fill = false; this.vbox2.Add(this.hbox1); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1])); w12.PackType = ((global::Gtk.PackType)(1)); w12.Position = 4; w12.Expand = false; w12.Fill = false; w1.Add(this.vbox2); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2])); w13.Position = 0; w13.Expand = false; w13.Fill = false; // Internal child MonoDevelop.Autotools.GenerateMakefilesDialog.ActionArea global::Gtk.HButtonBox w14 = this.ActionArea; w14.Name = "dialog1_ActionArea"; w14.Spacing = 6; w14.BorderWidth = ((uint)(5)); w14.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 w15 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w14 [this.buttonCancel])); w15.Expand = false; w15.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 w16 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w14 [this.buttonOk])); w16.Position = 1; w16.Expand = false; w16.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 614; this.DefaultHeight = 359; this.Hide(); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget Template.TemplateWindow this.UIManager = new global::Gtk.UIManager(); global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default"); this.FileAction = new global::Gtk.Action("FileAction", global::Mono.Unix.Catalog.GetString("File"), null, null); this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString("File"); w1.Add(this.FileAction, null); this.CloseAction = new global::Gtk.Action("CloseAction", global::Mono.Unix.Catalog.GetString("Close"), null, null); this.CloseAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Close"); w1.Add(this.CloseAction, null); this.HelpAction = new global::Gtk.Action("HelpAction", global::Mono.Unix.Catalog.GetString("Help"), null, null); this.HelpAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Help"); w1.Add(this.HelpAction, null); this.AboutAction = new global::Gtk.Action("AboutAction", global::Mono.Unix.Catalog.GetString("About"), null, null); this.AboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString("About"); w1.Add(this.AboutAction, null); this.SettingsAction = new global::Gtk.Action("SettingsAction", global::Mono.Unix.Catalog.GetString("Settings"), null, null); this.SettingsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Settings"); w1.Add(this.SettingsAction, null); this.WindowStyleAction = new global::Gtk.Action("WindowStyleAction", global::Mono.Unix.Catalog.GetString("Window style"), null, null); this.WindowStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Style"); w1.Add(this.WindowStyleAction, null); this.CustomStyleAction = new global::Gtk.RadioAction("CustomStyleAction", global::Mono.Unix.Catalog.GetString("DGLE"), null, null, 0); this.CustomStyleAction.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.CustomStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("DGLE"); w1.Add(this.CustomStyleAction, null); this.PlatformStyleAction = new global::Gtk.RadioAction("PlatformStyleAction", global::Mono.Unix.Catalog.GetString("Platform"), null, null, 0); this.PlatformStyleAction.Group = this.CustomStyleAction.Group; this.PlatformStyleAction.Sensitive = false; this.PlatformStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Platform"); this.PlatformStyleAction.Visible = false; this.PlatformStyleAction.VisibleHorizontal = false; this.PlatformStyleAction.VisibleVertical = false; this.PlatformStyleAction.VisibleOverflown = false; w1.Add(this.PlatformStyleAction, null); this.DecoratedCustomStyleAction = new global::Gtk.RadioAction("DecoratedCustomStyleAction", global::Mono.Unix.Catalog.GetString("Decorated DGLE"), null, null, 0); this.DecoratedCustomStyleAction.Group = this.PlatformStyleAction.Group; this.DecoratedCustomStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Decorated DGLE"); w1.Add(this.DecoratedCustomStyleAction, null); this.PlatformStyleAction1 = new global::Gtk.RadioAction("PlatformStyleAction1", global::Mono.Unix.Catalog.GetString("Platform"), null, null, 0); this.PlatformStyleAction1.Group = this.PlatformStyleAction.Group; this.PlatformStyleAction1.Sensitive = false; this.PlatformStyleAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Platform"); this.PlatformStyleAction1.Visible = false; w1.Add(this.PlatformStyleAction1, null); this.UIManager.InsertActionGroup(w1, 0); this.AddAccelGroup(this.UIManager.AccelGroup); this.Name = "Template.TemplateWindow"; this.Title = global::Mono.Unix.Catalog.GetString("Young, strong and crazy!"); this.WindowPosition = ((global::Gtk.WindowPosition)(1)); this.Decorated = false; // Container child Template.TemplateWindow.Gtk.Container+ContainerChild this.vbox1 = new global::Gtk.VBox(); this.vbox1.Name = "vbox1"; this.vbox1.Spacing = 6; // Container child vbox1.Gtk.Box+BoxChild this.UIManager.AddUiFromString(@"<ui><menubar name='menubar1'><menu name='FileAction' action='FileAction'><menuitem name='CloseAction' action='CloseAction'/></menu><menu name='SettingsAction' action='SettingsAction'><menu name='WindowStyleAction' action='WindowStyleAction'><menuitem name='CustomStyleAction' action='CustomStyleAction'/><menuitem name='DecoratedCustomStyleAction' action='DecoratedCustomStyleAction'/></menu></menu><menu name='HelpAction' action='HelpAction'><menuitem name='AboutAction' action='AboutAction'/></menu></menubar></ui>"); this.menubar1 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1"))); this.menubar1.Name = "menubar1"; this.vbox1.Add(this.menubar1); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.menubar1])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.table1 = new global::Gtk.Table(((uint)(8)), ((uint)(3)), false); this.table1.Name = "table1"; this.table1.RowSpacing = ((uint)(6)); this.table1.ColumnSpacing = ((uint)(6)); this.table1.BorderWidth = ((uint)(6)); // Container child table1.Gtk.Table+TableChild this.button1 = new global::Gtk.Button(); this.button1.CanFocus = true; this.button1.Name = "button1"; this.button1.UseUnderline = true; this.button1.Label = global::Mono.Unix.Catalog.GetString("GtkButton"); this.table1.Add(this.button1); global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.button1])); w3.TopAttach = ((uint)(1)); w3.BottomAttach = ((uint)(2)); w3.LeftAttach = ((uint)(1)); w3.RightAttach = ((uint)(2)); w3.XOptions = ((global::Gtk.AttachOptions)(4)); w3.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.calendar2 = new global::Gtk.Calendar(); this.calendar2.CanFocus = true; this.calendar2.Name = "calendar2"; this.calendar2.DisplayOptions = ((global::Gtk.CalendarDisplayOptions)(35)); this.table1.Add(this.calendar2); global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.calendar2])); w4.TopAttach = ((uint)(6)); w4.BottomAttach = ((uint)(7)); w4.LeftAttach = ((uint)(1)); w4.RightAttach = ((uint)(2)); w4.XOptions = ((global::Gtk.AttachOptions)(4)); w4.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.combobox1 = global::Gtk.ComboBox.NewText(); this.combobox1.AppendText(global::Mono.Unix.Catalog.GetString ("young")); this.combobox1.AppendText(global::Mono.Unix.Catalog.GetString ("strong")); this.combobox1.AppendText(global::Mono.Unix.Catalog.GetString ("crazy")); this.combobox1.Name = "combobox1"; this.combobox1.Active = 0; this.table1.Add(this.combobox1); global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.combobox1])); w5.TopAttach = ((uint)(3)); w5.BottomAttach = ((uint)(4)); w5.XOptions = ((global::Gtk.AttachOptions)(4)); w5.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.comboboxentry1 = global::Gtk.ComboBoxEntry.NewText(); this.comboboxentry1.AppendText(global::Mono.Unix.Catalog.GetString ("young")); this.comboboxentry1.AppendText(global::Mono.Unix.Catalog.GetString ("strong")); this.comboboxentry1.AppendText(global::Mono.Unix.Catalog.GetString ("crazy")); this.comboboxentry1.Name = "comboboxentry1"; this.comboboxentry1.Active = 0; this.table1.Add(this.comboboxentry1); global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.comboboxentry1])); w6.TopAttach = ((uint)(4)); w6.BottomAttach = ((uint)(5)); w6.XOptions = ((global::Gtk.AttachOptions)(4)); w6.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.entry1 = new global::Gtk.Entry(); this.entry1.CanFocus = true; this.entry1.Name = "entry1"; this.entry1.Text = global::Mono.Unix.Catalog.GetString("Young, strong and crazy!"); this.entry1.IsEditable = true; this.entry1.InvisibleChar = '●'; this.table1.Add(this.entry1); global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.entry1])); w7.TopAttach = ((uint)(1)); w7.BottomAttach = ((uint)(2)); w7.XOptions = ((global::Gtk.AttachOptions)(4)); w7.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.GtkScrolledWindow = new global::Gtk.ScrolledWindow(); this.GtkScrolledWindow.Name = "GtkScrolledWindow"; this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child GtkScrolledWindow.Gtk.Container+ContainerChild this.textview1 = new global::Gtk.TextView(); this.textview1.Buffer.Text = "Young, strong and crazy!"; this.textview1.CanFocus = true; this.textview1.Name = "textview1"; this.GtkScrolledWindow.Add(this.textview1); this.table1.Add(this.GtkScrolledWindow); global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.GtkScrolledWindow])); w9.TopAttach = ((uint)(6)); w9.BottomAttach = ((uint)(7)); w9.XOptions = ((global::Gtk.AttachOptions)(4)); w9.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label1 = new global::Gtk.Label(); this.label1.Name = "label1"; this.label1.Xalign = 0F; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("label1"); this.table1.Add(this.label1); global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.label1])); w10.XOptions = ((global::Gtk.AttachOptions)(4)); w10.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.progressbar1 = new global::Gtk.ProgressBar(); this.progressbar1.Name = "progressbar1"; this.progressbar1.Fraction = 0.5D; this.table1.Add(this.progressbar1); global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.progressbar1])); w11.TopAttach = ((uint)(3)); w11.BottomAttach = ((uint)(4)); w11.LeftAttach = ((uint)(1)); w11.RightAttach = ((uint)(2)); w11.XOptions = ((global::Gtk.AttachOptions)(4)); w11.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.spinbutton1 = new global::Gtk.SpinButton(0D, 100D, 1D); this.spinbutton1.CanFocus = true; this.spinbutton1.Name = "spinbutton1"; this.spinbutton1.Adjustment.PageIncrement = 10D; this.spinbutton1.ClimbRate = 1D; this.spinbutton1.Numeric = true; this.table1.Add(this.spinbutton1); global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.spinbutton1])); w12.TopAttach = ((uint)(2)); w12.BottomAttach = ((uint)(3)); w12.XOptions = ((global::Gtk.AttachOptions)(4)); w12.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.togglebutton1 = new global::Gtk.ToggleButton(); this.togglebutton1.CanFocus = true; this.togglebutton1.Name = "togglebutton1"; this.togglebutton1.UseUnderline = true; this.togglebutton1.Label = global::Mono.Unix.Catalog.GetString("GtkToggleButton"); this.table1.Add(this.togglebutton1); global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.togglebutton1])); w13.TopAttach = ((uint)(2)); w13.BottomAttach = ((uint)(3)); w13.LeftAttach = ((uint)(1)); w13.RightAttach = ((uint)(2)); w13.XOptions = ((global::Gtk.AttachOptions)(4)); w13.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.vbox3 = new global::Gtk.VBox(); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; // Container child vbox3.Gtk.Box+BoxChild this.checkbutton2 = new global::Gtk.CheckButton(); this.checkbutton2.CanFocus = true; this.checkbutton2.Name = "checkbutton2"; this.checkbutton2.Label = global::Mono.Unix.Catalog.GetString("checkbutton2"); this.checkbutton2.DrawIndicator = true; this.checkbutton2.UseUnderline = true; this.vbox3.Add(this.checkbutton2); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.checkbutton2])); w14.Position = 0; w14.Expand = false; w14.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.checkbutton3 = new global::Gtk.CheckButton(); this.checkbutton3.CanFocus = true; this.checkbutton3.Name = "checkbutton3"; this.checkbutton3.Label = global::Mono.Unix.Catalog.GetString("checkbutton3"); this.checkbutton3.DrawIndicator = true; this.checkbutton3.UseUnderline = true; this.vbox3.Add(this.checkbutton3); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.checkbutton3])); w15.Position = 1; w15.Expand = false; w15.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.checkbutton4 = new global::Gtk.CheckButton(); this.checkbutton4.CanFocus = true; this.checkbutton4.Name = "checkbutton4"; this.checkbutton4.Label = global::Mono.Unix.Catalog.GetString("checkbutton4"); this.checkbutton4.DrawIndicator = true; this.checkbutton4.UseUnderline = true; this.vbox3.Add(this.checkbutton4); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.checkbutton4])); w16.Position = 2; w16.Expand = false; w16.Fill = false; this.table1.Add(this.vbox3); global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox3])); w17.TopAttach = ((uint)(5)); w17.BottomAttach = ((uint)(6)); w17.XOptions = ((global::Gtk.AttachOptions)(4)); w17.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.vbox4 = new global::Gtk.VBox(); this.vbox4.Name = "vbox4"; this.vbox4.Spacing = 6; // Container child vbox4.Gtk.Box+BoxChild this.radiobutton1 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString ("radiobutton1")); this.radiobutton1.CanFocus = true; this.radiobutton1.Name = "radiobutton1"; this.radiobutton1.DrawIndicator = true; this.radiobutton1.UseUnderline = true; this.radiobutton1.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.vbox4.Add(this.radiobutton1); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.radiobutton1])); w18.Position = 0; w18.Expand = false; w18.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.radiobutton2 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString ("radiobutton2")); this.radiobutton2.CanFocus = true; this.radiobutton2.Name = "radiobutton2"; this.radiobutton2.DrawIndicator = true; this.radiobutton2.UseUnderline = true; this.radiobutton2.Group = this.radiobutton1.Group; this.vbox4.Add(this.radiobutton2); global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.radiobutton2])); w19.Position = 1; w19.Expand = false; w19.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.radiobutton3 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString ("radiobutton3")); this.radiobutton3.CanFocus = true; this.radiobutton3.Name = "radiobutton3"; this.radiobutton3.DrawIndicator = true; this.radiobutton3.UseUnderline = true; this.radiobutton3.Group = this.radiobutton1.Group; this.vbox4.Add(this.radiobutton3); global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.radiobutton3])); w20.Position = 2; w20.Expand = false; w20.Fill = false; this.table1.Add(this.vbox4); global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox4])); w21.TopAttach = ((uint)(5)); w21.BottomAttach = ((uint)(6)); w21.LeftAttach = ((uint)(1)); w21.RightAttach = ((uint)(2)); w21.XOptions = ((global::Gtk.AttachOptions)(4)); w21.YOptions = ((global::Gtk.AttachOptions)(4)); this.vbox1.Add(this.table1); global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.table1])); w22.Position = 1; // Container child vbox1.Gtk.Box+BoxChild this.statusbar1 = new global::Gtk.Statusbar(); this.statusbar1.Name = "statusbar1"; this.statusbar1.Spacing = 6; this.vbox1.Add(this.statusbar1); global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.statusbar1])); w23.Position = 2; w23.Expand = false; w23.Fill = false; this.Add(this.vbox1); if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 483; this.DefaultHeight = 497; this.Show(); }
protected virtual void Build() { MonoDevelop.Components.Gui.Initialize(this); // Widget MonoDevelop.Deployment.Linux.DotDesktopViewWidget MonoDevelop.Components.BinContainer.Attach(this); this.CanFocus = true; this.Name = "MonoDevelop.Deployment.Linux.DotDesktopViewWidget"; // Container child MonoDevelop.Deployment.Linux.DotDesktopViewWidget.Gtk.Container+ContainerChild this.notebook = new global::Gtk.Notebook(); this.notebook.CanFocus = true; this.notebook.Name = "notebook"; this.notebook.CurrentPage = 0; this.notebook.TabPos = ((global::Gtk.PositionType)(0)); // Container child notebook.Gtk.Notebook+NotebookChild this.scrolledwindow1 = new global::Gtk.ScrolledWindow(); this.scrolledwindow1.CanFocus = true; this.scrolledwindow1.Name = "scrolledwindow1"; // Container child scrolledwindow1.Gtk.Container+ContainerChild global::Gtk.Viewport w1 = new global::Gtk.Viewport(); w1.CanFocus = true; w1.ShadowType = ((global::Gtk.ShadowType)(0)); // Container child GtkViewport.Gtk.Container+ContainerChild this.vbox4 = new global::Gtk.VBox(); this.vbox4.Name = "vbox4"; this.vbox4.Spacing = 12; this.vbox4.BorderWidth = ((uint)(12)); // Container child vbox4.Gtk.Box+BoxChild this.hbox2 = new global::Gtk.HBox(); this.hbox2.Name = "hbox2"; this.hbox2.Spacing = 6; // Container child hbox2.Gtk.Box+BoxChild this.label9 = new global::Gtk.Label(); this.label9.Name = "label9"; this.label9.Xalign = 0F; this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Desktop Entry Type:"); this.hbox2.Add(this.label9); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label9])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child hbox2.Gtk.Box+BoxChild this.comboType = global::Gtk.ComboBox.NewText(); this.comboType.AppendText(global::Mono.Unix.Catalog.GetString("Application")); this.comboType.AppendText(global::Mono.Unix.Catalog.GetString("Link")); this.comboType.AppendText(global::Mono.Unix.Catalog.GetString("Directory")); this.comboType.Name = "comboType"; this.comboType.Active = 0; this.hbox2.Add(this.comboType); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboType])); w3.Position = 1; w3.Expand = false; w3.Fill = false; this.vbox4.Add(this.hbox2); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2])); w4.Position = 0; w4.Expand = false; w4.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.hseparator4 = new global::Gtk.HSeparator(); this.hseparator4.CanFocus = true; this.hseparator4.Name = "hseparator4"; this.vbox4.Add(this.hseparator4); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator4])); w5.Position = 1; w5.Expand = false; w5.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.hbox3 = new global::Gtk.HBox(); this.hbox3.Name = "hbox3"; this.hbox3.Spacing = 6; // Container child hbox3.Gtk.Box+BoxChild this.label1 = new global::Gtk.Label(); this.label1.Name = "label1"; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Show strings for locale:"); this.hbox3.Add(this.label1); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label1])); w6.Position = 0; w6.Expand = false; w6.Fill = false; // Container child hbox3.Gtk.Box+BoxChild this.comboLocales = global::Gtk.ComboBox.NewText(); this.comboLocales.Name = "comboLocales"; this.hbox3.Add(this.comboLocales); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.comboLocales])); w7.Position = 1; w7.Expand = false; w7.Fill = false; // Container child hbox3.Gtk.Box+BoxChild this.buttonNewLocale = new global::Gtk.Button(); this.buttonNewLocale.CanFocus = true; this.buttonNewLocale.Name = "buttonNewLocale"; this.buttonNewLocale.Label = global::Mono.Unix.Catalog.GetString("New locale..."); this.hbox3.Add(this.buttonNewLocale); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.buttonNewLocale])); w8.Position = 2; w8.Expand = false; w8.Fill = false; this.vbox4.Add(this.hbox3); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox3])); w9.Position = 2; w9.Expand = false; w9.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.table6 = new global::Gtk.Table(((uint)(4)), ((uint)(2)), false); this.table6.CanFocus = true; this.table6.Name = "table6"; this.table6.RowSpacing = ((uint)(6)); this.table6.ColumnSpacing = ((uint)(6)); // Container child table6.Gtk.Table+TableChild this.entryComment = new global::Gtk.Entry(); this.entryComment.CanFocus = true; this.entryComment.Name = "entryComment"; this.entryComment.IsEditable = true; this.entryComment.InvisibleChar = '●'; this.table6.Add(this.entryComment); global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table6 [this.entryComment])); w10.TopAttach = ((uint)(2)); w10.BottomAttach = ((uint)(3)); w10.LeftAttach = ((uint)(1)); w10.RightAttach = ((uint)(2)); w10.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table6.Gtk.Table+TableChild this.entryGenericName = new global::Gtk.Entry(); this.entryGenericName.CanFocus = true; this.entryGenericName.Name = "entryGenericName"; this.entryGenericName.IsEditable = true; this.entryGenericName.InvisibleChar = '●'; this.table6.Add(this.entryGenericName); global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table6 [this.entryGenericName])); w11.TopAttach = ((uint)(1)); w11.BottomAttach = ((uint)(2)); w11.LeftAttach = ((uint)(1)); w11.RightAttach = ((uint)(2)); w11.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table6.Gtk.Table+TableChild this.entryIcon = new global::Gtk.Entry(); this.entryIcon.CanFocus = true; this.entryIcon.Name = "entryIcon"; this.entryIcon.IsEditable = true; this.entryIcon.InvisibleChar = '●'; this.table6.Add(this.entryIcon); global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table6 [this.entryIcon])); w12.TopAttach = ((uint)(3)); w12.BottomAttach = ((uint)(4)); w12.LeftAttach = ((uint)(1)); w12.RightAttach = ((uint)(2)); w12.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table6.Gtk.Table+TableChild this.entryName = new global::Gtk.Entry(); this.entryName.CanFocus = true; this.entryName.Name = "entryName"; this.entryName.IsEditable = true; this.entryName.WidthChars = 50; this.entryName.InvisibleChar = '●'; this.table6.Add(this.entryName); global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table6 [this.entryName])); w13.LeftAttach = ((uint)(1)); w13.RightAttach = ((uint)(2)); w13.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table6.Gtk.Table+TableChild this.label10 = new global::Gtk.Label(); this.label10.Name = "label10"; this.label10.Xalign = 0F; this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Icon:"); this.table6.Add(this.label10); global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table6 [this.label10])); w14.TopAttach = ((uint)(3)); w14.BottomAttach = ((uint)(4)); w14.XOptions = ((global::Gtk.AttachOptions)(4)); w14.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table6.Gtk.Table+TableChild this.label11 = new global::Gtk.Label(); this.label11.Name = "label11"; this.label11.Xalign = 0F; this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Generic name:"); this.table6.Add(this.label11); global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table6 [this.label11])); w15.TopAttach = ((uint)(1)); w15.BottomAttach = ((uint)(2)); w15.XOptions = ((global::Gtk.AttachOptions)(4)); w15.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table6.Gtk.Table+TableChild this.label13 = new global::Gtk.Label(); this.label13.Name = "label13"; this.label13.Xalign = 0F; this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Comment:"); this.table6.Add(this.label13); global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table6 [this.label13])); w16.TopAttach = ((uint)(2)); w16.BottomAttach = ((uint)(3)); w16.XOptions = ((global::Gtk.AttachOptions)(4)); w16.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table6.Gtk.Table+TableChild this.label20 = new global::Gtk.Label(); this.label20.Name = "label20"; this.label20.Xalign = 0F; this.label20.LabelProp = global::Mono.Unix.Catalog.GetString("Name:"); this.table6.Add(this.label20); global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table6 [this.label20])); w17.XOptions = ((global::Gtk.AttachOptions)(4)); w17.YOptions = ((global::Gtk.AttachOptions)(4)); this.vbox4.Add(this.table6); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.table6])); w18.Position = 3; w18.Expand = false; w18.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.hseparator2 = new global::Gtk.HSeparator(); this.hseparator2.Name = "hseparator2"; this.vbox4.Add(this.hseparator2); global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator2])); w19.Position = 4; w19.Expand = false; w19.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.tableCommand = new global::Gtk.Table(((uint)(4)), ((uint)(2)), false); this.tableCommand.Name = "tableCommand"; this.tableCommand.RowSpacing = ((uint)(6)); this.tableCommand.ColumnSpacing = ((uint)(6)); // Container child tableCommand.Gtk.Table+TableChild this.checkTerminal = new global::Gtk.CheckButton(); this.checkTerminal.CanFocus = true; this.checkTerminal.Name = "checkTerminal"; this.checkTerminal.Label = global::Mono.Unix.Catalog.GetString("Run in terminal"); this.checkTerminal.DrawIndicator = true; this.tableCommand.Add(this.checkTerminal); global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.tableCommand [this.checkTerminal])); w20.TopAttach = ((uint)(3)); w20.BottomAttach = ((uint)(4)); w20.RightAttach = ((uint)(2)); w20.XOptions = ((global::Gtk.AttachOptions)(4)); w20.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableCommand.Gtk.Table+TableChild this.entryExec = new global::Gtk.Entry(); this.entryExec.CanFocus = true; this.entryExec.Name = "entryExec"; this.entryExec.IsEditable = true; this.entryExec.InvisibleChar = '●'; this.tableCommand.Add(this.entryExec); global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.tableCommand [this.entryExec])); w21.LeftAttach = ((uint)(1)); w21.RightAttach = ((uint)(2)); w21.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableCommand.Gtk.Table+TableChild this.entryPath = new global::Gtk.Entry(); this.entryPath.CanFocus = true; this.entryPath.Name = "entryPath"; this.entryPath.IsEditable = true; this.entryPath.InvisibleChar = '●'; this.tableCommand.Add(this.entryPath); global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.tableCommand [this.entryPath])); w22.TopAttach = ((uint)(2)); w22.BottomAttach = ((uint)(3)); w22.LeftAttach = ((uint)(1)); w22.RightAttach = ((uint)(2)); w22.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableCommand.Gtk.Table+TableChild this.entryTryExec = new global::Gtk.Entry(); this.entryTryExec.CanFocus = true; this.entryTryExec.Name = "entryTryExec"; this.entryTryExec.IsEditable = true; this.entryTryExec.InvisibleChar = '●'; this.tableCommand.Add(this.entryTryExec); global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.tableCommand [this.entryTryExec])); w23.TopAttach = ((uint)(1)); w23.BottomAttach = ((uint)(2)); w23.LeftAttach = ((uint)(1)); w23.RightAttach = ((uint)(2)); w23.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableCommand.Gtk.Table+TableChild this.label14 = new global::Gtk.Label(); this.label14.Name = "label14"; this.label14.Xalign = 0F; this.label14.LabelProp = global::Mono.Unix.Catalog.GetString("Command:"); this.tableCommand.Add(this.label14); global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.tableCommand [this.label14])); w24.XOptions = ((global::Gtk.AttachOptions)(4)); w24.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableCommand.Gtk.Table+TableChild this.label15 = new global::Gtk.Label(); this.label15.Name = "label15"; this.label15.Xalign = 0F; this.label15.LabelProp = global::Mono.Unix.Catalog.GetString("Test exe:"); this.tableCommand.Add(this.label15); global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.tableCommand [this.label15])); w25.TopAttach = ((uint)(1)); w25.BottomAttach = ((uint)(2)); w25.XOptions = ((global::Gtk.AttachOptions)(4)); w25.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableCommand.Gtk.Table+TableChild this.label16 = new global::Gtk.Label(); this.label16.Name = "label16"; this.label16.Xalign = 0F; this.label16.LabelProp = global::Mono.Unix.Catalog.GetString("Working path:"); this.tableCommand.Add(this.label16); global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.tableCommand [this.label16])); w26.TopAttach = ((uint)(2)); w26.BottomAttach = ((uint)(3)); w26.XOptions = ((global::Gtk.AttachOptions)(4)); w26.YOptions = ((global::Gtk.AttachOptions)(4)); this.vbox4.Add(this.tableCommand); global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.tableCommand])); w27.Position = 5; w27.Expand = false; w27.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.boxUrl = new global::Gtk.HBox(); this.boxUrl.Name = "boxUrl"; this.boxUrl.Spacing = 6; // Container child boxUrl.Gtk.Box+BoxChild this.label18 = new global::Gtk.Label(); this.label18.Name = "label18"; this.label18.Xalign = 0F; this.label18.LabelProp = global::Mono.Unix.Catalog.GetString("Url:"); this.boxUrl.Add(this.label18); global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.boxUrl [this.label18])); w28.Position = 0; w28.Expand = false; w28.Fill = false; // Container child boxUrl.Gtk.Box+BoxChild this.entryUrl = new global::Gtk.Entry(); this.entryUrl.CanFocus = true; this.entryUrl.Name = "entryUrl"; this.entryUrl.IsEditable = true; this.entryUrl.InvisibleChar = '●'; this.boxUrl.Add(this.entryUrl); global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.boxUrl [this.entryUrl])); w29.Position = 1; this.vbox4.Add(this.boxUrl); global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.boxUrl])); w30.Position = 6; w30.Expand = false; w30.Fill = false; w1.Add(this.vbox4); this.scrolledwindow1.Add(w1); this.notebook.Add(this.scrolledwindow1); // Notebook tab this.label7 = new global::Gtk.Label(); this.label7.Name = "label7"; this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Header"); this.notebook.SetTabLabel(this.scrolledwindow1, this.label7); this.label7.ShowAll(); // Container child notebook.Gtk.Notebook+NotebookChild this.boxMenu = new global::Gtk.VBox(); this.boxMenu.Name = "boxMenu"; this.boxMenu.Spacing = 6; this.boxMenu.BorderWidth = ((uint)(12)); // Container child boxMenu.Gtk.Box+BoxChild this.checkShowInMenu = new global::Gtk.CheckButton(); this.checkShowInMenu.CanFocus = true; this.checkShowInMenu.Name = "checkShowInMenu"; this.checkShowInMenu.Label = global::Mono.Unix.Catalog.GetString("Show in desktop menu"); this.checkShowInMenu.DrawIndicator = true; this.boxMenu.Add(this.checkShowInMenu); global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.boxMenu [this.checkShowInMenu])); w34.Position = 0; w34.Expand = false; w34.Fill = false; // Container child boxMenu.Gtk.Box+BoxChild this.hseparator5 = new global::Gtk.HSeparator(); this.hseparator5.Name = "hseparator5"; this.boxMenu.Add(this.hseparator5); global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.boxMenu [this.hseparator5])); w35.Position = 1; w35.Expand = false; w35.Fill = false; // Container child boxMenu.Gtk.Box+BoxChild this.boxCategories = new global::Gtk.VBox(); this.boxCategories.Name = "boxCategories"; this.boxCategories.Spacing = 6; // Container child boxCategories.Gtk.Box+BoxChild this.label17 = new global::Gtk.Label(); this.label17.Name = "label17"; this.label17.Xalign = 0F; this.label17.LabelProp = global::Mono.Unix.Catalog.GetString("Menu categories:"); this.boxCategories.Add(this.label17); global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.boxCategories [this.label17])); w36.Position = 0; w36.Expand = false; w36.Fill = false; // Container child boxCategories.Gtk.Box+BoxChild this.hbox6 = new global::Gtk.HBox(); this.hbox6.Name = "hbox6"; this.hbox6.Spacing = 6; // Container child hbox6.Gtk.Box+BoxChild this.scrolledwindow2 = new global::Gtk.ScrolledWindow(); this.scrolledwindow2.HeightRequest = 150; this.scrolledwindow2.CanFocus = true; this.scrolledwindow2.Name = "scrolledwindow2"; this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child scrolledwindow2.Gtk.Container+ContainerChild this.treeCategories = new global::Gtk.TreeView(); this.treeCategories.CanFocus = true; this.treeCategories.Name = "treeCategories"; this.scrolledwindow2.Add(this.treeCategories); this.hbox6.Add(this.scrolledwindow2); global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.scrolledwindow2])); w38.Position = 0; // Container child hbox6.Gtk.Box+BoxChild this.vbox3 = new global::Gtk.VBox(); this.vbox3.CanFocus = true; this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; // Container child vbox3.Gtk.Box+BoxChild this.buttonAddCategories = new global::Gtk.Button(); this.buttonAddCategories.CanFocus = true; this.buttonAddCategories.Name = "buttonAddCategories"; this.buttonAddCategories.UseStock = true; this.buttonAddCategories.UseUnderline = true; this.buttonAddCategories.Label = "gtk-add"; this.vbox3.Add(this.buttonAddCategories); global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonAddCategories])); w39.Position = 0; w39.Expand = false; w39.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.buttonRemoveCategory = new global::Gtk.Button(); this.buttonRemoveCategory.CanFocus = true; this.buttonRemoveCategory.Name = "buttonRemoveCategory"; this.buttonRemoveCategory.UseStock = true; this.buttonRemoveCategory.UseUnderline = true; this.buttonRemoveCategory.Label = "gtk-remove"; this.vbox3.Add(this.buttonRemoveCategory); global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonRemoveCategory])); w40.Position = 1; w40.Expand = false; w40.Fill = false; this.hbox6.Add(this.vbox3); global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.vbox3])); w41.Position = 1; w41.Expand = false; w41.Fill = false; this.boxCategories.Add(this.hbox6); global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.boxCategories [this.hbox6])); w42.Position = 1; // Container child boxCategories.Gtk.Box+BoxChild this.hseparator6 = new global::Gtk.HSeparator(); this.hseparator6.CanFocus = true; this.hseparator6.Name = "hseparator6"; this.boxCategories.Add(this.hseparator6); global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.boxCategories [this.hseparator6])); w43.Position = 2; w43.Expand = false; w43.Fill = false; this.boxMenu.Add(this.boxCategories); global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.boxMenu [this.boxCategories])); w44.Position = 2; // Container child boxMenu.Gtk.Box+BoxChild this.label3 = new global::Gtk.Label(); this.label3.CanFocus = true; this.label3.Name = "label3"; this.label3.Xalign = 0F; this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Select the environments that should display this desktop entry:"); this.boxMenu.Add(this.label3); global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.boxMenu [this.label3])); w45.Position = 3; w45.Expand = false; w45.Fill = false; // Container child boxMenu.Gtk.Box+BoxChild this.radioAlwaysShow = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Always show")); this.radioAlwaysShow.CanFocus = true; this.radioAlwaysShow.Name = "radioAlwaysShow"; this.radioAlwaysShow.Active = true; this.radioAlwaysShow.DrawIndicator = true; this.radioAlwaysShow.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.boxMenu.Add(this.radioAlwaysShow); global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.boxMenu [this.radioAlwaysShow])); w46.Position = 4; w46.Expand = false; w46.Fill = false; // Container child boxMenu.Gtk.Box+BoxChild this.radioOnlyShowIn = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Only show in the following environments:")); this.radioOnlyShowIn.CanFocus = true; this.radioOnlyShowIn.Name = "radioOnlyShowIn"; this.radioOnlyShowIn.DrawIndicator = true; this.radioOnlyShowIn.Group = this.radioAlwaysShow.Group; this.boxMenu.Add(this.radioOnlyShowIn); global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.boxMenu [this.radioOnlyShowIn])); w47.Position = 5; w47.Expand = false; w47.Fill = false; // Container child boxMenu.Gtk.Box+BoxChild this.radioNotShowIn = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Not show in the following environments:")); this.radioNotShowIn.CanFocus = true; this.radioNotShowIn.Name = "radioNotShowIn"; this.radioNotShowIn.DrawIndicator = true; this.radioNotShowIn.Group = this.radioAlwaysShow.Group; this.boxMenu.Add(this.radioNotShowIn); global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.boxMenu [this.radioNotShowIn])); w48.Position = 6; w48.Expand = false; w48.Fill = false; // Container child boxMenu.Gtk.Box+BoxChild this.frame1 = new global::Gtk.Frame(); this.frame1.Name = "frame1"; this.frame1.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child frame1.Gtk.Container+ContainerChild this.GtkAlignment4 = new global::Gtk.Alignment(0F, 0F, 1F, 1F); this.GtkAlignment4.Name = "GtkAlignment4"; // Container child GtkAlignment4.Gtk.Container+ContainerChild this.treeEnvs = new global::Gtk.TreeView(); this.treeEnvs.CanFocus = true; this.treeEnvs.Name = "treeEnvs"; this.GtkAlignment4.Add(this.treeEnvs); this.frame1.Add(this.GtkAlignment4); this.boxMenu.Add(this.frame1); global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.boxMenu [this.frame1])); w51.Position = 7; w51.Expand = false; w51.Fill = false; this.notebook.Add(this.boxMenu); global::Gtk.Notebook.NotebookChild w52 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.boxMenu])); w52.Position = 1; // Notebook tab this.label2 = new global::Gtk.Label(); this.label2.CanFocus = true; this.label2.Name = "label2"; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Menu entry"); this.notebook.SetTabLabel(this.boxMenu, this.label2); this.label2.ShowAll(); // Container child notebook.Gtk.Notebook+NotebookChild this.tableMimeTypes = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false); this.tableMimeTypes.Name = "tableMimeTypes"; this.tableMimeTypes.RowSpacing = ((uint)(6)); this.tableMimeTypes.ColumnSpacing = ((uint)(6)); this.tableMimeTypes.BorderWidth = ((uint)(12)); // Container child tableMimeTypes.Gtk.Table+TableChild this.hbox1 = new global::Gtk.HBox(); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; // Container child hbox1.Gtk.Box+BoxChild this.label4 = new global::Gtk.Label(); this.label4.Name = "label4"; this.label4.Xalign = 0F; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("MIME types supported by this application:"); this.hbox1.Add(this.label4); global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label4])); w53.Position = 0; w53.Expand = false; w53.Fill = false; this.tableMimeTypes.Add(this.hbox1); global::Gtk.Table.TableChild w54 = ((global::Gtk.Table.TableChild)(this.tableMimeTypes [this.hbox1])); w54.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableMimeTypes.Gtk.Table+TableChild this.scrolledwindow3 = new global::Gtk.ScrolledWindow(); this.scrolledwindow3.CanFocus = true; this.scrolledwindow3.Name = "scrolledwindow3"; this.scrolledwindow3.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child scrolledwindow3.Gtk.Container+ContainerChild this.treeMimeTypes = new global::Gtk.TreeView(); this.treeMimeTypes.CanFocus = true; this.treeMimeTypes.Name = "treeMimeTypes"; this.scrolledwindow3.Add(this.treeMimeTypes); this.tableMimeTypes.Add(this.scrolledwindow3); global::Gtk.Table.TableChild w56 = ((global::Gtk.Table.TableChild)(this.tableMimeTypes [this.scrolledwindow3])); w56.TopAttach = ((uint)(1)); w56.BottomAttach = ((uint)(2)); // Container child tableMimeTypes.Gtk.Table+TableChild this.vbox5 = new global::Gtk.VBox(); this.vbox5.Name = "vbox5"; this.vbox5.Spacing = 6; // Container child vbox5.Gtk.Box+BoxChild this.buttonAddMimeType = new global::Gtk.Button(); this.buttonAddMimeType.CanFocus = true; this.buttonAddMimeType.Name = "buttonAddMimeType"; this.buttonAddMimeType.UseStock = true; this.buttonAddMimeType.UseUnderline = true; this.buttonAddMimeType.Label = "gtk-add"; this.vbox5.Add(this.buttonAddMimeType); global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.buttonAddMimeType])); w57.Position = 0; w57.Expand = false; w57.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.buttonRemoveMimeType = new global::Gtk.Button(); this.buttonRemoveMimeType.CanFocus = true; this.buttonRemoveMimeType.Name = "buttonRemoveMimeType"; this.buttonRemoveMimeType.UseStock = true; this.buttonRemoveMimeType.UseUnderline = true; this.buttonRemoveMimeType.Label = "gtk-remove"; this.vbox5.Add(this.buttonRemoveMimeType); global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.buttonRemoveMimeType])); w58.Position = 1; w58.Expand = false; w58.Fill = false; this.tableMimeTypes.Add(this.vbox5); global::Gtk.Table.TableChild w59 = ((global::Gtk.Table.TableChild)(this.tableMimeTypes [this.vbox5])); w59.TopAttach = ((uint)(1)); w59.BottomAttach = ((uint)(2)); w59.LeftAttach = ((uint)(1)); w59.RightAttach = ((uint)(2)); w59.XOptions = ((global::Gtk.AttachOptions)(4)); this.notebook.Add(this.tableMimeTypes); global::Gtk.Notebook.NotebookChild w60 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.tableMimeTypes])); w60.Position = 2; // Notebook tab this.label8 = new global::Gtk.Label(); this.label8.CanFocus = true; this.label8.Name = "label8"; this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Mime types"); this.notebook.SetTabLabel(this.tableMimeTypes, this.label8); this.label8.ShowAll(); // Container child notebook.Gtk.Notebook+NotebookChild this.hbox4 = new global::Gtk.HBox(); this.hbox4.Name = "hbox4"; this.hbox4.Spacing = 6; this.hbox4.BorderWidth = ((uint)(12)); // Container child hbox4.Gtk.Box+BoxChild this.scrolledwindow4 = new global::Gtk.ScrolledWindow(); this.scrolledwindow4.CanFocus = true; this.scrolledwindow4.Name = "scrolledwindow4"; this.scrolledwindow4.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child scrolledwindow4.Gtk.Container+ContainerChild this.treeEntries = new global::Gtk.TreeView(); this.treeEntries.CanFocus = true; this.treeEntries.Name = "treeEntries"; this.scrolledwindow4.Add(this.treeEntries); this.hbox4.Add(this.scrolledwindow4); global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.scrolledwindow4])); w62.Position = 0; // Container child hbox4.Gtk.Box+BoxChild this.vbox7 = new global::Gtk.VBox(); this.vbox7.Name = "vbox7"; this.vbox7.Spacing = 6; // Container child vbox7.Gtk.Box+BoxChild this.buttonAddEntry = new global::Gtk.Button(); this.buttonAddEntry.CanFocus = true; this.buttonAddEntry.Name = "buttonAddEntry"; this.buttonAddEntry.UseStock = true; this.buttonAddEntry.UseUnderline = true; this.buttonAddEntry.Label = "gtk-add"; this.vbox7.Add(this.buttonAddEntry); global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.buttonAddEntry])); w63.Position = 0; w63.Expand = false; w63.Fill = false; // Container child vbox7.Gtk.Box+BoxChild this.buttonRemoveEntry = new global::Gtk.Button(); this.buttonRemoveEntry.CanFocus = true; this.buttonRemoveEntry.Name = "buttonRemoveEntry"; this.buttonRemoveEntry.UseStock = true; this.buttonRemoveEntry.UseUnderline = true; this.buttonRemoveEntry.Label = "gtk-remove"; this.vbox7.Add(this.buttonRemoveEntry); global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.buttonRemoveEntry])); w64.Position = 1; w64.Expand = false; w64.Fill = false; this.hbox4.Add(this.vbox7); global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.vbox7])); w65.Position = 1; w65.Expand = false; w65.Fill = false; this.notebook.Add(this.hbox4); global::Gtk.Notebook.NotebookChild w66 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.hbox4])); w66.Position = 3; // Notebook tab this.label5 = new global::Gtk.Label(); this.label5.Name = "label5"; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Other entries"); this.notebook.SetTabLabel(this.hbox4, this.label5); this.label5.ShowAll(); this.Add(this.notebook); if ((this.Child != null)) { this.Child.ShowAll(); } this.Show(); this.comboType.Changed += new global::System.EventHandler(this.OnComboTypeChanged); this.comboLocales.Changed += new global::System.EventHandler(this.OnComboLocalesChanged); this.entryName.Changed += new global::System.EventHandler(this.OnEntryNameChanged); this.entryIcon.Changed += new global::System.EventHandler(this.OnEntryIconChanged); this.entryGenericName.Changed += new global::System.EventHandler(this.OnEntryGenericNameChanged); this.entryComment.Changed += new global::System.EventHandler(this.OnEntryCommentChanged); this.entryTryExec.Changed += new global::System.EventHandler(this.OnEntryTryExecChanged); this.entryPath.Changed += new global::System.EventHandler(this.OnEntryPathChanged); this.entryExec.Changed += new global::System.EventHandler(this.OnEntryExecChanged); this.checkTerminal.Clicked += new global::System.EventHandler(this.OnCheckTerminalClicked); this.entryUrl.Changed += new global::System.EventHandler(this.OnEntryUrlChanged); this.checkShowInMenu.Clicked += new global::System.EventHandler(this.OnCheckShowInMenuClicked); this.buttonAddCategories.Clicked += new global::System.EventHandler(this.OnButtonAddCategoriesClicked); this.buttonRemoveCategory.Clicked += new global::System.EventHandler(this.OnButtonRemoveCategoryClicked); this.radioAlwaysShow.Clicked += new global::System.EventHandler(this.OnRadioAlwaysShowClicked); this.radioOnlyShowIn.Clicked += new global::System.EventHandler(this.OnRadioOnlyShowInClicked); this.radioNotShowIn.Clicked += new global::System.EventHandler(this.OnRadioNotShowInClicked); this.buttonAddMimeType.Clicked += new global::System.EventHandler(this.OnButtonAddMimeTypeClicked); this.buttonRemoveMimeType.Clicked += new global::System.EventHandler(this.OnButtonRemoveMimeTypeClicked); this.buttonAddEntry.Clicked += new global::System.EventHandler(this.OnButtonAddEntryClicked); this.buttonRemoveEntry.Clicked += new global::System.EventHandler(this.OnButtonRemoveEntryClicked); }
protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget global::Stetic.BinContainer.Attach (this); this.Name = "MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget"; // Container child MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget.Gtk.Container+ContainerChild this.vbox72 = new global::Gtk.VBox (); this.vbox72.Name = "vbox72"; this.vbox72.Spacing = 6; // Container child vbox72.Gtk.Box+BoxChild this.label2 = new global::Gtk.Label (); this.label2.Name = "label2"; this.label2.Xalign = 0F; this.label2.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Automatically check for updates:"); this.vbox72.Add (this.label2); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.label2])); w1.Position = 0; w1.Expand = false; w1.Fill = false; // Container child vbox72.Gtk.Box+BoxChild this.alignment3 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F); this.alignment3.Name = "alignment3"; this.alignment3.LeftPadding = ((uint)(24)); this.alignment3.BottomPadding = ((uint)(6)); // Container child alignment3.Gtk.Container+ContainerChild this.vbox5 = new global::Gtk.VBox (); this.vbox5.Name = "vbox5"; this.vbox5.Spacing = 6; // Container child vbox5.Gtk.Box+BoxChild this.radioHour = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("Every hour")); this.radioHour.CanFocus = true; this.radioHour.Name = "radioHour"; this.radioHour.DrawIndicator = true; this.radioHour.UseUnderline = true; this.radioHour.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.vbox5.Add (this.radioHour); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.radioHour])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.radioDay = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("Every day")); this.radioDay.CanFocus = true; this.radioDay.Name = "radioDay"; this.radioDay.DrawIndicator = true; this.radioDay.UseUnderline = true; this.radioDay.Group = this.radioHour.Group; this.vbox5.Add (this.radioDay); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.radioDay])); w3.Position = 1; w3.Expand = false; w3.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.radioMonth = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("Every month")); this.radioMonth.CanFocus = true; this.radioMonth.Name = "radioMonth"; this.radioMonth.DrawIndicator = true; this.radioMonth.UseUnderline = true; this.radioMonth.Group = this.radioHour.Group; this.vbox5.Add (this.radioMonth); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.radioMonth])); w4.Position = 2; w4.Expand = false; w4.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.radioNever = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("Never")); this.radioNever.CanFocus = true; this.radioNever.Name = "radioNever"; this.radioNever.DrawIndicator = true; this.radioNever.UseUnderline = true; this.radioNever.Group = this.radioHour.Group; this.vbox5.Add (this.radioNever); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.radioNever])); w5.Position = 3; w5.Expand = false; w5.Fill = false; this.alignment3.Add (this.vbox5); this.vbox72.Add (this.alignment3); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.alignment3])); w7.Position = 1; w7.Expand = false; w7.Fill = false; // Container child vbox72.Gtk.Box+BoxChild this.checkUnstable = new global::Gtk.CheckButton (); this.checkUnstable.CanFocus = true; this.checkUnstable.Name = "checkUnstable"; this.checkUnstable.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("Install unstable developer updates"); this.checkUnstable.Active = true; this.checkUnstable.DrawIndicator = true; this.checkUnstable.UseUnderline = true; this.vbox72.Add (this.checkUnstable); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.checkUnstable])); w8.Position = 2; w8.Expand = false; w8.Fill = false; // Container child vbox72.Gtk.Box+BoxChild this.hbox47 = new global::Gtk.HBox (); this.hbox47.Name = "hbox47"; // Container child hbox47.Gtk.Box+BoxChild this.boxUnstable = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F); this.boxUnstable.Name = "boxUnstable"; this.boxUnstable.LeftPadding = ((uint)(24)); // Container child boxUnstable.Gtk.Container+ContainerChild this.vbox6 = new global::Gtk.VBox (); this.vbox6.Name = "vbox6"; this.vbox6.Spacing = 6; // Container child vbox6.Gtk.Box+BoxChild this.radioBeta = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("Beta updates (weekly)")); this.radioBeta.CanFocus = true; this.radioBeta.Name = "radioBeta"; this.radioBeta.DrawIndicator = true; this.radioBeta.UseUnderline = true; this.radioBeta.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.vbox6.Add (this.radioBeta); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.radioBeta])); w9.Position = 0; w9.Expand = false; w9.Fill = false; // Container child vbox6.Gtk.Box+BoxChild this.radioAlpha = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("Alpha updates (very often, very unstable)")); this.radioAlpha.CanFocus = true; this.radioAlpha.Name = "radioAlpha"; this.radioAlpha.DrawIndicator = true; this.radioAlpha.UseUnderline = true; this.radioAlpha.Group = this.radioBeta.Group; this.vbox6.Add (this.radioAlpha); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.radioAlpha])); w10.Position = 1; w10.Expand = false; w10.Fill = false; // Container child vbox6.Gtk.Box+BoxChild this.radioTest = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("Test")); this.radioTest.CanFocus = true; this.radioTest.Name = "radioTest"; this.radioTest.DrawIndicator = true; this.radioTest.UseUnderline = true; this.radioTest.Group = this.radioBeta.Group; this.vbox6.Add (this.radioTest); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.radioTest])); w11.Position = 2; w11.Expand = false; w11.Fill = false; this.boxUnstable.Add (this.vbox6); this.hbox47.Add (this.boxUnstable); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox47 [this.boxUnstable])); w13.Position = 0; this.vbox72.Add (this.hbox47); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.hbox47])); w14.Position = 3; w14.Expand = false; w14.Fill = false; // Container child vbox72.Gtk.Box+BoxChild this.hbox3 = new global::Gtk.HBox (); this.hbox3.Name = "hbox3"; this.hbox3.Spacing = 6; this.hbox3.BorderWidth = ((uint)(12)); // Container child hbox3.Gtk.Box+BoxChild this.buttonUpdateNow = new global::Gtk.Button (); this.buttonUpdateNow.CanFocus = true; this.buttonUpdateNow.Name = "buttonUpdateNow"; this.buttonUpdateNow.UseUnderline = true; this.buttonUpdateNow.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("Check for Updates Now"); this.hbox3.Add (this.buttonUpdateNow); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.buttonUpdateNow])); w15.Position = 0; w15.Expand = false; w15.Fill = false; this.vbox72.Add (this.hbox3); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.hbox3])); w16.Position = 4; w16.Expand = false; w16.Fill = false; this.Add (this.vbox72); if ((this.Child != null)) { this.Child.ShowAll (); } this.radioTest.Hide (); this.Show (); this.checkUnstable.Toggled += new global::System.EventHandler (this.OnCheckUnstableToggled); this.buttonUpdateNow.Clicked += new global::System.EventHandler (this.OnButtonUpdateNowClicked); }
protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget MonoDevelop.Ide.Projects.ApplyPolicyDialog this.Name = "MonoDevelop.Ide.Projects.ApplyPolicyDialog"; this.Title = global::MonoDevelop.Core.GettextCatalog.GetString ("Apply Policies"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Internal child MonoDevelop.Ide.Projects.ApplyPolicyDialog.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog1_VBox.Gtk.Box+BoxChild this.vbox3 = new global::Gtk.VBox (); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; this.vbox3.BorderWidth = ((uint)(12)); // Container child vbox3.Gtk.Box+BoxChild this.radioCustom = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("Apply stock or custom policy set")); this.radioCustom.CanFocus = true; this.radioCustom.Name = "radioCustom"; this.radioCustom.DrawIndicator = true; this.radioCustom.UseUnderline = true; this.radioCustom.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.vbox3.Add (this.radioCustom); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioCustom])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.boxCustom = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F); this.boxCustom.Name = "boxCustom"; this.boxCustom.LeftPadding = ((uint)(42)); // Container child boxCustom.Gtk.Container+ContainerChild this.hbox1 = new global::Gtk.HBox (); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; // Container child hbox1.Gtk.Box+BoxChild this.label2 = new global::Gtk.Label (); this.label2.Name = "label2"; this.label2.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Policy:"); this.hbox1.Add (this.label2); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2])); w3.Position = 0; w3.Expand = false; w3.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.combPolicies = global::Gtk.ComboBox.NewText (); this.combPolicies.Name = "combPolicies"; this.hbox1.Add (this.combPolicies); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.combPolicies])); w4.Position = 1; w4.Expand = false; w4.Fill = false; this.boxCustom.Add (this.hbox1); this.vbox3.Add (this.boxCustom); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.boxCustom])); w6.Position = 1; w6.Expand = false; w6.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.radioFile = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("Apply policies from file")); this.radioFile.CanFocus = true; this.radioFile.Name = "radioFile"; this.radioFile.DrawIndicator = true; this.radioFile.UseUnderline = true; this.radioFile.Group = this.radioCustom.Group; this.vbox3.Add (this.radioFile); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioFile])); w7.Position = 2; w7.Expand = false; w7.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.boxFile = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F); this.boxFile.Name = "boxFile"; this.boxFile.LeftPadding = ((uint)(42)); // Container child boxFile.Gtk.Container+ContainerChild this.hbox2 = new global::Gtk.HBox (); this.hbox2.Name = "hbox2"; this.hbox2.Spacing = 6; // Container child hbox2.Gtk.Box+BoxChild this.label3 = new global::Gtk.Label (); this.label3.Name = "label3"; this.label3.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("File:"); this.hbox2.Add (this.label3); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label3])); w8.Position = 0; w8.Expand = false; w8.Fill = false; // Container child hbox2.Gtk.Box+BoxChild this.fileEntry = new global::MonoDevelop.Components.FileEntry (); this.fileEntry.Name = "fileEntry"; this.fileEntry.BrowserTitle = "Select Policy Set File"; this.hbox2.Add (this.fileEntry); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.fileEntry])); w9.Position = 1; this.boxFile.Add (this.hbox2); this.vbox3.Add (this.boxFile); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.boxFile])); w11.Position = 3; w11.Expand = false; w11.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hseparator1 = new global::Gtk.HSeparator (); this.hseparator1.Name = "hseparator1"; this.vbox3.Add (this.hseparator1); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator1])); w12.Position = 4; w12.Expand = false; w12.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.labelChangesTitle = new global::Gtk.Label (); this.labelChangesTitle.Name = "labelChangesTitle"; this.labelChangesTitle.Xalign = 0F; this.labelChangesTitle.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("The following policies will be set or replaced:"); this.vbox3.Add (this.labelChangesTitle); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.labelChangesTitle])); w13.Position = 5; w13.Expand = false; w13.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.labelChanges = new global::Gtk.Label (); this.labelChanges.Name = "labelChanges"; this.labelChanges.Xalign = 0F; this.vbox3.Add (this.labelChanges); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.labelChanges])); w14.Position = 6; w1.Add (this.vbox3); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox3])); w15.Position = 0; w15.Expand = false; w15.Fill = false; // Internal child MonoDevelop.Ide.Projects.ApplyPolicyDialog.ActionArea global::Gtk.HButtonBox w16 = this.ActionArea; w16.Name = "dialog1_ActionArea"; w16.Spacing = 10; w16.BorderWidth = ((uint)(5)); w16.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 w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w16 [this.buttonCancel])); w17.Expand = false; w17.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-apply"; w16.Add (this.buttonOk); global::Gtk.ButtonBox.ButtonBoxChild w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w16 [this.buttonOk])); w18.Position = 1; w18.Expand = false; w18.Fill = false; if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 479; this.DefaultHeight = 258; this.Hide (); this.radioCustom.Toggled += new global::System.EventHandler (this.OnRadioCustomToggled); this.combPolicies.Changed += new global::System.EventHandler (this.OnCombPoliciesChanged); this.fileEntry.PathChanged += new global::System.EventHandler (this.OnFileEntryPathChanged); this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked); }
protected virtual void Build() { global::Stetic.Gui.Initialize (this); // Widget bazar.ContractsProlongation this.Name = "bazar.ContractsProlongation"; this.Title = global::Mono.Unix.Catalog.GetString ("Обработка договоров"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Internal child bazar.ContractsProlongation.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog1_VBox.Gtk.Box+BoxChild this.notebookMain = new global::Gtk.Notebook (); this.notebookMain.CanFocus = true; this.notebookMain.Name = "notebookMain"; this.notebookMain.CurrentPage = 0; // Container child notebookMain.Gtk.Notebook+NotebookChild this.vbox2 = new global::Gtk.VBox (); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; // Container child vbox2.Gtk.Box+BoxChild this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(4)), false); this.table1.Name = "table1"; this.table1.RowSpacing = ((uint)(6)); this.table1.ColumnSpacing = ((uint)(6)); // Container child table1.Gtk.Table+TableChild this.dateFrom = new global::QSWidgetLib.DatePicker (); this.dateFrom.Sensitive = false; this.dateFrom.Events = ((global::Gdk.EventMask)(256)); this.dateFrom.Name = "dateFrom"; this.dateFrom.Date = new global::System.DateTime (0); this.dateFrom.IsEditable = true; this.dateFrom.AutoSeparation = true; this.table1.Add (this.dateFrom); global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.dateFrom])); w2.TopAttach = ((uint)(1)); w2.BottomAttach = ((uint)(2)); w2.LeftAttach = ((uint)(1)); w2.RightAttach = ((uint)(2)); w2.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.dateTo = new global::QSWidgetLib.DatePicker (); this.dateTo.Sensitive = false; this.dateTo.Events = ((global::Gdk.EventMask)(256)); this.dateTo.Name = "dateTo"; this.dateTo.Date = new global::System.DateTime (0); this.dateTo.IsEditable = true; this.dateTo.AutoSeparation = true; this.table1.Add (this.dateTo); global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.dateTo])); w3.TopAttach = ((uint)(1)); w3.BottomAttach = ((uint)(2)); w3.LeftAttach = ((uint)(3)); w3.RightAttach = ((uint)(4)); w3.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label1 = new global::Gtk.Label (); this.label1.Name = "label1"; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("-"); this.table1.Add (this.label1); global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1])); w4.TopAttach = ((uint)(1)); w4.BottomAttach = ((uint)(2)); w4.LeftAttach = ((uint)(2)); w4.RightAttach = ((uint)(3)); w4.XOptions = ((global::Gtk.AttachOptions)(4)); w4.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.radiobuttonActiveOnly = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Только активные")); this.radiobuttonActiveOnly.CanFocus = true; this.radiobuttonActiveOnly.Name = "radiobuttonActiveOnly"; this.radiobuttonActiveOnly.Active = true; this.radiobuttonActiveOnly.DrawIndicator = true; this.radiobuttonActiveOnly.UseUnderline = true; this.radiobuttonActiveOnly.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.table1.Add (this.radiobuttonActiveOnly); global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.radiobuttonActiveOnly])); w5.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.radiobuttonDates = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Дата окончания в диапазоне:")); this.radiobuttonDates.CanFocus = true; this.radiobuttonDates.Name = "radiobuttonDates"; this.radiobuttonDates.DrawIndicator = true; this.radiobuttonDates.UseUnderline = true; this.radiobuttonDates.Group = this.radiobuttonActiveOnly.Group; this.table1.Add (this.radiobuttonDates); global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.radiobuttonDates])); w6.TopAttach = ((uint)(1)); w6.BottomAttach = ((uint)(2)); w6.YOptions = ((global::Gtk.AttachOptions)(4)); this.vbox2.Add (this.table1); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1])); w7.Position = 0; w7.Expand = false; w7.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 w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator1])); w8.Position = 1; w8.Expand = false; w8.Fill = false; // 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.checkAll = new global::Gtk.CheckButton (); this.checkAll.CanFocus = true; this.checkAll.Name = "checkAll"; this.checkAll.Label = global::Mono.Unix.Catalog.GetString ("Выбрать все"); this.checkAll.DrawIndicator = true; this.checkAll.UseUnderline = true; this.hbox3.Add (this.checkAll); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.checkAll])); w9.Position = 0; // Container child hbox3.Gtk.Box+BoxChild this.label4 = new global::Gtk.Label (); this.label4.Name = "label4"; this.label4.Xalign = 1F; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Поиск:"); this.hbox3.Add (this.label4); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label4])); w10.Position = 1; w10.Expand = false; w10.Fill = false; // Container child hbox3.Gtk.Box+BoxChild this.entrySearch = new global::Gtk.Entry (); this.entrySearch.CanFocus = true; this.entrySearch.Name = "entrySearch"; this.entrySearch.IsEditable = true; this.entrySearch.InvisibleChar = '●'; this.hbox3.Add (this.entrySearch); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.entrySearch])); w11.Position = 2; this.vbox2.Add (this.hbox3); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3])); w12.Position = 2; w12.Expand = false; w12.Fill = false; // Container child vbox2.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.treeviewContracts = new global::Gtk.TreeView (); this.treeviewContracts.CanFocus = true; this.treeviewContracts.Name = "treeviewContracts"; this.GtkScrolledWindow.Add (this.treeviewContracts); this.vbox2.Add (this.GtkScrolledWindow); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow])); w14.Position = 3; this.notebookMain.Add (this.vbox2); // Notebook tab this.label2 = new global::Gtk.Label (); this.label2.Name = "label2"; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Выборка"); this.notebookMain.SetTabLabel (this.vbox2, this.label2); this.label2.ShowAll (); // Container child notebookMain.Gtk.Notebook+NotebookChild this.vbox3 = new global::Gtk.VBox (); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; // Container child vbox3.Gtk.Box+BoxChild this.label5 = new global::Gtk.Label (); this.label5.Name = "label5"; this.label5.Xalign = 0F; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Метод обработки договоров</b>"); this.label5.UseMarkup = true; this.vbox3.Add (this.label5); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label5])); w16.Position = 0; w16.Expand = false; w16.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hbox4 = new global::Gtk.HBox (); this.hbox4.Name = "hbox4"; this.hbox4.Spacing = 6; // Container child hbox4.Gtk.Box+BoxChild this.radioCopyMode = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Копирование")); this.radioCopyMode.CanFocus = true; this.radioCopyMode.Name = "radioCopyMode"; this.radioCopyMode.Active = true; this.radioCopyMode.DrawIndicator = true; this.radioCopyMode.UseUnderline = true; this.radioCopyMode.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.hbox4.Add (this.radioCopyMode); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.radioCopyMode])); w17.Position = 0; // Container child hbox4.Gtk.Box+BoxChild this.radioChangeMode = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Изменение")); this.radioChangeMode.CanFocus = true; this.radioChangeMode.Name = "radioChangeMode"; this.radioChangeMode.DrawIndicator = true; this.radioChangeMode.UseUnderline = true; this.radioChangeMode.Group = this.radioCopyMode.Group; this.hbox4.Add (this.radioChangeMode); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.radioChangeMode])); w18.Position = 1; this.vbox3.Add (this.hbox4); global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox4])); w19.Position = 1; w19.Expand = false; w19.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.label6 = new global::Gtk.Label (); this.label6.Name = "label6"; this.label6.Xalign = 0F; this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Изменения в данных</b>"); this.label6.UseMarkup = true; this.vbox3.Add (this.label6); global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label6])); w20.Position = 2; w20.Expand = false; w20.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.table2 = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false); this.table2.Name = "table2"; this.table2.RowSpacing = ((uint)(6)); this.table2.ColumnSpacing = ((uint)(6)); // Container child table2.Gtk.Table+TableChild this.checkEnd = new global::Gtk.CheckButton (); this.checkEnd.CanFocus = true; this.checkEnd.Name = "checkEnd"; this.checkEnd.Label = global::Mono.Unix.Catalog.GetString ("Дата окончания аренды"); this.checkEnd.DrawIndicator = true; this.checkEnd.UseUnderline = true; this.table2.Add (this.checkEnd); global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table2 [this.checkEnd])); w21.TopAttach = ((uint)(2)); w21.BottomAttach = ((uint)(3)); w21.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.checkSign = new global::Gtk.CheckButton (); this.checkSign.CanFocus = true; this.checkSign.Name = "checkSign"; this.checkSign.Label = global::Mono.Unix.Catalog.GetString ("Дата подписания"); this.checkSign.DrawIndicator = true; this.checkSign.UseUnderline = true; this.table2.Add (this.checkSign); global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table2 [this.checkSign])); w22.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.checkStart = new global::Gtk.CheckButton (); this.checkStart.CanFocus = true; this.checkStart.Name = "checkStart"; this.checkStart.Label = global::Mono.Unix.Catalog.GetString ("Дата начала аренды"); this.checkStart.DrawIndicator = true; this.checkStart.UseUnderline = true; this.table2.Add (this.checkStart); global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table2 [this.checkStart])); w23.TopAttach = ((uint)(1)); w23.BottomAttach = ((uint)(2)); w23.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.dateEnd = new global::QSWidgetLib.DatePicker (); this.dateEnd.Sensitive = false; this.dateEnd.Events = ((global::Gdk.EventMask)(256)); this.dateEnd.Name = "dateEnd"; this.dateEnd.Date = new global::System.DateTime (0); this.dateEnd.IsEditable = true; this.dateEnd.AutoSeparation = true; this.table2.Add (this.dateEnd); global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table2 [this.dateEnd])); w24.TopAttach = ((uint)(2)); w24.BottomAttach = ((uint)(3)); w24.LeftAttach = ((uint)(1)); w24.RightAttach = ((uint)(2)); w24.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.dateSign = new global::QSWidgetLib.DatePicker (); this.dateSign.Sensitive = false; this.dateSign.Events = ((global::Gdk.EventMask)(256)); this.dateSign.Name = "dateSign"; this.dateSign.Date = new global::System.DateTime (0); this.dateSign.IsEditable = true; this.dateSign.AutoSeparation = true; this.table2.Add (this.dateSign); global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table2 [this.dateSign])); w25.LeftAttach = ((uint)(1)); w25.RightAttach = ((uint)(2)); w25.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.dateStart = new global::QSWidgetLib.DatePicker (); this.dateStart.Sensitive = false; this.dateStart.Events = ((global::Gdk.EventMask)(256)); this.dateStart.Name = "dateStart"; this.dateStart.Date = new global::System.DateTime (0); this.dateStart.IsEditable = true; this.dateStart.AutoSeparation = true; this.table2.Add (this.dateStart); global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table2 [this.dateStart])); w26.TopAttach = ((uint)(1)); w26.BottomAttach = ((uint)(2)); w26.LeftAttach = ((uint)(1)); w26.RightAttach = ((uint)(2)); w26.YOptions = ((global::Gtk.AttachOptions)(4)); this.vbox3.Add (this.table2); global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table2])); w27.Position = 3; w27.Expand = false; w27.Fill = false; this.notebookMain.Add (this.vbox3); global::Gtk.Notebook.NotebookChild w28 = ((global::Gtk.Notebook.NotebookChild)(this.notebookMain [this.vbox3])); w28.Position = 1; // Notebook tab this.label3 = new global::Gtk.Label (); this.label3.Name = "label3"; this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Действия"); this.notebookMain.SetTabLabel (this.vbox3, this.label3); this.label3.ShowAll (); w1.Add (this.notebookMain); global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(w1 [this.notebookMain])); w29.Position = 0; // Container child dialog1_VBox.Gtk.Box+BoxChild this.labelInfo = new global::Gtk.Label (); this.labelInfo.Name = "labelInfo"; this.labelInfo.LabelProp = global::Mono.Unix.Catalog.GetString ("Договоров не выбрано."); this.labelInfo.UseMarkup = true; this.labelInfo.Justify = ((global::Gtk.Justification)(2)); w1.Add (this.labelInfo); global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(w1 [this.labelInfo])); w30.Position = 1; w30.Expand = false; w30.Fill = false; // Container child dialog1_VBox.Gtk.Box+BoxChild this.progressbarMain = new global::Gtk.ProgressBar (); this.progressbarMain.Name = "progressbarMain"; w1.Add (this.progressbarMain); global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(w1 [this.progressbarMain])); w31.Position = 2; w31.Expand = false; w31.Fill = false; // Internal child bazar.ContractsProlongation.ActionArea global::Gtk.HButtonBox w32 = this.ActionArea; w32.Name = "dialog1_ActionArea"; w32.Spacing = 10; w32.BorderWidth = ((uint)(5)); w32.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 w33 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w32 [this.buttonCancel])); w33.Expand = false; w33.Fill = false; // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.buttonOk = new global::Gtk.Button (); this.buttonOk.Sensitive = false; 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 w34 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w32 [this.buttonOk])); w34.Position = 1; w34.Expand = false; w34.Fill = false; if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 713; this.DefaultHeight = 466; this.Show (); this.radiobuttonDates.Clicked += new global::System.EventHandler (this.OnRadiobuttonDatesClicked); this.radiobuttonActiveOnly.Clicked += new global::System.EventHandler (this.OnRadiobuttonActiveOnlyClicked); this.dateTo.DateChanged += new global::System.EventHandler (this.OnDateToDateChanged); this.dateFrom.DateChanged += new global::System.EventHandler (this.OnDateFromDateChanged); this.checkAll.Clicked += new global::System.EventHandler (this.OnCheckAllClicked); this.entrySearch.Changed += new global::System.EventHandler (this.OnEntrySearchChanged); this.radioCopyMode.Toggled += new global::System.EventHandler (this.OnRadioCopyModeToggled); this.dateStart.DateChanged += new global::System.EventHandler (this.OnDateStartDateChanged); this.dateSign.DateChanged += new global::System.EventHandler (this.OnDateSignDateChanged); this.dateEnd.DateChanged += new global::System.EventHandler (this.OnDateEndDateChanged); this.checkStart.Clicked += new global::System.EventHandler (this.OnCheckStartClicked); this.checkSign.Clicked += new global::System.EventHandler (this.OnCheckSignClicked); this.checkEnd.Clicked += new global::System.EventHandler (this.OnCheckEndClicked); this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget LongoMatch.Gui.Dialog.DrawingTool this.Name = "LongoMatch.Gui.Dialog.DrawingTool"; this.Title = global::Mono.Unix.Catalog.GetString("Drawing Tool"); this.Icon = global::Stetic.IconLoader.LoadIcon(this, "longomatch", global::Gtk.IconSize.Menu); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); this.Modal = true; this.DefaultWidth = 800; this.DefaultHeight = 1; this.Gravity = ((global::Gdk.Gravity)(5)); this.SkipPagerHint = true; this.SkipTaskbarHint = true; // Internal child LongoMatch.Gui.Dialog.DrawingTool.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.vbox2 = new global::Gtk.VBox(); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; // Container child vbox2.Gtk.Box+BoxChild this.leftbox = new global::Gtk.VBox(); this.leftbox.Name = "leftbox"; this.leftbox.Spacing = 6; // Container child leftbox.Gtk.Box+BoxChild this.toolslabel = new global::Gtk.Label(); this.toolslabel.Name = "toolslabel"; this.toolslabel.Xalign = 0F; this.toolslabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Tools</b>"); this.toolslabel.UseMarkup = true; this.leftbox.Add(this.toolslabel); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.leftbox [this.toolslabel])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child leftbox.Gtk.Box+BoxChild this.toolstable = new global::Gtk.Table(((uint)(7)), ((uint)(2)), true); this.toolstable.Name = "toolstable"; this.toolstable.RowSpacing = ((uint)(6)); this.toolstable.ColumnSpacing = ((uint)(6)); // Container child toolstable.Gtk.Table+TableChild this.anglebutton = new global::Gtk.RadioButton(""); this.anglebutton.TooltipMarkup = "Angle tool"; this.anglebutton.CanFocus = true; this.anglebutton.Name = "anglebutton"; this.anglebutton.DrawIndicator = false; this.anglebutton.UseUnderline = true; this.anglebutton.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.anglebutton.Remove(this.anglebutton.Child); // Container child anglebutton.Gtk.Container+ContainerChild this.anglebuttonimage = new global::Gtk.Image(); this.anglebuttonimage.Name = "anglebuttonimage"; this.anglebutton.Add(this.anglebuttonimage); this.toolstable.Add(this.anglebutton); global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.toolstable [this.anglebutton])); w4.TopAttach = ((uint)(6)); w4.BottomAttach = ((uint)(7)); w4.LeftAttach = ((uint)(1)); w4.RightAttach = ((uint)(2)); w4.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child toolstable.Gtk.Table+TableChild this.crossbutton = new global::Gtk.RadioButton(""); this.crossbutton.TooltipMarkup = "Cross tool"; this.crossbutton.CanFocus = true; this.crossbutton.Name = "crossbutton"; this.crossbutton.DrawIndicator = false; this.crossbutton.UseUnderline = true; this.crossbutton.Group = this.anglebutton.Group; this.crossbutton.Remove(this.crossbutton.Child); // Container child crossbutton.Gtk.Container+ContainerChild this.crossbuttonimage = new global::Gtk.Image(); this.crossbuttonimage.Name = "crossbuttonimage"; this.crossbutton.Add(this.crossbuttonimage); this.toolstable.Add(this.crossbutton); global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.toolstable [this.crossbutton])); w6.TopAttach = ((uint)(2)); w6.BottomAttach = ((uint)(3)); w6.LeftAttach = ((uint)(1)); w6.RightAttach = ((uint)(2)); w6.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child toolstable.Gtk.Table+TableChild this.ellipsebutton = new global::Gtk.RadioButton(""); this.ellipsebutton.TooltipMarkup = "Ellipse tool"; this.ellipsebutton.CanFocus = true; this.ellipsebutton.Name = "ellipsebutton"; this.ellipsebutton.DrawIndicator = false; this.ellipsebutton.UseUnderline = true; this.ellipsebutton.Group = this.anglebutton.Group; this.ellipsebutton.Remove(this.ellipsebutton.Child); // Container child ellipsebutton.Gtk.Container+ContainerChild this.ellipsebuttonimage = new global::Gtk.Image(); this.ellipsebuttonimage.Name = "ellipsebuttonimage"; this.ellipsebutton.Add(this.ellipsebuttonimage); this.toolstable.Add(this.ellipsebutton); global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.toolstable [this.ellipsebutton])); w8.TopAttach = ((uint)(3)); w8.BottomAttach = ((uint)(4)); w8.LeftAttach = ((uint)(1)); w8.RightAttach = ((uint)(2)); w8.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child toolstable.Gtk.Table+TableChild this.ellipsefilledbutton = new global::Gtk.RadioButton(""); this.ellipsefilledbutton.TooltipMarkup = "Filled ellipse"; this.ellipsefilledbutton.CanFocus = true; this.ellipsefilledbutton.Name = "ellipsefilledbutton"; this.ellipsefilledbutton.DrawIndicator = false; this.ellipsefilledbutton.UseUnderline = true; this.ellipsefilledbutton.Group = this.anglebutton.Group; this.ellipsefilledbutton.Remove(this.ellipsefilledbutton.Child); // Container child ellipsefilledbutton.Gtk.Container+ContainerChild this.ellipsefilledbuttonimage = new global::Gtk.Image(); this.ellipsefilledbuttonimage.Name = "ellipsefilledbuttonimage"; this.ellipsefilledbutton.Add(this.ellipsefilledbuttonimage); this.toolstable.Add(this.ellipsefilledbutton); global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.toolstable [this.ellipsefilledbutton])); w10.TopAttach = ((uint)(4)); w10.BottomAttach = ((uint)(5)); w10.LeftAttach = ((uint)(1)); w10.RightAttach = ((uint)(2)); w10.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child toolstable.Gtk.Table+TableChild this.eraserbutton = new global::Gtk.RadioButton(""); this.eraserbutton.TooltipMarkup = "Rubber tool"; this.eraserbutton.CanFocus = true; this.eraserbutton.Name = "eraserbutton"; this.eraserbutton.DrawIndicator = false; this.eraserbutton.UseUnderline = true; this.eraserbutton.Group = this.anglebutton.Group; this.eraserbutton.Remove(this.eraserbutton.Child); // Container child eraserbutton.Gtk.Container+ContainerChild this.eraserbuttonimage = new global::Gtk.Image(); this.eraserbuttonimage.Name = "eraserbuttonimage"; this.eraserbutton.Add(this.eraserbuttonimage); this.toolstable.Add(this.eraserbutton); global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.toolstable [this.eraserbutton])); w12.LeftAttach = ((uint)(1)); w12.RightAttach = ((uint)(2)); w12.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child toolstable.Gtk.Table+TableChild this.linebutton = new global::Gtk.RadioButton(""); this.linebutton.TooltipMarkup = "Line tool"; this.linebutton.CanFocus = true; this.linebutton.Name = "linebutton"; this.linebutton.DrawIndicator = false; this.linebutton.UseUnderline = true; this.linebutton.Group = this.anglebutton.Group; this.linebutton.Remove(this.linebutton.Child); // Container child linebutton.Gtk.Container+ContainerChild this.linebuttonimage = new global::Gtk.Image(); this.linebuttonimage.Name = "linebuttonimage"; this.linebutton.Add(this.linebuttonimage); this.toolstable.Add(this.linebutton); global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.toolstable [this.linebutton])); w14.TopAttach = ((uint)(2)); w14.BottomAttach = ((uint)(3)); w14.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child toolstable.Gtk.Table+TableChild this.numberbutton = new global::Gtk.RadioButton(""); this.numberbutton.TooltipMarkup = "Index tool"; this.numberbutton.CanFocus = true; this.numberbutton.Name = "numberbutton"; this.numberbutton.DrawIndicator = false; this.numberbutton.UseUnderline = true; this.numberbutton.Group = this.anglebutton.Group; this.numberbutton.Remove(this.numberbutton.Child); // Container child numberbutton.Gtk.Container+ContainerChild this.numberbuttonimage = new global::Gtk.Image(); this.numberbuttonimage.Name = "numberbuttonimage"; this.numberbutton.Add(this.numberbuttonimage); this.toolstable.Add(this.numberbutton); global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.toolstable [this.numberbutton])); w16.TopAttach = ((uint)(5)); w16.BottomAttach = ((uint)(6)); w16.LeftAttach = ((uint)(1)); w16.RightAttach = ((uint)(2)); w16.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child toolstable.Gtk.Table+TableChild this.penbutton = new global::Gtk.RadioButton(""); this.penbutton.TooltipMarkup = "Pencil tool"; this.penbutton.CanFocus = true; this.penbutton.Name = "penbutton"; this.penbutton.DrawIndicator = false; this.penbutton.UseUnderline = true; this.penbutton.Group = this.anglebutton.Group; this.penbutton.Remove(this.penbutton.Child); // Container child penbutton.Gtk.Container+ContainerChild this.penbuttonimage = new global::Gtk.Image(); this.penbuttonimage.Name = "penbuttonimage"; this.penbutton.Add(this.penbuttonimage); this.toolstable.Add(this.penbutton); global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.toolstable [this.penbutton])); w18.TopAttach = ((uint)(1)); w18.BottomAttach = ((uint)(2)); w18.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child toolstable.Gtk.Table+TableChild this.playerbutton = new global::Gtk.RadioButton(""); this.playerbutton.TooltipMarkup = "Player tool"; this.playerbutton.CanFocus = true; this.playerbutton.Name = "playerbutton"; this.playerbutton.DrawIndicator = false; this.playerbutton.UseUnderline = true; this.playerbutton.Group = this.anglebutton.Group; this.playerbutton.Remove(this.playerbutton.Child); // Container child playerbutton.Gtk.Container+ContainerChild this.playerbuttonimage = new global::Gtk.Image(); this.playerbuttonimage.Name = "playerbuttonimage"; this.playerbutton.Add(this.playerbuttonimage); this.toolstable.Add(this.playerbutton); global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.toolstable [this.playerbutton])); w20.TopAttach = ((uint)(5)); w20.BottomAttach = ((uint)(6)); w20.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child toolstable.Gtk.Table+TableChild this.rectanglebutton = new global::Gtk.RadioButton(""); this.rectanglebutton.TooltipMarkup = "Rectangle tool"; this.rectanglebutton.CanFocus = true; this.rectanglebutton.Name = "rectanglebutton"; this.rectanglebutton.DrawIndicator = false; this.rectanglebutton.UseUnderline = true; this.rectanglebutton.Group = this.anglebutton.Group; this.rectanglebutton.Remove(this.rectanglebutton.Child); // Container child rectanglebutton.Gtk.Container+ContainerChild this.rectanglebuttonimage = new global::Gtk.Image(); this.rectanglebuttonimage.Name = "rectanglebuttonimage"; this.rectanglebutton.Add(this.rectanglebuttonimage); this.toolstable.Add(this.rectanglebutton); global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.toolstable [this.rectanglebutton])); w22.TopAttach = ((uint)(3)); w22.BottomAttach = ((uint)(4)); w22.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child toolstable.Gtk.Table+TableChild this.rectanglefilledbutton = new global::Gtk.RadioButton(""); this.rectanglefilledbutton.TooltipMarkup = "Filled rectangle tool"; this.rectanglefilledbutton.CanFocus = true; this.rectanglefilledbutton.Name = "rectanglefilledbutton"; this.rectanglefilledbutton.DrawIndicator = false; this.rectanglefilledbutton.UseUnderline = true; this.rectanglefilledbutton.Group = this.anglebutton.Group; this.rectanglefilledbutton.Remove(this.rectanglefilledbutton.Child); // Container child rectanglefilledbutton.Gtk.Container+ContainerChild this.rectanglefilledbuttonimage = new global::Gtk.Image(); this.rectanglefilledbuttonimage.Name = "rectanglefilledbuttonimage"; this.rectanglefilledbutton.Add(this.rectanglefilledbuttonimage); this.toolstable.Add(this.rectanglefilledbutton); global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.toolstable [this.rectanglefilledbutton])); w24.TopAttach = ((uint)(4)); w24.BottomAttach = ((uint)(5)); w24.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child toolstable.Gtk.Table+TableChild this.selectbutton = new global::Gtk.RadioButton(""); this.selectbutton.TooltipMarkup = "Selection tool"; this.selectbutton.CanFocus = true; this.selectbutton.Name = "selectbutton"; this.selectbutton.DrawIndicator = false; this.selectbutton.UseUnderline = true; this.selectbutton.Group = this.anglebutton.Group; this.selectbutton.Remove(this.selectbutton.Child); // Container child selectbutton.Gtk.Container+ContainerChild this.selectbuttonimage = new global::Gtk.Image(); this.selectbuttonimage.Name = "selectbuttonimage"; this.selectbutton.Add(this.selectbuttonimage); this.toolstable.Add(this.selectbutton); global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.toolstable [this.selectbutton])); w26.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child toolstable.Gtk.Table+TableChild this.textbutton = new global::Gtk.RadioButton(""); this.textbutton.TooltipMarkup = "Text tool"; this.textbutton.CanFocus = true; this.textbutton.Name = "textbutton"; this.textbutton.DrawIndicator = false; this.textbutton.UseUnderline = true; this.textbutton.Group = this.anglebutton.Group; this.textbutton.Remove(this.textbutton.Child); // Container child textbutton.Gtk.Container+ContainerChild this.textbuttonimage = new global::Gtk.Image(); this.textbuttonimage.Name = "textbuttonimage"; this.textbutton.Add(this.textbuttonimage); this.toolstable.Add(this.textbutton); global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.toolstable [this.textbutton])); w28.TopAttach = ((uint)(1)); w28.BottomAttach = ((uint)(2)); w28.LeftAttach = ((uint)(1)); w28.RightAttach = ((uint)(2)); w28.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child toolstable.Gtk.Table+TableChild this.zoombutton = new global::Gtk.RadioButton(""); this.zoombutton.TooltipMarkup = "Index tool"; this.zoombutton.CanFocus = true; this.zoombutton.Name = "zoombutton"; this.zoombutton.DrawIndicator = false; this.zoombutton.UseUnderline = true; this.zoombutton.Group = this.anglebutton.Group; this.zoombutton.Remove(this.zoombutton.Child); // Container child zoombutton.Gtk.Container+ContainerChild this.zoombuttonimage = new global::Gtk.Image(); this.zoombuttonimage.Name = "zoombuttonimage"; this.zoombutton.Add(this.zoombuttonimage); this.toolstable.Add(this.zoombutton); global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.toolstable [this.zoombutton])); w30.TopAttach = ((uint)(6)); w30.BottomAttach = ((uint)(7)); w30.YOptions = ((global::Gtk.AttachOptions)(4)); this.leftbox.Add(this.toolstable); global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.leftbox [this.toolstable])); w31.Position = 1; w31.Expand = false; // Container child leftbox.Gtk.Box+BoxChild this.zoombox = new global::Gtk.HBox(); this.zoombox.Name = "zoombox"; this.zoombox.Spacing = 6; // Container child zoombox.Gtk.Box+BoxChild this.zoomlabel = new global::Gtk.Label(); this.zoomlabel.Name = "zoomlabel"; this.zoomlabel.LabelProp = "100%"; this.zoombox.Add(this.zoomlabel); global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.zoombox [this.zoomlabel])); w32.Position = 0; w32.Expand = false; w32.Fill = false; // Container child zoombox.Gtk.Box+BoxChild this.zoomscalebox = new global::Gtk.HBox(); this.zoomscalebox.Name = "zoomscalebox"; this.zoomscalebox.Spacing = 6; // Container child zoomscalebox.Gtk.Box+BoxChild this.zoomoutimage = new global::Gtk.Image(); this.zoomoutimage.WidthRequest = 14; this.zoomoutimage.HeightRequest = 8; this.zoomoutimage.Name = "zoomoutimage"; this.zoomscalebox.Add(this.zoomoutimage); global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.zoomscalebox [this.zoomoutimage])); w33.Position = 0; w33.Expand = false; w33.Fill = false; // Container child zoomscalebox.Gtk.Box+BoxChild this.zoomscale = new global::Gtk.HScale(null); this.zoomscale.Name = "zoomscale"; this.zoomscale.Adjustment.Upper = 100; this.zoomscale.Adjustment.PageIncrement = 10; this.zoomscale.Adjustment.StepIncrement = 1; this.zoomscale.Adjustment.Value = 12; this.zoomscale.DrawValue = false; this.zoomscale.Digits = 0; this.zoomscale.ValuePos = ((global::Gtk.PositionType)(2)); this.zoomscalebox.Add(this.zoomscale); global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.zoomscalebox [this.zoomscale])); w34.Position = 1; // Container child zoomscalebox.Gtk.Box+BoxChild this.zoominimage = new global::Gtk.Image(); this.zoominimage.WidthRequest = 14; this.zoominimage.HeightRequest = 8; this.zoominimage.Name = "zoominimage"; this.zoomscalebox.Add(this.zoominimage); global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.zoomscalebox [this.zoominimage])); w35.Position = 2; w35.Expand = false; w35.Fill = false; this.zoombox.Add(this.zoomscalebox); global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.zoombox [this.zoomscalebox])); w36.Position = 1; this.leftbox.Add(this.zoombox); global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.leftbox [this.zoombox])); w37.Position = 2; w37.Expand = false; w37.Fill = false; // Container child leftbox.Gtk.Box+BoxChild this.linesframe = new global::Gtk.Frame(); this.linesframe.Name = "linesframe"; this.linesframe.ShadowType = ((global::Gtk.ShadowType)(0)); // Container child linesframe.Gtk.Container+ContainerChild this.GtkAlignment4 = new global::Gtk.Alignment(0F, 0F, 1F, 1F); this.GtkAlignment4.Name = "GtkAlignment4"; this.GtkAlignment4.LeftPadding = ((uint)(12)); // Container child GtkAlignment4.Gtk.Container+ContainerChild this.table1 = new global::Gtk.Table(((uint)(4)), ((uint)(2)), false); this.table1.Name = "table1"; this.table1.RowSpacing = ((uint)(6)); this.table1.ColumnSpacing = ((uint)(6)); // Container child table1.Gtk.Table+TableChild this.colorbutton = new global::Gtk.ColorButton(); this.colorbutton.Events = ((global::Gdk.EventMask)(784)); this.colorbutton.Name = "colorbutton"; this.table1.Add(this.colorbutton); global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table1 [this.colorbutton])); w38.LeftAttach = ((uint)(1)); w38.RightAttach = ((uint)(2)); w38.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.colorslabel = new global::Gtk.Label(); this.colorslabel.Name = "colorslabel"; this.colorslabel.Xalign = 0F; this.colorslabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Color</b>"); this.colorslabel.UseMarkup = true; this.table1.Add(this.colorslabel); global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table1 [this.colorslabel])); w39.XOptions = ((global::Gtk.AttachOptions)(4)); w39.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label3 = new global::Gtk.Label(); this.label3.Name = "label3"; this.label3.Xalign = 0F; this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Size</b>"); this.label3.UseMarkup = true; this.table1.Add(this.label3); global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3])); w40.TopAttach = ((uint)(1)); w40.BottomAttach = ((uint)(2)); w40.XOptions = ((global::Gtk.AttachOptions)(4)); w40.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label4 = new global::Gtk.Label(); this.label4.Name = "label4"; this.label4.Xalign = 0F; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Style</b>"); this.label4.UseMarkup = true; this.table1.Add(this.label4); global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4])); w41.TopAttach = ((uint)(2)); w41.BottomAttach = ((uint)(3)); w41.XOptions = ((global::Gtk.AttachOptions)(4)); w41.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label5 = new global::Gtk.Label(); this.label5.Name = "label5"; this.label5.Xalign = 0F; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Type</b>"); this.label5.UseMarkup = true; this.table1.Add(this.label5); global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5])); w42.TopAttach = ((uint)(3)); w42.BottomAttach = ((uint)(4)); w42.XOptions = ((global::Gtk.AttachOptions)(4)); w42.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.linesizespinbutton = new global::Gtk.SpinButton(2, 20, 1); this.linesizespinbutton.Name = "linesizespinbutton"; this.linesizespinbutton.Adjustment.PageIncrement = 10; this.linesizespinbutton.ClimbRate = 1; this.linesizespinbutton.Numeric = true; this.linesizespinbutton.Value = 4; this.table1.Add(this.linesizespinbutton); global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table1 [this.linesizespinbutton])); w43.TopAttach = ((uint)(1)); w43.BottomAttach = ((uint)(2)); w43.LeftAttach = ((uint)(1)); w43.RightAttach = ((uint)(2)); w43.XOptions = ((global::Gtk.AttachOptions)(4)); w43.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.stylecombobox = global::Gtk.ComboBox.NewText(); this.stylecombobox.TooltipMarkup = "Change the line style"; this.stylecombobox.Name = "stylecombobox"; this.table1.Add(this.stylecombobox); global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.table1 [this.stylecombobox])); w44.TopAttach = ((uint)(2)); w44.BottomAttach = ((uint)(3)); w44.LeftAttach = ((uint)(1)); w44.RightAttach = ((uint)(2)); w44.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.typecombobox = global::Gtk.ComboBox.NewText(); this.typecombobox.TooltipMarkup = "Change the line style"; this.typecombobox.Name = "typecombobox"; this.table1.Add(this.typecombobox); global::Gtk.Table.TableChild w45 = ((global::Gtk.Table.TableChild)(this.table1 [this.typecombobox])); w45.TopAttach = ((uint)(3)); w45.BottomAttach = ((uint)(4)); w45.LeftAttach = ((uint)(1)); w45.RightAttach = ((uint)(2)); w45.YOptions = ((global::Gtk.AttachOptions)(4)); this.GtkAlignment4.Add(this.table1); this.linesframe.Add(this.GtkAlignment4); this.GtkLabel4 = new global::Gtk.Label(); this.GtkLabel4.Name = "GtkLabel4"; this.GtkLabel4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Lines</b>"); this.GtkLabel4.UseMarkup = true; this.linesframe.LabelWidget = this.GtkLabel4; this.leftbox.Add(this.linesframe); global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.leftbox [this.linesframe])); w48.Position = 3; w48.Expand = false; w48.Fill = false; // Container child leftbox.Gtk.Box+BoxChild this.textframe = new global::Gtk.Frame(); this.textframe.Name = "textframe"; this.textframe.ShadowType = ((global::Gtk.ShadowType)(0)); // Container child textframe.Gtk.Container+ContainerChild this.GtkAlignment13 = new global::Gtk.Alignment(0F, 0F, 1F, 1F); this.GtkAlignment13.Name = "GtkAlignment13"; this.GtkAlignment13.LeftPadding = ((uint)(12)); // Container child GtkAlignment13.Gtk.Container+ContainerChild this.table4 = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false); this.table4.Name = "table4"; this.table4.RowSpacing = ((uint)(6)); this.table4.ColumnSpacing = ((uint)(6)); // Container child table4.Gtk.Table+TableChild this.backgroundcolorbutton = new global::Gtk.ColorButton(); this.backgroundcolorbutton.Events = ((global::Gdk.EventMask)(784)); this.backgroundcolorbutton.Name = "backgroundcolorbutton"; this.table4.Add(this.backgroundcolorbutton); global::Gtk.Table.TableChild w49 = ((global::Gtk.Table.TableChild)(this.table4 [this.backgroundcolorbutton])); w49.TopAttach = ((uint)(1)); w49.BottomAttach = ((uint)(2)); w49.LeftAttach = ((uint)(1)); w49.RightAttach = ((uint)(2)); w49.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table4.Gtk.Table+TableChild this.backgroundcolorslabel2 = new global::Gtk.Label(); this.backgroundcolorslabel2.Name = "backgroundcolorslabel2"; this.backgroundcolorslabel2.Xalign = 0F; this.backgroundcolorslabel2.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Background</b>"); this.backgroundcolorslabel2.UseMarkup = true; this.table4.Add(this.backgroundcolorslabel2); global::Gtk.Table.TableChild w50 = ((global::Gtk.Table.TableChild)(this.table4 [this.backgroundcolorslabel2])); w50.TopAttach = ((uint)(1)); w50.BottomAttach = ((uint)(2)); w50.XOptions = ((global::Gtk.AttachOptions)(4)); w50.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table4.Gtk.Table+TableChild this.backgroundcolorslabel3 = new global::Gtk.Label(); this.backgroundcolorslabel3.Name = "backgroundcolorslabel3"; this.backgroundcolorslabel3.Xalign = 0F; this.backgroundcolorslabel3.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Size</b>"); this.backgroundcolorslabel3.UseMarkup = true; this.table4.Add(this.backgroundcolorslabel3); global::Gtk.Table.TableChild w51 = ((global::Gtk.Table.TableChild)(this.table4 [this.backgroundcolorslabel3])); w51.TopAttach = ((uint)(2)); w51.BottomAttach = ((uint)(3)); w51.XOptions = ((global::Gtk.AttachOptions)(4)); w51.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table4.Gtk.Table+TableChild this.textcolorbutton = new global::Gtk.ColorButton(); this.textcolorbutton.Events = ((global::Gdk.EventMask)(784)); this.textcolorbutton.Name = "textcolorbutton"; this.table4.Add(this.textcolorbutton); global::Gtk.Table.TableChild w52 = ((global::Gtk.Table.TableChild)(this.table4 [this.textcolorbutton])); w52.LeftAttach = ((uint)(1)); w52.RightAttach = ((uint)(2)); w52.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table4.Gtk.Table+TableChild this.textcolorslabel2 = new global::Gtk.Label(); this.textcolorslabel2.Name = "textcolorslabel2"; this.textcolorslabel2.Xalign = 0F; this.textcolorslabel2.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Color</b>"); this.textcolorslabel2.UseMarkup = true; this.table4.Add(this.textcolorslabel2); global::Gtk.Table.TableChild w53 = ((global::Gtk.Table.TableChild)(this.table4 [this.textcolorslabel2])); w53.XOptions = ((global::Gtk.AttachOptions)(4)); w53.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table4.Gtk.Table+TableChild this.textspinbutton = new global::Gtk.SpinButton(6, 100, 1); this.textspinbutton.Name = "textspinbutton"; this.textspinbutton.Adjustment.PageIncrement = 10; this.textspinbutton.ClimbRate = 1; this.textspinbutton.Numeric = true; this.textspinbutton.Value = 12; this.table4.Add(this.textspinbutton); global::Gtk.Table.TableChild w54 = ((global::Gtk.Table.TableChild)(this.table4 [this.textspinbutton])); w54.TopAttach = ((uint)(2)); w54.BottomAttach = ((uint)(3)); w54.LeftAttach = ((uint)(1)); w54.RightAttach = ((uint)(2)); w54.YOptions = ((global::Gtk.AttachOptions)(4)); this.GtkAlignment13.Add(this.table4); this.textframe.Add(this.GtkAlignment13); this.GtkLabel5 = new global::Gtk.Label(); this.GtkLabel5.Name = "GtkLabel5"; this.GtkLabel5.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Text</b>"); this.GtkLabel5.UseMarkup = true; this.textframe.LabelWidget = this.GtkLabel5; this.leftbox.Add(this.textframe); global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.leftbox [this.textframe])); w57.Position = 4; w57.Expand = false; w57.Fill = false; // Container child leftbox.Gtk.Box+BoxChild this.clearbutton = new global::Gtk.Button(); this.clearbutton.TooltipMarkup = "Clear all drawings"; this.clearbutton.CanFocus = true; this.clearbutton.Name = "clearbutton"; this.clearbutton.UseUnderline = true; global::Gtk.Image w58 = new global::Gtk.Image(); w58.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-clear", global::Gtk.IconSize.LargeToolbar); this.clearbutton.Image = w58; this.leftbox.Add(this.clearbutton); global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.leftbox [this.clearbutton])); w59.PackType = ((global::Gtk.PackType)(1)); w59.Position = 5; w59.Expand = false; w59.Fill = false; this.vbox2.Add(this.leftbox); global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.leftbox])); w60.Position = 0; // Container child vbox2.Gtk.Box+BoxChild this.savetoprojectbutton = new global::Gtk.Button(); this.savetoprojectbutton.CanFocus = true; this.savetoprojectbutton.Name = "savetoprojectbutton"; this.savetoprojectbutton.UseUnderline = true; this.savetoprojectbutton.Label = global::Mono.Unix.Catalog.GetString("Save to Project"); global::Gtk.Image w61 = new global::Gtk.Image(); w61.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu); this.savetoprojectbutton.Image = w61; this.vbox2.Add(this.savetoprojectbutton); global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.savetoprojectbutton])); w62.PackType = ((global::Gtk.PackType)(1)); w62.Position = 1; w62.Expand = false; w62.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.savebutton = new global::Gtk.Button(); this.savebutton.CanFocus = true; this.savebutton.Name = "savebutton"; this.savebutton.UseUnderline = true; this.savebutton.Label = global::Mono.Unix.Catalog.GetString("Save to File"); global::Gtk.Image w63 = new global::Gtk.Image(); w63.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu); this.savebutton.Image = w63; this.vbox2.Add(this.savebutton); global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.savebutton])); w64.PackType = ((global::Gtk.PackType)(1)); w64.Position = 2; w64.Expand = false; w64.Fill = false; this.hbox1.Add(this.vbox2); global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2])); w65.Position = 0; w65.Expand = false; w65.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.hbox3 = new global::Gtk.HBox(); this.hbox3.Name = "hbox3"; this.hbox3.Spacing = 6; // Container child hbox3.Gtk.Box+BoxChild this.vbox4 = new global::Gtk.VBox(); this.vbox4.Name = "vbox4"; this.vbox4.Spacing = 6; // Container child vbox4.Gtk.Box+BoxChild this.drawingarea = new global::Gtk.DrawingArea(); this.drawingarea.Name = "drawingarea"; this.vbox4.Add(this.drawingarea); global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.drawingarea])); w66.Position = 0; // Container child vbox4.Gtk.Box+BoxChild this.wscrollbar = new global::Gtk.HScrollbar(null); this.wscrollbar.Name = "wscrollbar"; this.wscrollbar.Adjustment.Upper = 100; this.wscrollbar.Adjustment.PageIncrement = 10; this.wscrollbar.Adjustment.PageSize = 10; this.wscrollbar.Adjustment.StepIncrement = 1; this.vbox4.Add(this.wscrollbar); global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.wscrollbar])); w67.Position = 1; w67.Expand = false; w67.Fill = false; this.hbox3.Add(this.vbox4); global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox4])); w68.Position = 0; // Container child hbox3.Gtk.Box+BoxChild this.vbox5 = new global::Gtk.VBox(); this.vbox5.Name = "vbox5"; this.vbox5.Spacing = 6; // Container child vbox5.Gtk.Box+BoxChild this.hscrollbar = new global::Gtk.VScrollbar(null); this.hscrollbar.Name = "hscrollbar"; this.hscrollbar.Adjustment.Upper = 100; this.hscrollbar.Adjustment.PageIncrement = 10; this.hscrollbar.Adjustment.PageSize = 10; this.hscrollbar.Adjustment.StepIncrement = 1; this.vbox5.Add(this.hscrollbar); global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hscrollbar])); w69.Position = 0; // Container child vbox5.Gtk.Box+BoxChild this.alignment1 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F); this.alignment1.Name = "alignment1"; this.vbox5.Add(this.alignment1); global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.alignment1])); w70.Position = 1; w70.Expand = false; w70.Fill = false; this.hbox3.Add(this.vbox5); global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox5])); w71.Position = 1; w71.Expand = false; w71.Fill = false; this.hbox1.Add(this.hbox3); global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.hbox3])); w72.Position = 1; w1.Add(this.hbox1); global::Gtk.Box.BoxChild w73 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1])); w73.Position = 0; // Internal child LongoMatch.Gui.Dialog.DrawingTool.ActionArea global::Gtk.HButtonBox w74 = this.ActionArea; w74.Name = "dialog1_ActionArea"; w74.Spacing = 6; w74.BorderWidth = ((uint)(5)); w74.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4)); // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.closebutton = new global::Gtk.Button(); this.closebutton.CanFocus = true; this.closebutton.Name = "closebutton"; this.closebutton.UseUnderline = true; this.closebutton.Label = global::Mono.Unix.Catalog.GetString("Close"); global::Gtk.Image w75 = new global::Gtk.Image(); w75.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-close", global::Gtk.IconSize.Menu); this.closebutton.Image = w75; this.AddActionWidget(this.closebutton, 0); global::Gtk.ButtonBox.ButtonBoxChild w76 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w74 [this.closebutton])); w76.Expand = false; w76.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.anglebutton.Hide(); this.savetoprojectbutton.Hide(); this.closebutton.Hide(); this.Show(); }
protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget MonoDevelop.Refactoring.EncapsulateFieldDialog this.Name = "MonoDevelop.Refactoring.EncapsulateFieldDialog"; this.Title = global::Mono.Unix.Catalog.GetString ("Encapsulate Fields"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); this.BorderWidth = ((uint)(6)); // Internal child MonoDevelop.Refactoring.EncapsulateFieldDialog.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; w1.Spacing = 6; w1.BorderWidth = ((uint)(2)); // Container child dialog1_VBox.Gtk.Box+BoxChild this.vbox = new global::Gtk.VBox (); this.vbox.Name = "vbox"; this.vbox.Spacing = 6; this.vbox.BorderWidth = ((uint)(6)); // Container child vbox.Gtk.Box+BoxChild this.GtkScrolledWindow = new global::Gtk.ScrolledWindow (); this.GtkScrolledWindow.Name = "GtkScrolledWindow"; this.GtkScrolledWindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2)); this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child GtkScrolledWindow.Gtk.Container+ContainerChild this.treeview = new global::Gtk.TreeView (); this.treeview.CanFocus = true; this.treeview.Name = "treeview"; this.GtkScrolledWindow.Add (this.treeview); this.vbox.Add (this.GtkScrolledWindow); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox [this.GtkScrolledWindow])); w3.Position = 0; // Container child 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.buttonSelectAll = new global::Gtk.Button (); this.buttonSelectAll.CanFocus = true; this.buttonSelectAll.Name = "buttonSelectAll"; this.buttonSelectAll.UseUnderline = true; this.buttonSelectAll.Label = global::Mono.Unix.Catalog.GetString ("Select All"); this.hbox1.Add (this.buttonSelectAll); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonSelectAll])); w4.Position = 0; w4.Expand = false; w4.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.buttonUnselectAll = new global::Gtk.Button (); this.buttonUnselectAll.CanFocus = true; this.buttonUnselectAll.Name = "buttonUnselectAll"; this.buttonUnselectAll.UseUnderline = true; this.buttonUnselectAll.Label = global::Mono.Unix.Catalog.GetString ("Unselect All"); this.hbox1.Add (this.buttonUnselectAll); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonUnselectAll])); w5.Position = 1; w5.Expand = false; w5.Fill = false; this.vbox.Add (this.hbox1); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox1])); w6.Position = 1; w6.Expand = false; w6.Fill = false; // Container child vbox.Gtk.Box+BoxChild this.hseparator2 = new global::Gtk.HSeparator (); this.hseparator2.Name = "hseparator2"; this.vbox.Add (this.hseparator2); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hseparator2])); w7.Position = 2; w7.Expand = false; w7.Fill = false; // Container child vbox.Gtk.Box+BoxChild this.labelUpdateRefs = new global::Gtk.Label (); this.labelUpdateRefs.Name = "labelUpdateRefs"; this.labelUpdateRefs.Xalign = 0F; this.labelUpdateRefs.LabelProp = global::Mono.Unix.Catalog.GetString ("_Update references:"); this.labelUpdateRefs.UseUnderline = true; this.vbox.Add (this.labelUpdateRefs); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox [this.labelUpdateRefs])); w8.Position = 3; w8.Expand = false; w8.Fill = false; // Container child vbox.Gtk.Box+BoxChild this.hboxUpdateRefs = new global::Gtk.HBox (); this.hboxUpdateRefs.Name = "hboxUpdateRefs"; this.hboxUpdateRefs.Spacing = 6; // Container child hboxUpdateRefs.Gtk.Box+BoxChild this.labelSpacer = new global::Gtk.Label (); this.labelSpacer.Name = "labelSpacer"; this.labelSpacer.Xalign = 0F; this.hboxUpdateRefs.Add (this.labelSpacer); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hboxUpdateRefs [this.labelSpacer])); w9.Position = 0; w9.Expand = false; w9.Fill = false; // Container child hboxUpdateRefs.Gtk.Box+BoxChild this.vboxUpdateChoices = new global::Gtk.VBox (); this.vboxUpdateChoices.Name = "vboxUpdateChoices"; this.vboxUpdateChoices.Spacing = 6; // Container child vboxUpdateChoices.Gtk.Box+BoxChild this.radioUpdateExternal = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_External")); this.radioUpdateExternal.CanFocus = true; this.radioUpdateExternal.Name = "radioUpdateExternal"; this.radioUpdateExternal.Active = true; this.radioUpdateExternal.DrawIndicator = true; this.radioUpdateExternal.UseUnderline = true; this.radioUpdateExternal.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.vboxUpdateChoices.Add (this.radioUpdateExternal); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vboxUpdateChoices [this.radioUpdateExternal])); w10.Position = 0; w10.Expand = false; w10.Fill = false; // Container child vboxUpdateChoices.Gtk.Box+BoxChild this.radioUpdateAll = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_All")); this.radioUpdateAll.CanFocus = true; this.radioUpdateAll.Name = "radioUpdateAll"; this.radioUpdateAll.DrawIndicator = true; this.radioUpdateAll.UseUnderline = true; this.radioUpdateAll.Group = this.radioUpdateExternal.Group; this.vboxUpdateChoices.Add (this.radioUpdateAll); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vboxUpdateChoices [this.radioUpdateAll])); w11.Position = 1; w11.Expand = false; w11.Fill = false; this.hboxUpdateRefs.Add (this.vboxUpdateChoices); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hboxUpdateRefs [this.vboxUpdateChoices])); w12.Position = 1; this.vbox.Add (this.hboxUpdateRefs); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hboxUpdateRefs])); w13.Position = 4; w13.Expand = false; w13.Fill = false; // Container child 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.imageError = new global::Gtk.Image (); this.imageError.Name = "imageError"; this.hbox2.Add (this.imageError); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.imageError])); w14.Position = 0; w14.Expand = false; w14.Fill = false; // Container child hbox2.Gtk.Box+BoxChild this.labelError = new global::Gtk.Label (); this.labelError.Name = "labelError"; this.hbox2.Add (this.labelError); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.labelError])); w15.Position = 1; w15.Expand = false; w15.Fill = false; this.vbox.Add (this.hbox2); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox2])); w16.Position = 5; w16.Expand = false; w16.Fill = false; w1.Add (this.vbox); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox])); w17.Position = 0; // Internal child MonoDevelop.Refactoring.EncapsulateFieldDialog.ActionArea global::Gtk.HButtonBox w18 = this.ActionArea; w18.Name = "dialog1_ActionArea"; w18.Spacing = 6; w18.BorderWidth = ((uint)(5)); w18.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 w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonCancel])); w19.Expand = false; w19.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 w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonOk])); w20.Position = 1; w20.Expand = false; w20.Fill = false; if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 465; this.DefaultHeight = 427; this.Show (); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MainWindow this.Name = "MainWindow"; this.Title = global::Mono.Unix.Catalog.GetString("MainWindow"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Container child MainWindow.Gtk.Container+ContainerChild this.table1 = new global::Gtk.Table(((uint)(9)), ((uint)(2)), false); this.table1.Name = "table1"; this.table1.RowSpacing = ((uint)(6)); this.table1.ColumnSpacing = ((uint)(6)); // Container child table1.Gtk.Table+TableChild this.BrojIndex = new global::Gtk.Label(); this.BrojIndex.Name = "BrojIndex"; this.BrojIndex.LabelProp = global::Mono.Unix.Catalog.GetString("BrojIndex"); this.table1.Add(this.BrojIndex); global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.BrojIndex])); w1.XOptions = ((global::Gtk.AttachOptions)(4)); w1.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.calendar = new global::Gtk.Calendar(); this.calendar.CanFocus = true; this.calendar.Name = "calendar"; this.calendar.DisplayOptions = ((global::Gtk.CalendarDisplayOptions)(35)); this.table1.Add(this.calendar); global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.calendar])); w2.TopAttach = ((uint)(3)); w2.BottomAttach = ((uint)(4)); w2.LeftAttach = ((uint)(1)); w2.RightAttach = ((uint)(2)); w2.XOptions = ((global::Gtk.AttachOptions)(4)); w2.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.combobox1 = global::Gtk.ComboBox.NewText(); this.combobox1.AppendText(global::Mono.Unix.Catalog.GetString("E1")); this.combobox1.AppendText(global::Mono.Unix.Catalog.GetString("E2")); this.combobox1.AppendText(global::Mono.Unix.Catalog.GetString("E3")); this.combobox1.Name = "combobox1"; this.table1.Add(this.combobox1); global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.combobox1])); w3.TopAttach = ((uint)(6)); w3.BottomAttach = ((uint)(7)); w3.LeftAttach = ((uint)(1)); w3.RightAttach = ((uint)(2)); w3.XOptions = ((global::Gtk.AttachOptions)(4)); w3.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.datumRodjenja = new global::Gtk.Label(); this.datumRodjenja.Name = "datumRodjenja"; this.datumRodjenja.LabelProp = global::Mono.Unix.Catalog.GetString("datumRodjenja"); this.table1.Add(this.datumRodjenja); global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.datumRodjenja])); w4.TopAttach = ((uint)(3)); w4.BottomAttach = ((uint)(4)); w4.XOptions = ((global::Gtk.AttachOptions)(4)); w4.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.dodaj = new global::Gtk.Button(); this.dodaj.CanFocus = true; this.dodaj.Name = "dodaj"; this.dodaj.UseUnderline = true; this.dodaj.Label = global::Mono.Unix.Catalog.GetString("Dodaj ucenika"); this.table1.Add(this.dodaj); global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.dodaj])); w5.TopAttach = ((uint)(8)); w5.BottomAttach = ((uint)(9)); w5.LeftAttach = ((uint)(1)); w5.RightAttach = ((uint)(2)); w5.XOptions = ((global::Gtk.AttachOptions)(4)); w5.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.hbox1 = new global::Gtk.HBox(); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; // Container child hbox1.Gtk.Box+BoxChild this.radiobutton2 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Muski")); this.radiobutton2.CanFocus = true; this.radiobutton2.Name = "radiobutton2"; this.radiobutton2.DrawIndicator = true; this.radiobutton2.UseUnderline = true; this.radiobutton2.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.hbox1.Add(this.radiobutton2); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.radiobutton2])); w6.Position = 0; // Container child hbox1.Gtk.Box+BoxChild this.radiobutton3 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Zenski")); this.radiobutton3.CanFocus = true; this.radiobutton3.Name = "radiobutton3"; this.radiobutton3.DrawIndicator = true; this.radiobutton3.UseUnderline = true; this.radiobutton3.Group = this.radiobutton2.Group; this.hbox1.Add(this.radiobutton3); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.radiobutton3])); w7.Position = 1; this.table1.Add(this.hbox1); global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.hbox1])); w8.TopAttach = ((uint)(5)); w8.BottomAttach = ((uint)(6)); w8.LeftAttach = ((uint)(1)); w8.RightAttach = ((uint)(2)); w8.XOptions = ((global::Gtk.AttachOptions)(4)); w8.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.ime = new global::Gtk.Label(); this.ime.Name = "ime"; this.ime.LabelProp = global::Mono.Unix.Catalog.GetString("Ime"); this.table1.Add(this.ime); global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.ime])); w9.TopAttach = ((uint)(1)); w9.BottomAttach = ((uint)(2)); w9.XOptions = ((global::Gtk.AttachOptions)(4)); w9.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.imeRoditelja = new global::Gtk.Label(); this.imeRoditelja.Name = "imeRoditelja"; this.imeRoditelja.LabelProp = global::Mono.Unix.Catalog.GetString("imeRoditelja"); this.table1.Add(this.imeRoditelja); global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.imeRoditelja])); w10.TopAttach = ((uint)(4)); w10.BottomAttach = ((uint)(5)); w10.XOptions = ((global::Gtk.AttachOptions)(4)); w10.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label9 = new global::Gtk.Label(); this.label9.Name = "label9"; this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Godina"); this.table1.Add(this.label9); global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.label9])); w11.TopAttach = ((uint)(7)); w11.BottomAttach = ((uint)(8)); w11.XOptions = ((global::Gtk.AttachOptions)(4)); w11.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.Pol = new global::Gtk.Label(); this.Pol.Name = "Pol"; this.Pol.LabelProp = global::Mono.Unix.Catalog.GetString("pol"); this.table1.Add(this.Pol); global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.Pol])); w12.TopAttach = ((uint)(5)); w12.BottomAttach = ((uint)(6)); w12.XOptions = ((global::Gtk.AttachOptions)(4)); w12.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.Prezime = new global::Gtk.Label(); this.Prezime.Name = "Prezime"; this.Prezime.LabelProp = global::Mono.Unix.Catalog.GetString("prezime"); this.table1.Add(this.Prezime); global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.Prezime])); w13.TopAttach = ((uint)(2)); w13.BottomAttach = ((uint)(3)); w13.XOptions = ((global::Gtk.AttachOptions)(4)); w13.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.Smer = new global::Gtk.Label(); this.Smer.Name = "Smer"; this.Smer.LabelProp = global::Mono.Unix.Catalog.GetString("Smer"); this.table1.Add(this.Smer); global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1[this.Smer])); w14.TopAttach = ((uint)(6)); w14.BottomAttach = ((uint)(7)); w14.XOptions = ((global::Gtk.AttachOptions)(4)); w14.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.studenti = new global::Gtk.Button(); this.studenti.CanFocus = true; this.studenti.Name = "studenti"; this.studenti.UseUnderline = true; this.studenti.Label = global::Mono.Unix.Catalog.GetString("Studenti"); this.table1.Add(this.studenti); global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1[this.studenti])); w15.TopAttach = ((uint)(8)); w15.BottomAttach = ((uint)(9)); w15.XOptions = ((global::Gtk.AttachOptions)(4)); w15.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.tbrojIndex = new global::Gtk.TextView(); this.tbrojIndex.CanFocus = true; this.tbrojIndex.Name = "tbrojIndex"; this.tbrojIndex.AcceptsTab = false; this.table1.Add(this.tbrojIndex); global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1[this.tbrojIndex])); w16.LeftAttach = ((uint)(1)); w16.RightAttach = ((uint)(2)); w16.XOptions = ((global::Gtk.AttachOptions)(4)); w16.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.tgodina = new global::Gtk.TextView(); this.tgodina.CanFocus = true; this.tgodina.Name = "tgodina"; this.tgodina.AcceptsTab = false; this.table1.Add(this.tgodina); global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1[this.tgodina])); w17.TopAttach = ((uint)(7)); w17.BottomAttach = ((uint)(8)); w17.LeftAttach = ((uint)(1)); w17.RightAttach = ((uint)(2)); w17.XOptions = ((global::Gtk.AttachOptions)(4)); w17.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.tIme = new global::Gtk.TextView(); this.tIme.CanFocus = true; this.tIme.Name = "tIme"; this.tIme.AcceptsTab = false; this.table1.Add(this.tIme); global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1[this.tIme])); w18.TopAttach = ((uint)(1)); w18.BottomAttach = ((uint)(2)); w18.LeftAttach = ((uint)(1)); w18.RightAttach = ((uint)(2)); w18.XOptions = ((global::Gtk.AttachOptions)(4)); w18.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.timeRoditelja = new global::Gtk.TextView(); this.timeRoditelja.CanFocus = true; this.timeRoditelja.Name = "timeRoditelja"; this.timeRoditelja.AcceptsTab = false; this.table1.Add(this.timeRoditelja); global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1[this.timeRoditelja])); w19.TopAttach = ((uint)(4)); w19.BottomAttach = ((uint)(5)); w19.LeftAttach = ((uint)(1)); w19.RightAttach = ((uint)(2)); w19.XOptions = ((global::Gtk.AttachOptions)(4)); w19.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.tprezime = new global::Gtk.TextView(); this.tprezime.CanFocus = true; this.tprezime.Name = "tprezime"; this.tprezime.AcceptsTab = false; this.table1.Add(this.tprezime); global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1[this.tprezime])); w20.TopAttach = ((uint)(2)); w20.BottomAttach = ((uint)(3)); w20.LeftAttach = ((uint)(1)); w20.RightAttach = ((uint)(2)); w20.XOptions = ((global::Gtk.AttachOptions)(4)); w20.YOptions = ((global::Gtk.AttachOptions)(4)); this.Add(this.table1); if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 389; this.DefaultHeight = 420; this.Show(); this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent); this.studenti.Clicked += new global::System.EventHandler(this.Studenti); this.dodaj.Clicked += new global::System.EventHandler(this.dodajUcenika); }
protected virtual void Build() { global::Stetic.Gui.Initialize (this); // Widget MonoDevelop.ClassDesigner.Gui.Dialogs.AddFigureDialog this.Name = "MonoDevelop.ClassDesigner.Gui.Dialogs.AddFigureDialog"; this.Title = global::Mono.Unix.Catalog.GetString ("Add new"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); this.Modal = true; // Internal child MonoDevelop.ClassDesigner.Gui.Dialogs.AddFigureDialog.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog1_VBox.Gtk.Box+BoxChild this.container = new global::Gtk.HBox (); this.container.Name = "container"; this.container.Spacing = 10; // Container child container.Gtk.Box+BoxChild this.vbox4 = new global::Gtk.VBox (); this.vbox4.Name = "vbox4"; this.vbox4.Spacing = 10; // Container child vbox4.Gtk.Box+BoxChild this.typeLabel = new global::Gtk.Label (); this.typeLabel.Name = "typeLabel"; this.typeLabel.Xalign = 0F; this.typeLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Name:"); this.typeLabel.Justify = ((global::Gtk.Justification)(1)); this.typeLabel.Selectable = true; this.vbox4.Add (this.typeLabel); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.typeLabel])); w2.Position = 0; w2.Padding = ((uint)(1)); // Container child vbox4.Gtk.Box+BoxChild this.label5 = new global::Gtk.Label (); this.label5.Name = "label5"; this.label5.Xalign = 0F; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Access:"); this.vbox4.Add (this.label5); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label5])); w3.Position = 1; // Container child vbox4.Gtk.Box+BoxChild this.createNew = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_Create new file")); this.createNew.Name = "createNew"; this.createNew.Active = true; this.createNew.DrawIndicator = true; this.createNew.UseUnderline = true; this.createNew.FocusOnClick = false; this.createNew.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.vbox4.Add (this.createNew); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.createNew])); w4.Position = 2; // Container child vbox4.Gtk.Box+BoxChild this.existing = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_Add to an existing file")); this.existing.Name = "existing"; this.existing.DrawIndicator = true; this.existing.UseUnderline = true; this.existing.FocusOnClick = false; this.existing.Group = this.createNew.Group; this.vbox4.Add (this.existing); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.existing])); w5.Position = 3; this.container.Add (this.vbox4); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.container [this.vbox4])); w6.Position = 0; w6.Expand = false; w6.Fill = false; w6.Padding = ((uint)(5)); // Container child container.Gtk.Box+BoxChild this.vbox5 = new global::Gtk.VBox (); this.vbox5.Name = "vbox5"; this.vbox5.Spacing = 5; // Container child vbox5.Gtk.Box+BoxChild this.typeName = new global::Gtk.Entry (); this.typeName.CanFocus = true; this.typeName.Name = "typeName"; this.typeName.IsEditable = true; this.typeName.InvisibleChar = '●'; this.vbox5.Add (this.typeName); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.typeName])); w7.Position = 0; w7.Expand = false; // Container child vbox5.Gtk.Box+BoxChild this.accessModifier = global::Gtk.ComboBox.NewText (); this.accessModifier.Name = "accessModifier"; this.vbox5.Add (this.accessModifier); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.accessModifier])); w8.Position = 1; w8.Expand = false; // Container child vbox5.Gtk.Box+BoxChild this.newFileName = new global::Gtk.Entry (); this.newFileName.CanFocus = true; this.newFileName.Name = "newFileName"; this.newFileName.IsEditable = true; this.newFileName.InvisibleChar = '●'; this.vbox5.Add (this.newFileName); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.newFileName])); w9.Position = 2; w9.Expand = false; // Container child vbox5.Gtk.Box+BoxChild this.hbox3 = new global::Gtk.HBox (); this.hbox3.Name = "hbox3"; this.hbox3.Spacing = 5; // Container child hbox3.Gtk.Box+BoxChild this.existingFileName = new global::Gtk.Entry (); this.existingFileName.Sensitive = false; this.existingFileName.CanFocus = true; this.existingFileName.Name = "existingFileName"; this.existingFileName.IsEditable = true; this.existingFileName.InvisibleChar = '●'; this.hbox3.Add (this.existingFileName); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.existingFileName])); w10.Position = 0; // Container child hbox3.Gtk.Box+BoxChild this.fileChooser = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select A File"), ((global::Gtk.FileChooserAction)(0))); this.fileChooser.Sensitive = false; this.fileChooser.Name = "fileChooser"; this.hbox3.Add (this.fileChooser); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.fileChooser])); w11.Position = 1; w11.Expand = false; this.vbox5.Add (this.hbox3); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox3])); w12.Position = 3; w12.Expand = false; w12.Fill = false; this.container.Add (this.vbox5); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.container [this.vbox5])); w13.Position = 1; w13.Padding = ((uint)(5)); w1.Add (this.container); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(w1 [this.container])); w14.Position = 0; w14.Expand = false; w14.Fill = false; // Internal child MonoDevelop.ClassDesigner.Gui.Dialogs.AddFigureDialog.ActionArea global::Gtk.HButtonBox w15 = this.ActionArea; w15.Name = "dialog1_ActionArea"; w15.Spacing = 10; w15.BorderWidth = ((uint)(5)); w15.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 w16 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w15 [this.buttonCancel])); w16.Expand = false; w16.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-add"; this.AddActionWidget (this.buttonOk, 0); global::Gtk.ButtonBox.ButtonBoxChild w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w15 [this.buttonOk])); w17.Position = 1; w17.Expand = false; w17.Fill = false; if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 537; this.DefaultHeight = 195; this.Show (); this.createNew.Toggled += new global::System.EventHandler (this.OnCreateNewToggled); this.accessModifier.Changed += new global::System.EventHandler (this.OnAccessModifierChanged); this.fileChooser.SelectionChanged += new global::System.EventHandler (this.OnFileChooserSelectionChanged); this.buttonCancel.Clicked += new global::System.EventHandler (this.OnButtonCancelClicked); this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget global::Stetic.BinContainer.Attach(this); this.Name = "MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget"; // Container child MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget.Gtk.Container+ContainerChild this.vbox66 = new global::Gtk.VBox(); this.vbox66.Name = "vbox66"; this.vbox66.Spacing = 6; // Container child vbox66.Gtk.Box+BoxChild this.buildBeforeRunCheckBox = new global::Gtk.CheckButton(); this.buildBeforeRunCheckBox.CanFocus = true; this.buildBeforeRunCheckBox.Name = "buildBeforeRunCheckBox"; this.buildBeforeRunCheckBox.Label = global::Mono.Unix.Catalog.GetString("Build solution before running"); this.buildBeforeRunCheckBox.DrawIndicator = true; this.buildBeforeRunCheckBox.UseUnderline = true; this.vbox66.Add(this.buildBeforeRunCheckBox); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox66 [this.buildBeforeRunCheckBox])); w1.Position = 0; w1.Expand = false; w1.Fill = false; // Container child vbox66.Gtk.Box+BoxChild this.runWithWarningsCheckBox = new global::Gtk.CheckButton(); this.runWithWarningsCheckBox.CanFocus = true; this.runWithWarningsCheckBox.Name = "runWithWarningsCheckBox"; this.runWithWarningsCheckBox.Label = global::Mono.Unix.Catalog.GetString("Run solution if build completed with warnings"); this.runWithWarningsCheckBox.DrawIndicator = true; this.runWithWarningsCheckBox.UseUnderline = true; this.vbox66.Add(this.runWithWarningsCheckBox); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox66 [this.runWithWarningsCheckBox])); w2.Position = 1; w2.Expand = false; w2.Fill = false; // Container child vbox66.Gtk.Box+BoxChild this.buildBeforeTestCheckBox = new global::Gtk.CheckButton(); this.buildBeforeTestCheckBox.CanFocus = true; this.buildBeforeTestCheckBox.Name = "buildBeforeTestCheckBox"; this.buildBeforeTestCheckBox.Label = global::Mono.Unix.Catalog.GetString("Build solution before executing unit tests"); this.buildBeforeTestCheckBox.DrawIndicator = true; this.buildBeforeTestCheckBox.UseUnderline = true; this.vbox66.Add(this.buildBeforeTestCheckBox); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox66 [this.buildBeforeTestCheckBox])); w3.Position = 2; w3.Expand = false; w3.Fill = false; // Container child vbox66.Gtk.Box+BoxChild this.alignment1 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F); this.alignment1.Name = "alignment1"; this.alignment1.LeftPadding = ((uint)(36)); // Container child alignment1.Gtk.Container+ContainerChild this.hbox1 = new global::Gtk.HBox(); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; // Container child hbox1.Gtk.Box+BoxChild this.label1 = new global::Gtk.Label(); this.label1.Name = "label1"; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Log _verbosity:"); this.label1.UseUnderline = true; this.hbox1.Add(this.label1); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1])); w4.Position = 0; w4.Expand = false; w4.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.verbosityCombo = global::Gtk.ComboBox.NewText(); this.verbosityCombo.AppendText(global::Mono.Unix.Catalog.GetString("Quiet")); this.verbosityCombo.AppendText(global::Mono.Unix.Catalog.GetString("Minimal")); this.verbosityCombo.AppendText(global::Mono.Unix.Catalog.GetString("Normal")); this.verbosityCombo.AppendText(global::Mono.Unix.Catalog.GetString("Detailed")); this.verbosityCombo.AppendText(global::Mono.Unix.Catalog.GetString("Diagnostic")); this.verbosityCombo.Name = "verbosityCombo"; this.verbosityCombo.Active = 2; this.hbox1.Add(this.verbosityCombo); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.verbosityCombo])); w5.Position = 1; w5.Expand = false; w5.Fill = false; this.alignment1.Add(this.hbox1); this.vbox66.Add(this.alignment1); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox66 [this.alignment1])); w7.Position = 3; w7.Expand = false; w7.Fill = false; // Container child vbox66.Gtk.Box+BoxChild this.buildAndRunOptionsLabel = new global::Gtk.Label(); this.buildAndRunOptionsLabel.Name = "buildAndRunOptionsLabel"; this.buildAndRunOptionsLabel.Xalign = 0F; this.buildAndRunOptionsLabel.Yalign = 0F; this.buildAndRunOptionsLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>File Save Options Before Building</b>"); this.buildAndRunOptionsLabel.UseMarkup = true; this.vbox66.Add(this.buildAndRunOptionsLabel); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox66 [this.buildAndRunOptionsLabel])); w8.Position = 4; w8.Expand = false; w8.Fill = false; w8.Padding = ((uint)(6)); // Container child vbox66.Gtk.Box+BoxChild this.hbox44 = new global::Gtk.HBox(); this.hbox44.Name = "hbox44"; this.hbox44.Spacing = 6; // Container child hbox44.Gtk.Box+BoxChild this.label71 = new global::Gtk.Label(); this.label71.Name = "label71"; this.label71.Xalign = 0F; this.label71.Yalign = 0F; this.label71.LabelProp = " "; this.hbox44.Add(this.label71); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox44 [this.label71])); w9.Position = 0; w9.Expand = false; w9.Fill = false; // Container child hbox44.Gtk.Box+BoxChild this.vbox67 = new global::Gtk.VBox(); this.vbox67.Name = "vbox67"; this.vbox67.Spacing = 6; // Container child vbox67.Gtk.Box+BoxChild this.saveChangesRadioButton = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("_Save changes to open documents")); this.saveChangesRadioButton.Name = "saveChangesRadioButton"; this.saveChangesRadioButton.Active = true; this.saveChangesRadioButton.DrawIndicator = true; this.saveChangesRadioButton.UseUnderline = true; this.saveChangesRadioButton.Group = new global::GLib.SList(global::System.IntPtr.Zero); this.vbox67.Add(this.saveChangesRadioButton); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.saveChangesRadioButton])); w10.Position = 0; w10.Expand = false; w10.Fill = false; // Container child vbox67.Gtk.Box+BoxChild this.promptChangesRadioButton = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("_Prompt to save changes to open documents")); this.promptChangesRadioButton.Name = "promptChangesRadioButton"; this.promptChangesRadioButton.DrawIndicator = true; this.promptChangesRadioButton.UseUnderline = true; this.promptChangesRadioButton.Group = this.saveChangesRadioButton.Group; this.vbox67.Add(this.promptChangesRadioButton); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.promptChangesRadioButton])); w11.Position = 1; w11.Expand = false; w11.Fill = false; // Container child vbox67.Gtk.Box+BoxChild this.noSaveRadioButton = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("_Don't save changes to open documents ")); this.noSaveRadioButton.Name = "noSaveRadioButton"; this.noSaveRadioButton.DrawIndicator = true; this.noSaveRadioButton.UseUnderline = true; this.noSaveRadioButton.Group = this.saveChangesRadioButton.Group; this.vbox67.Add(this.noSaveRadioButton); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.noSaveRadioButton])); w12.Position = 2; w12.Expand = false; w12.Fill = false; this.hbox44.Add(this.vbox67); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox44 [this.vbox67])); w13.Position = 1; w13.Expand = false; this.vbox66.Add(this.hbox44); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox66 [this.hbox44])); w14.Position = 5; this.Add(this.vbox66); if ((this.Child != null)) { this.Child.ShowAll(); } this.Show(); }
protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget MonoDevelop.Deployment.FileReplaceDialog this.Name = "MonoDevelop.Deployment.FileReplaceDialog"; this.Title = global::Mono.Unix.Catalog.GetString ("Replace existing file?"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); this.Modal = true; this.BorderWidth = ((uint)(6)); this.Resizable = false; this.AllowGrow = false; // Internal child MonoDevelop.Deployment.FileReplaceDialog.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; w1.Spacing = 4; 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.label7 = new global::Gtk.Label (); this.label7.Name = "label7"; this.hbox1.Add (this.label7); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label7])); w2.Position = 0; // Container child hbox1.Gtk.Box+BoxChild this.image1 = new global::Gtk.Image (); this.image1.Name = "image1"; this.image1.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-warning", global::Gtk.IconSize.Dialog); this.hbox1.Add (this.image1); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.image1])); w3.Position = 1; w3.Expand = false; w3.Fill = false; w3.Padding = ((uint)(8)); // Container child hbox1.Gtk.Box+BoxChild this.label5 = new global::Gtk.Label (); this.label5.Name = "label5"; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("<b><big>Deploy file already exists. Do you want to replace it?</big></b>"); this.label5.UseMarkup = true; this.label5.Wrap = true; this.label5.Justify = ((global::Gtk.Justification)(3)); this.hbox1.Add (this.label5); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label5])); w4.Position = 2; // Container child hbox1.Gtk.Box+BoxChild this.label6 = new global::Gtk.Label (); this.label6.Name = "label6"; this.hbox1.Add (this.label6); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label6])); w5.Position = 3; w1.Add (this.hbox1); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1])); w6.Position = 0; w6.Expand = false; w6.Fill = false; // Container child dialog1_VBox.Gtk.Box+BoxChild this.label2 = new global::Gtk.Label (); this.label2.Name = "label2"; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("There is already a file in the target directory that has the same name as the source file. You can keep the existing target file, or overwrite it with the source file."); this.label2.Wrap = true; this.label2.Justify = ((global::Gtk.Justification)(3)); w1.Add (this.label2); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(w1 [this.label2])); w7.Position = 1; w7.Expand = false; w7.Fill = false; // Container child dialog1_VBox.Gtk.Box+BoxChild this.hbox2 = new global::Gtk.HBox (); this.hbox2.Name = "hbox2"; this.hbox2.Spacing = 6; this.hbox2.BorderWidth = ((uint)(6)); // Container child hbox2.Gtk.Box+BoxChild this.label8 = new global::Gtk.Label (); this.label8.WidthRequest = 18; this.label8.Name = "label8"; this.hbox2.Add (this.label8); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label8])); w8.Position = 0; // 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.hbox3 = new global::Gtk.HBox (); this.hbox3.Name = "hbox3"; this.hbox3.Spacing = 6; // Container child hbox3.Gtk.Box+BoxChild this.radioReplace = new global::Gtk.RadioButton (""); this.radioReplace.CanFocus = true; this.radioReplace.Name = "radioReplace"; this.radioReplace.DrawIndicator = true; this.radioReplace.UseUnderline = true; this.radioReplace.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.radioReplace.Remove (this.radioReplace.Child); // Container child radioReplace.Gtk.Container+ContainerChild this.vbox5 = new global::Gtk.VBox (); this.vbox5.Name = "vbox5"; this.vbox5.Spacing = 6; this.vbox5.BorderWidth = ((uint)(2)); // Container child vbox5.Gtk.Box+BoxChild this.replaceLabel = new global::Gtk.Label (); this.replaceLabel.Name = "replaceLabel"; this.replaceLabel.Xalign = 0F; this.replaceLabel.UseMarkup = true; this.vbox5.Add (this.replaceLabel); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.replaceLabel])); w9.Position = 0; w9.Expand = false; // Container child vbox5.Gtk.Box+BoxChild this.hbox6 = new global::Gtk.HBox (); this.hbox6.Name = "hbox6"; this.hbox6.Spacing = 6; // Container child hbox6.Gtk.Box+BoxChild this.label25 = new global::Gtk.Label (); this.label25.Name = "label25"; this.label25.Xalign = 0F; this.label25.LabelProp = global::Mono.Unix.Catalog.GetString ("Name:"); this.label25.Justify = ((global::Gtk.Justification)(1)); this.hbox6.Add (this.label25); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.label25])); w10.Position = 0; w10.Expand = false; w10.Fill = false; // Container child hbox6.Gtk.Box+BoxChild this.sourceName = new global::Gtk.Label (); this.sourceName.Name = "sourceName"; this.sourceName.Xalign = 0F; this.sourceName.Selectable = true; this.sourceName.Ellipsize = ((global::Pango.EllipsizeMode)(2)); this.sourceName.MaxWidthChars = 35; this.hbox6.Add (this.sourceName); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.sourceName])); w11.Position = 1; this.vbox5.Add (this.hbox6); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox6])); w12.Position = 1; w12.Expand = false; w12.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.hbox7 = new global::Gtk.HBox (); this.hbox7.Name = "hbox7"; this.hbox7.Spacing = 6; // Container child hbox7.Gtk.Box+BoxChild this.label26 = new global::Gtk.Label (); this.label26.Name = "label26"; this.label26.Xalign = 0F; this.label26.LabelProp = global::Mono.Unix.Catalog.GetString ("Modified:"); this.label26.Justify = ((global::Gtk.Justification)(1)); this.hbox7.Add (this.label26); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label26])); w13.Position = 0; w13.Expand = false; w13.Fill = false; // Container child hbox7.Gtk.Box+BoxChild this.sourceModified = new global::Gtk.Label (); this.sourceModified.Name = "sourceModified"; this.sourceModified.Xalign = 0F; this.hbox7.Add (this.sourceModified); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.sourceModified])); w14.Position = 1; this.vbox5.Add (this.hbox7); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox7])); w15.Position = 2; w15.Expand = false; w15.Fill = false; this.radioReplace.Add (this.vbox5); this.hbox3.Add (this.radioReplace); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.radioReplace])); w17.Position = 0; this.vbox4.Add (this.hbox3); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox3])); w18.Position = 0; w18.Expand = false; w18.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.hbox4 = new global::Gtk.HBox (); this.hbox4.Name = "hbox4"; this.hbox4.Spacing = 6; // Container child hbox4.Gtk.Box+BoxChild this.radioKeep = new global::Gtk.RadioButton (""); this.radioKeep.CanFocus = true; this.radioKeep.Name = "radioKeep"; this.radioKeep.DrawIndicator = true; this.radioKeep.UseUnderline = true; this.radioKeep.Group = this.radioReplace.Group; this.radioKeep.Remove (this.radioKeep.Child); // Container child radioKeep.Gtk.Container+ContainerChild this.vbox6 = new global::Gtk.VBox (); this.vbox6.Name = "vbox6"; this.vbox6.Spacing = 6; this.vbox6.BorderWidth = ((uint)(2)); // Container child vbox6.Gtk.Box+BoxChild this.keepLabel = new global::Gtk.Label (); this.keepLabel.Name = "keepLabel"; this.keepLabel.Xalign = 0F; this.keepLabel.UseMarkup = true; this.vbox6.Add (this.keepLabel); global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.keepLabel])); w19.Position = 0; // Container child vbox6.Gtk.Box+BoxChild this.hbox8 = new global::Gtk.HBox (); this.hbox8.Name = "hbox8"; this.hbox8.Spacing = 6; // Container child hbox8.Gtk.Box+BoxChild this.label27 = new global::Gtk.Label (); this.label27.Name = "label27"; this.label27.Xalign = 0F; this.label27.LabelProp = global::Mono.Unix.Catalog.GetString ("Name:"); this.label27.Justify = ((global::Gtk.Justification)(1)); this.hbox8.Add (this.label27); global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.label27])); w20.Position = 0; w20.Expand = false; w20.Fill = false; // Container child hbox8.Gtk.Box+BoxChild this.targetName = new global::Gtk.Label (); this.targetName.Name = "targetName"; this.targetName.Xalign = 0F; this.targetName.Selectable = true; this.targetName.Ellipsize = ((global::Pango.EllipsizeMode)(2)); this.targetName.MaxWidthChars = 35; this.hbox8.Add (this.targetName); global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.targetName])); w21.Position = 1; this.vbox6.Add (this.hbox8); global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox8])); w22.Position = 1; w22.Expand = false; w22.Fill = false; // Container child vbox6.Gtk.Box+BoxChild this.hbox9 = new global::Gtk.HBox (); this.hbox9.Name = "hbox9"; this.hbox9.Spacing = 6; // Container child hbox9.Gtk.Box+BoxChild this.label28 = new global::Gtk.Label (); this.label28.Name = "label28"; this.label28.Xalign = 0F; this.label28.LabelProp = global::Mono.Unix.Catalog.GetString ("Modified:"); this.label28.Justify = ((global::Gtk.Justification)(1)); this.hbox9.Add (this.label28); global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.label28])); w23.Position = 0; w23.Expand = false; w23.Fill = false; // Container child hbox9.Gtk.Box+BoxChild this.targetModified = new global::Gtk.Label (); this.targetModified.Name = "targetModified"; this.targetModified.Xalign = 0F; this.hbox9.Add (this.targetModified); global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.targetModified])); w24.Position = 1; this.vbox6.Add (this.hbox9); global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox9])); w25.Position = 2; w25.Expand = false; w25.Fill = false; this.radioKeep.Add (this.vbox6); this.hbox4.Add (this.radioKeep); global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.radioKeep])); w27.Position = 0; this.vbox4.Add (this.hbox4); global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox4])); w28.Position = 1; w28.Expand = false; w28.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.hbox5 = new global::Gtk.HBox (); this.hbox5.Name = "hbox5"; this.hbox5.Spacing = 6; // Container child hbox5.Gtk.Box+BoxChild this.radioNewest = new global::Gtk.RadioButton (""); this.radioNewest.CanFocus = true; this.radioNewest.Name = "radioNewest"; this.radioNewest.DrawIndicator = true; this.radioNewest.UseUnderline = true; this.radioNewest.Group = this.radioReplace.Group; this.radioNewest.Remove (this.radioNewest.Child); // Container child radioNewest.Gtk.Container+ContainerChild this.vbox7 = new global::Gtk.VBox (); this.vbox7.Name = "vbox7"; this.vbox7.Spacing = 6; this.vbox7.BorderWidth = ((uint)(2)); // Container child vbox7.Gtk.Box+BoxChild this.newestLabel = new global::Gtk.Label (); this.newestLabel.Name = "newestLabel"; this.newestLabel.Xalign = 0F; this.newestLabel.UseMarkup = true; this.vbox7.Add (this.newestLabel); global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.newestLabel])); w29.Position = 0; // Container child vbox7.Gtk.Box+BoxChild this.label20 = new global::Gtk.Label (); this.label20.Name = "label20"; this.label20.Xpad = 2; this.label20.LabelProp = global::Mono.Unix.Catalog.GetString ("The source file will replace the existing target file if it has been modified more recently."); this.label20.Wrap = true; this.vbox7.Add (this.label20); global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label20])); w30.Position = 1; this.radioNewest.Add (this.vbox7); this.hbox5.Add (this.radioNewest); global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.radioNewest])); w32.Position = 0; this.vbox4.Add (this.hbox5); global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox5])); w33.Position = 2; w33.Expand = false; w33.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.applyAll = new global::Gtk.CheckButton (); this.applyAll.CanFocus = true; this.applyAll.Name = "applyAll"; this.applyAll.Label = global::Mono.Unix.Catalog.GetString ("Apply this decision to _all files in this operation"); this.applyAll.DrawIndicator = true; this.applyAll.UseUnderline = true; this.vbox4.Add (this.applyAll); global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.applyAll])); w34.Position = 3; w34.Expand = false; w34.Fill = false; this.hbox2.Add (this.vbox4); global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox4])); w35.Position = 1; // Container child hbox2.Gtk.Box+BoxChild this.label11 = new global::Gtk.Label (); this.label11.WidthRequest = 18; this.label11.Name = "label11"; this.hbox2.Add (this.label11); global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label11])); w36.PackType = ((global::Gtk.PackType)(1)); w36.Position = 2; w1.Add (this.hbox2); global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox2])); w37.Position = 2; // Internal child MonoDevelop.Deployment.FileReplaceDialog.ActionArea global::Gtk.HButtonBox w38 = this.ActionArea; w38.Name = "dialog1_ActionArea"; w38.Spacing = 6; w38.BorderWidth = ((uint)(5)); w38.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4)); // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.cancelButton = new global::Gtk.Button (); this.cancelButton.CanFocus = true; this.cancelButton.Name = "cancelButton"; this.cancelButton.UseUnderline = true; // Container child cancelButton.Gtk.Container+ContainerChild global::Gtk.Alignment w39 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w40 = new global::Gtk.HBox (); w40.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w41 = new global::Gtk.Image (); w41.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-cancel", global::Gtk.IconSize.Button); w40.Add (w41); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w43 = new global::Gtk.Label (); w43.LabelProp = global::Mono.Unix.Catalog.GetString ("_Cancel deployment"); w43.UseUnderline = true; w40.Add (w43); w39.Add (w40); this.cancelButton.Add (w39); this.AddActionWidget (this.cancelButton, -6); global::Gtk.ButtonBox.ButtonBoxChild w47 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w38 [this.cancelButton])); w47.Expand = false; w47.Fill = false; // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.okButton = new global::Gtk.Button (); this.okButton.CanDefault = true; this.okButton.CanFocus = true; this.okButton.Name = "okButton"; this.okButton.UseStock = true; this.okButton.UseUnderline = true; this.okButton.Label = "gtk-ok"; this.AddActionWidget (this.okButton, -5); global::Gtk.ButtonBox.ButtonBoxChild w48 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w38 [this.okButton])); w48.Position = 1; w48.Expand = false; w48.Fill = false; if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 425; this.DefaultHeight = 420; this.Hide (); this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.DeleteActivated); this.cancelButton.Clicked += new global::System.EventHandler (this.CancelClicked); this.okButton.Clicked += new global::System.EventHandler (this.OkClicked); }
protected virtual void Build() { global::Stetic.Gui.Initialize (this); // Widget MainWindow this.Name = "MainWindow"; this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Container child MainWindow.Gtk.Container+ContainerChild this.fixed1 = new global::Gtk.Fixed (); this.fixed1.Name = "fixed1"; this.fixed1.HasWindow = false; // Container child fixed1.Gtk.Fixed+FixedChild this.label1 = new global::Gtk.Label (); this.label1.Name = "label1"; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Practica 7"); this.fixed1.Add (this.label1); global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label1])); w1.X = 247; w1.Y = 28; // Container child fixed1.Gtk.Fixed+FixedChild this.lNombre = new global::Gtk.Label (); this.lNombre.Name = "lNombre"; this.lNombre.LabelProp = global::Mono.Unix.Catalog.GetString ("Nombre"); this.fixed1.Add (this.lNombre); global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.lNombre])); w2.X = 43; w2.Y = 87; // Container child fixed1.Gtk.Fixed+FixedChild this.lCodigo = new global::Gtk.Label (); this.lCodigo.Name = "lCodigo"; this.lCodigo.LabelProp = global::Mono.Unix.Catalog.GetString ("Código"); this.fixed1.Add (this.lCodigo); global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.lCodigo])); w3.X = 51; w3.Y = 111; // Container child fixed1.Gtk.Fixed+FixedChild this.eNombre = new global::Gtk.Entry (); this.eNombre.CanFocus = true; this.eNombre.Name = "eNombre"; this.eNombre.IsEditable = true; this.eNombre.InvisibleChar = '•'; this.fixed1.Add (this.eNombre); global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.eNombre])); w4.X = 126; w4.Y = 84; // Container child fixed1.Gtk.Fixed+FixedChild this.lGrupo = new global::Gtk.Label (); this.lGrupo.Name = "lGrupo"; this.lGrupo.LabelProp = global::Mono.Unix.Catalog.GetString ("Grupo"); this.fixed1.Add (this.lGrupo); global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.lGrupo])); w5.X = 342; w5.Y = 76; // Container child fixed1.Gtk.Fixed+FixedChild this.lPregunta1 = new global::Gtk.Label (); this.lPregunta1.Name = "lPregunta1"; this.lPregunta1.LabelProp = global::Mono.Unix.Catalog.GetString ("1.-Cúal es mi nombre?"); this.fixed1.Add (this.lPregunta1); global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.lPregunta1])); w6.X = 36; w6.Y = 174; // Container child fixed1.Gtk.Fixed+FixedChild this.radiobutton1 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Joshua")); this.radiobutton1.CanFocus = true; this.radiobutton1.Name = "radiobutton1"; this.radiobutton1.DrawIndicator = true; this.radiobutton1.UseUnderline = true; this.radiobutton1.Group = new global::GLib.SList (global::System.IntPtr.Zero); this.fixed1.Add (this.radiobutton1); global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.radiobutton1])); w7.X = 40; w7.Y = 200; // Container child fixed1.Gtk.Fixed+FixedChild this.radiobutton2 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Marco")); this.radiobutton2.CanFocus = true; this.radiobutton2.Name = "radiobutton2"; this.radiobutton2.DrawIndicator = true; this.radiobutton2.UseUnderline = true; this.radiobutton2.Group = this.radiobutton1.Group; this.fixed1.Add (this.radiobutton2); global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.radiobutton2])); w8.X = 151; w8.Y = 199; // Container child fixed1.Gtk.Fixed+FixedChild this.radiobutton3 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Mariano")); this.radiobutton3.CanFocus = true; this.radiobutton3.Name = "radiobutton3"; this.radiobutton3.DrawIndicator = true; this.radiobutton3.UseUnderline = true; this.radiobutton3.Group = this.radiobutton1.Group; this.fixed1.Add (this.radiobutton3); global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.radiobutton3])); w9.X = 251; w9.Y = 197; // Container child fixed1.Gtk.Fixed+FixedChild this.radiobutton4 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Pepe")); this.radiobutton4.CanFocus = true; this.radiobutton4.Name = "radiobutton4"; this.radiobutton4.DrawIndicator = true; this.radiobutton4.UseUnderline = true; this.radiobutton4.Group = this.radiobutton1.Group; this.fixed1.Add (this.radiobutton4); global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.radiobutton4])); w10.X = 374; w10.Y = 198; // Container child fixed1.Gtk.Fixed+FixedChild this.lPregunta2 = new global::Gtk.Label (); this.lPregunta2.Name = "lPregunta2"; this.lPregunta2.LabelProp = global::Mono.Unix.Catalog.GetString ("2.-Cuanto es 2 + 2?"); this.fixed1.Add (this.lPregunta2); global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.lPregunta2])); w11.X = 44; w11.Y = 253; // Container child fixed1.Gtk.Fixed+FixedChild this.combobox1 = global::Gtk.ComboBox.NewText (); this.combobox1.AppendText (global::Mono.Unix.Catalog.GetString ("A")); this.combobox1.AppendText (global::Mono.Unix.Catalog.GetString ("B")); this.combobox1.AppendText (global::Mono.Unix.Catalog.GetString ("C")); this.combobox1.AppendText (global::Mono.Unix.Catalog.GetString ("D")); this.combobox1.AppendText (global::Mono.Unix.Catalog.GetString ("E")); this.combobox1.Name = "combobox1"; this.combobox1.Active = 0; this.fixed1.Add (this.combobox1); global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.combobox1])); w12.X = 406; w12.Y = 71; // Container child fixed1.Gtk.Fixed+FixedChild this.spinbutton1 = new global::Gtk.SpinButton (0, 100, 1); this.spinbutton1.CanFocus = true; this.spinbutton1.Name = "spinbutton1"; this.spinbutton1.Adjustment.PageIncrement = 10; this.spinbutton1.ClimbRate = 1; this.spinbutton1.Numeric = true; this.fixed1.Add (this.spinbutton1); global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.spinbutton1])); w13.X = 61; w13.Y = 288; // Container child fixed1.Gtk.Fixed+FixedChild this.checkOpc1 = new global::Gtk.CheckButton (); this.checkOpc1.CanFocus = true; this.checkOpc1.Name = "checkOpc1"; this.checkOpc1.Label = global::Mono.Unix.Catalog.GetString ("México"); this.checkOpc1.DrawIndicator = true; this.checkOpc1.UseUnderline = true; this.fixed1.Add (this.checkOpc1); global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.checkOpc1])); w14.X = 42; w14.Y = 378; // Container child fixed1.Gtk.Fixed+FixedChild this.checkOpc2 = new global::Gtk.CheckButton (); this.checkOpc2.CanFocus = true; this.checkOpc2.Name = "checkOpc2"; this.checkOpc2.Label = global::Mono.Unix.Catalog.GetString ("España"); this.checkOpc2.DrawIndicator = true; this.checkOpc2.UseUnderline = true; this.fixed1.Add (this.checkOpc2); global::Gtk.Fixed.FixedChild w15 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.checkOpc2])); w15.X = 154; w15.Y = 376; // Container child fixed1.Gtk.Fixed+FixedChild this.checkOpc3 = new global::Gtk.CheckButton (); this.checkOpc3.CanFocus = true; this.checkOpc3.Name = "checkOpc3"; this.checkOpc3.Label = global::Mono.Unix.Catalog.GetString ("Japón"); this.checkOpc3.DrawIndicator = true; this.checkOpc3.UseUnderline = true; this.fixed1.Add (this.checkOpc3); global::Gtk.Fixed.FixedChild w16 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.checkOpc3])); w16.X = 248; w16.Y = 373; // Container child fixed1.Gtk.Fixed+FixedChild this.checkOpc4 = new global::Gtk.CheckButton (); this.checkOpc4.CanFocus = true; this.checkOpc4.Name = "checkOpc4"; this.checkOpc4.Label = global::Mono.Unix.Catalog.GetString ("Chile"); this.checkOpc4.DrawIndicator = true; this.checkOpc4.UseUnderline = true; this.fixed1.Add (this.checkOpc4); global::Gtk.Fixed.FixedChild w17 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.checkOpc4])); w17.X = 338; w17.Y = 375; // Container child fixed1.Gtk.Fixed+FixedChild this.lPregunta4 = new global::Gtk.Label (); this.lPregunta4.Name = "lPregunta4"; this.lPregunta4.LabelProp = global::Mono.Unix.Catalog.GetString ("4.-Indique la fecha de la independencia de México"); this.fixed1.Add (this.lPregunta4); global::Gtk.Fixed.FixedChild w18 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.lPregunta4])); w18.X = 46; w18.Y = 435; // Container child fixed1.Gtk.Fixed+FixedChild this.lPregunta3 = new global::Gtk.Label (); this.lPregunta3.Name = "lPregunta3"; this.lPregunta3.LabelProp = global::Mono.Unix.Catalog.GetString ("3.-De los siguientes paises, cuales son de America?"); this.fixed1.Add (this.lPregunta3); global::Gtk.Fixed.FixedChild w19 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.lPregunta3])); w19.X = 42; w19.Y = 340; // Container child fixed1.Gtk.Fixed+FixedChild this.calendar1 = new global::Gtk.Calendar (); this.calendar1.CanFocus = true; this.calendar1.Name = "calendar1"; this.calendar1.DisplayOptions = ((global::Gtk.CalendarDisplayOptions)(35)); this.fixed1.Add (this.calendar1); global::Gtk.Fixed.FixedChild w20 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.calendar1])); w20.X = 49; w20.Y = 487; // Container child fixed1.Gtk.Fixed+FixedChild this.botonTerminar = new global::Gtk.Button (); this.botonTerminar.CanFocus = true; this.botonTerminar.Name = "botonTerminar"; this.botonTerminar.UseUnderline = true; this.botonTerminar.Label = global::Mono.Unix.Catalog.GetString ("Terminar"); this.fixed1.Add (this.botonTerminar); global::Gtk.Fixed.FixedChild w21 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.botonTerminar])); w21.X = 337; w21.Y = 673; // Container child fixed1.Gtk.Fixed+FixedChild this.eCodigo = new global::Gtk.Entry (); this.eCodigo.CanFocus = true; this.eCodigo.Name = "eCodigo"; this.eCodigo.IsEditable = true; this.eCodigo.InvisibleChar = '•'; this.fixed1.Add (this.eCodigo); global::Gtk.Fixed.FixedChild w22 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.eCodigo])); w22.X = 126; w22.Y = 122; this.Add (this.fixed1); if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 637; this.DefaultHeight = 751; this.Show (); this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent); }