// This file has been generated by the GUI designer. Do not modify. namespace MonoDevelop.Ide.FindInFiles { public partial class FindInFilesDialog { private global::Gtk.VBox vbox2; private global::Gtk.HBox hbox1; private global::Gtk.Table tableFindAndReplace; private global::Gtk.ComboBoxEntry comboboxentryFind; private global::Gtk.HBox hbox2; private global::Gtk.ComboBox comboboxScope; private global::Gtk.Label labelFileMask; private global::Gtk.Label labelFind; private global::Gtk.Label labelScope; private global::MonoDevelop.Components.SearchEntry searchentry1; private global::Gtk.Table table1; private global::Gtk.CheckButton checkbuttonCaseSensitive; private global::Gtk.CheckButton checkbuttonRegexSearch; private global::Gtk.CheckButton checkbuttonWholeWordsOnly; private global::Gtk.Button buttonStop; private global::Gtk.Button buttonClose; private global::Gtk.Button buttonReplace; private global::Gtk.Button buttonSearch; 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.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)(3)), ((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 w2 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace[this.comboboxentryFind])); w2.LeftAttach = ((uint)(1)); w2.RightAttach = ((uint)(2)); w2.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 w3 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.comboboxScope])); w3.Position = 0; w3.Expand = false; w3.Fill = false; this.tableFindAndReplace.Add (this.hbox2); global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace[this.hbox2])); w4.TopAttach = ((uint)(1)); w4.BottomAttach = ((uint)(2)); w4.LeftAttach = ((uint)(1)); w4.RightAttach = ((uint)(2)); w4.XOptions = ((global::Gtk.AttachOptions)(4)); w4.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableFindAndReplace.Gtk.Table+TableChild this.labelFileMask = new global::Gtk.Label (); this.labelFileMask.Name = "labelFileMask"; this.labelFileMask.Xalign = 0f; this.labelFileMask.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("_File Mask:"); this.labelFileMask.UseUnderline = true; this.tableFindAndReplace.Add (this.labelFileMask); global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace[this.labelFileMask])); w5.TopAttach = ((uint)(2)); w5.BottomAttach = ((uint)(3)); w5.XOptions = ((global::Gtk.AttachOptions)(4)); w5.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::MonoDevelop.Core.GettextCatalog.GetString ("_Find:"); this.labelFind.UseUnderline = true; this.tableFindAndReplace.Add (this.labelFind); global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace[this.labelFind])); w6.XOptions = ((global::Gtk.AttachOptions)(4)); w6.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::MonoDevelop.Core.GettextCatalog.GetString ("_Scope:"); this.labelScope.UseUnderline = true; this.tableFindAndReplace.Add (this.labelScope); global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace[this.labelScope])); w7.TopAttach = ((uint)(1)); w7.BottomAttach = ((uint)(2)); w7.XOptions = ((global::Gtk.AttachOptions)(4)); w7.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child tableFindAndReplace.Gtk.Table+TableChild this.searchentry1 = new global::MonoDevelop.Components.SearchEntry (); this.searchentry1.Name = "searchentry1"; this.searchentry1.ForceFilterButtonVisible = false; this.searchentry1.IsCheckMenu = false; this.searchentry1.ActiveFilterID = 0; this.searchentry1.Ready = false; this.searchentry1.HasFocus = false; this.tableFindAndReplace.Add (this.searchentry1); global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace[this.searchentry1])); w8.TopAttach = ((uint)(2)); w8.BottomAttach = ((uint)(3)); w8.LeftAttach = ((uint)(1)); w8.RightAttach = ((uint)(2)); w8.XOptions = ((global::Gtk.AttachOptions)(4)); w8.YOptions = ((global::Gtk.AttachOptions)(4)); this.hbox1.Add (this.tableFindAndReplace); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.tableFindAndReplace])); w9.Position = 0; this.vbox2.Add (this.hbox1); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1])); w10.Position = 0; w10.Expand = false; w10.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::MonoDevelop.Core.GettextCatalog.GetString ("_Case sensitive"); this.checkbuttonCaseSensitive.DrawIndicator = true; this.checkbuttonCaseSensitive.UseUnderline = true; this.table1.Add (this.checkbuttonCaseSensitive); global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.checkbuttonCaseSensitive])); w11.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::MonoDevelop.Core.GettextCatalog.GetString ("Rege_x search"); this.checkbuttonRegexSearch.DrawIndicator = true; this.checkbuttonRegexSearch.UseUnderline = true; this.table1.Add (this.checkbuttonRegexSearch); global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.checkbuttonRegexSearch])); w12.TopAttach = ((uint)(2)); w12.BottomAttach = ((uint)(3)); w12.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::MonoDevelop.Core.GettextCatalog.GetString ("_Whole words only"); this.checkbuttonWholeWordsOnly.DrawIndicator = true; this.checkbuttonWholeWordsOnly.UseUnderline = true; this.table1.Add (this.checkbuttonWholeWordsOnly); global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.checkbuttonWholeWordsOnly])); w13.TopAttach = ((uint)(1)); w13.BottomAttach = ((uint)(2)); w13.YOptions = ((global::Gtk.AttachOptions)(4)); this.vbox2.Add (this.table1); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table1])); w14.Position = 1; w14.Expand = false; w14.Fill = false; w1.Add (this.vbox2); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2])); w15.Position = 0; w15.Expand = false; w15.Fill = false; // Internal child MonoDevelop.Ide.FindInFiles.FindInFilesDialog.ActionArea global::Gtk.HButtonBox w16 = this.ActionArea; w16.Name = "dialog1_ActionArea"; w16.Spacing = 6; w16.BorderWidth = ((uint)(5)); w16.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 w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w16[this.buttonStop])); w17.Expand = false; w17.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 w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w16[this.buttonClose])); w18.Position = 1; w18.Expand = false; w18.Fill = false; // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.buttonReplace = new global::Gtk.Button (); this.buttonReplace.CanFocus = true; this.buttonReplace.Name = "buttonReplace"; this.buttonReplace.UseUnderline = true; // Container child buttonReplace.Gtk.Container+ContainerChild global::Gtk.Alignment w19 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w20 = new global::Gtk.HBox (); w20.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w21 = new global::Gtk.Image (); w21.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-find-and-replace", global::Gtk.IconSize.Menu); w20.Add (w21); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w23 = new global::Gtk.Label (); w23.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("R_eplace"); w23.UseUnderline = true; w20.Add (w23); w19.Add (w20); this.buttonReplace.Add (w19); this.AddActionWidget (this.buttonReplace, 0); global::Gtk.ButtonBox.ButtonBoxChild w27 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w16[this.buttonReplace])); w27.Position = 2; w27.Expand = false; w27.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 w28 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w16[this.buttonSearch])); w28.Position = 3; w28.Expand = false; w28.Fill = false; if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 456; this.DefaultHeight = 289; this.labelFind.MnemonicWidget = this.comboboxentryFind; this.labelScope.MnemonicWidget = this.comboboxScope; this.Show (); } } }