// This file has been generated by the GUI designer. Do not modify. namespace DesertPaintLab { public partial class RecipeGeneratorView { private global::Gtk.UIManager UIManager; private global::Gtk.VBox vbox2; private global::Gtk.HBox hbox1; private global::Gtk.VBox vbox8; private global::Gtk.HBox hbox2; private global::Gtk.SpinButton minIngredientsSpinButton; private global::Gtk.Label label1; private global::Gtk.HBox hbox7; private global::Gtk.SpinButton maxIngredientsSpinButton; private global::Gtk.Label label3; private global::Gtk.HSeparator hseparator3; private global::Gtk.CheckButton checkButtonRibbon; private global::Gtk.HBox hbox4; private global::Gtk.SpinButton maxRecipeSpinButton; private global::Gtk.Label label4; private global::Gtk.HSeparator hseparator4; private global::Gtk.HBox hbox5; private global::Gtk.SpinButton fullQuantityDepthSpinButton; private global::Gtk.Label label8; private global::Gtk.HSeparator hseparator5; private global::Gtk.HBox hbox6; private global::Gtk.SpinButton fullQuantitySpinButton; private global::Gtk.Label label9; private global::Gtk.Frame frame3; private global::Gtk.Alignment GtkAlignment1; private global::Gtk.ScrolledWindow scrolledwindow2; private global::Gtk.TreeView reagentListView; private global::Gtk.Label GtkLabel4; private global::Gtk.HSeparator hseparator6; private global::Gtk.ScrolledWindow GtkScrolledWindow1; private global::Gtk.TreeView recipeList; private global::Gtk.VBox vbox3; private global::Gtk.Frame frame2; private global::Gtk.ScrolledWindow GtkScrolledWindow; private global::Gtk.TreeView recipeIngredientsView; private global::Gtk.Label recipeLabel; private global::Gtk.Button button919; private global::DesertPaintLab.PaintSwatch paintSwatch; private global::Gtk.HBox hbox3; private global::Gtk.HSeparator hseparator2; private global::Gtk.Button stopResumeButton; private global::Gtk.Label countLabel; private global::Gtk.Button beginButton; private global::Gtk.HSeparator hseparator1; private global::Gtk.ProgressBar progressBar; protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget DesertPaintLab.RecipeGeneratorView Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach (this); this.UIManager = new global::Gtk.UIManager (); global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup ("Default"); this.UIManager.InsertActionGroup (w2, 0); this.Name = "DesertPaintLab.RecipeGeneratorView"; // Container child DesertPaintLab.RecipeGeneratorView.Gtk.Container+ContainerChild this.vbox2 = new global::Gtk.VBox (); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; this.vbox2.BorderWidth = ((uint)(8)); // 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.vbox8 = new global::Gtk.VBox (); this.vbox8.Name = "vbox8"; this.vbox8.Spacing = 6; // Container child vbox8.Gtk.Box+BoxChild this.hbox2 = new global::Gtk.HBox (); this.hbox2.Name = "hbox2"; this.hbox2.Spacing = 6; // Container child hbox2.Gtk.Box+BoxChild this.minIngredientsSpinButton = new global::Gtk.SpinButton (1, 14, 1); this.minIngredientsSpinButton.CanFocus = true; this.minIngredientsSpinButton.Name = "minIngredientsSpinButton"; this.minIngredientsSpinButton.Adjustment.PageIncrement = 10; this.minIngredientsSpinButton.ClimbRate = 1; this.minIngredientsSpinButton.Numeric = true; this.minIngredientsSpinButton.Value = 1; this.hbox2.Add (this.minIngredientsSpinButton); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.minIngredientsSpinButton])); w3.Position = 0; w3.Expand = false; w3.Fill = false; // Container child hbox2.Gtk.Box+BoxChild this.label1 = new global::Gtk.Label (); this.label1.Name = "label1"; this.label1.LabelProp = "Minimum Ingredients"; this.hbox2.Add (this.label1); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label1])); w4.Position = 1; w4.Expand = false; w4.Fill = false; this.vbox8.Add (this.hbox2); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hbox2])); w5.Position = 0; w5.Expand = false; w5.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.hbox7 = new global::Gtk.HBox (); this.hbox7.Name = "hbox7"; this.hbox7.Spacing = 6; // Container child hbox7.Gtk.Box+BoxChild this.maxIngredientsSpinButton = new global::Gtk.SpinButton (1, 14, 1); this.maxIngredientsSpinButton.CanFocus = true; this.maxIngredientsSpinButton.Name = "maxIngredientsSpinButton"; this.maxIngredientsSpinButton.Adjustment.PageIncrement = 10; this.maxIngredientsSpinButton.ClimbRate = 1; this.maxIngredientsSpinButton.Numeric = true; this.maxIngredientsSpinButton.Value = 5; this.hbox7.Add (this.maxIngredientsSpinButton); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.maxIngredientsSpinButton])); w6.Position = 0; w6.Expand = false; w6.Fill = false; // Container child hbox7.Gtk.Box+BoxChild this.label3 = new global::Gtk.Label (); this.label3.Name = "label3"; this.label3.LabelProp = "Maximum Ingredients"; this.hbox7.Add (this.label3); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label3])); w7.Position = 1; w7.Expand = false; w7.Fill = false; this.vbox8.Add (this.hbox7); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hbox7])); w8.Position = 1; w8.Expand = false; w8.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.hseparator3 = new global::Gtk.HSeparator (); this.hseparator3.Name = "hseparator3"; this.vbox8.Add (this.hseparator3); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hseparator3])); w9.Position = 2; w9.Expand = false; w9.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.checkButtonRibbon = new global::Gtk.CheckButton (); this.checkButtonRibbon.CanFocus = true; this.checkButtonRibbon.Name = "checkButtonRibbon"; this.checkButtonRibbon.Label = "Silk Ribbon Recipes"; this.checkButtonRibbon.DrawIndicator = true; this.checkButtonRibbon.UseUnderline = true; this.vbox8.Add (this.checkButtonRibbon); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.checkButtonRibbon])); w10.Position = 3; w10.Expand = false; w10.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.hbox4 = new global::Gtk.HBox (); this.hbox4.Name = "hbox4"; this.hbox4.Spacing = 6; // Container child hbox4.Gtk.Box+BoxChild this.maxRecipeSpinButton = new global::Gtk.SpinButton (10, 100, 1); this.maxRecipeSpinButton.CanFocus = true; this.maxRecipeSpinButton.Name = "maxRecipeSpinButton"; this.maxRecipeSpinButton.Adjustment.PageIncrement = 10; this.maxRecipeSpinButton.ClimbRate = 1; this.maxRecipeSpinButton.Numeric = true; this.maxRecipeSpinButton.Value = 14; this.hbox4.Add (this.maxRecipeSpinButton); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.maxRecipeSpinButton])); w11.Position = 0; w11.Expand = false; w11.Fill = false; // Container child hbox4.Gtk.Box+BoxChild this.label4 = new global::Gtk.Label (); this.label4.Name = "label4"; this.label4.LabelProp = "Maximum Concentration"; this.label4.UseMarkup = true; this.label4.Wrap = true; this.hbox4.Add (this.label4); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label4])); w12.Position = 1; w12.Expand = false; w12.Fill = false; this.vbox8.Add (this.hbox4); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hbox4])); w13.Position = 4; w13.Expand = false; w13.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.hseparator4 = new global::Gtk.HSeparator (); this.hseparator4.Name = "hseparator4"; this.vbox8.Add (this.hseparator4); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hseparator4])); w14.Position = 5; w14.Expand = false; w14.Fill = false; w14.Padding = ((uint)(8)); // Container child vbox8.Gtk.Box+BoxChild this.hbox5 = new global::Gtk.HBox (); this.hbox5.Name = "hbox5"; this.hbox5.Spacing = 6; // Container child hbox5.Gtk.Box+BoxChild this.fullQuantityDepthSpinButton = new global::Gtk.SpinButton (0, 15, 1); this.fullQuantityDepthSpinButton.CanFocus = true; this.fullQuantityDepthSpinButton.Name = "fullQuantityDepthSpinButton"; this.fullQuantityDepthSpinButton.Adjustment.PageIncrement = 10; this.fullQuantityDepthSpinButton.ClimbRate = 1; this.fullQuantityDepthSpinButton.Numeric = true; this.fullQuantityDepthSpinButton.Value = 4; this.hbox5.Add (this.fullQuantityDepthSpinButton); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.fullQuantityDepthSpinButton])); w15.Position = 0; w15.Expand = false; w15.Fill = false; // Container child hbox5.Gtk.Box+BoxChild this.label8 = new global::Gtk.Label (); this.label8.Name = "label8"; this.label8.LabelProp = "Full Quantity Depth"; this.hbox5.Add (this.label8); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label8])); w16.Position = 1; w16.Expand = false; w16.Fill = false; this.vbox8.Add (this.hbox5); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hbox5])); w17.Position = 6; w17.Expand = false; w17.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.hseparator5 = new global::Gtk.HSeparator (); this.hseparator5.Name = "hseparator5"; this.vbox8.Add (this.hseparator5); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hseparator5])); w18.Position = 7; w18.Expand = false; w18.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.hbox6 = new global::Gtk.HBox (); this.hbox6.Name = "hbox6"; this.hbox6.Spacing = 6; // Container child hbox6.Gtk.Box+BoxChild this.fullQuantitySpinButton = new global::Gtk.SpinButton (0, 30, 1); this.fullQuantitySpinButton.CanFocus = true; this.fullQuantitySpinButton.Name = "fullQuantitySpinButton"; this.fullQuantitySpinButton.Adjustment.PageIncrement = 10; this.fullQuantitySpinButton.ClimbRate = 1; this.fullQuantitySpinButton.Numeric = true; this.fullQuantitySpinButton.Value = 20; this.hbox6.Add (this.fullQuantitySpinButton); global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.fullQuantitySpinButton])); w19.Position = 0; w19.Expand = false; w19.Fill = false; // Container child hbox6.Gtk.Box+BoxChild this.label9 = new global::Gtk.Label (); this.label9.Name = "label9"; this.label9.LabelProp = "FullQuantity"; this.hbox6.Add (this.label9); global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.label9])); w20.Position = 1; w20.Expand = false; w20.Fill = false; this.vbox8.Add (this.hbox6); global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hbox6])); w21.Position = 8; w21.Expand = false; w21.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.frame3 = new global::Gtk.Frame (); this.frame3.Name = "frame3"; this.frame3.ShadowType = ((global::Gtk.ShadowType)(0)); // 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.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.reagentListView = new global::Gtk.TreeView (); this.reagentListView.WidthRequest = 300; this.reagentListView.CanFocus = true; this.reagentListView.Name = "reagentListView"; this.scrolledwindow2.Add (this.reagentListView); this.GtkAlignment1.Add (this.scrolledwindow2); this.frame3.Add (this.GtkAlignment1); this.GtkLabel4 = new global::Gtk.Label (); this.GtkLabel4.Name = "GtkLabel4"; this.GtkLabel4.LabelProp = "Ingredients"; this.GtkLabel4.UseMarkup = true; this.frame3.LabelWidget = this.GtkLabel4; this.vbox8.Add (this.frame3); global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.frame3])); w25.PackType = ((global::Gtk.PackType)(1)); w25.Position = 9; // Container child vbox8.Gtk.Box+BoxChild this.hseparator6 = new global::Gtk.HSeparator (); this.hseparator6.Name = "hseparator6"; this.vbox8.Add (this.hseparator6); global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hseparator6])); w26.PackType = ((global::Gtk.PackType)(1)); w26.Position = 10; w26.Expand = false; w26.Fill = false; this.hbox1.Add (this.vbox8); global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox8])); w27.Position = 0; w27.Expand = false; w27.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow (); this.GtkScrolledWindow1.Name = "GtkScrolledWindow1"; this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild this.recipeList = new global::Gtk.TreeView (); this.recipeList.WidthRequest = 300; this.recipeList.CanFocus = true; this.recipeList.Name = "recipeList"; this.GtkScrolledWindow1.Add (this.recipeList); this.hbox1.Add (this.GtkScrolledWindow1); global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow1])); w29.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.frame2 = new global::Gtk.Frame (); this.frame2.WidthRequest = 200; this.frame2.HeightRequest = 200; this.frame2.Name = "frame2"; this.frame2.ShadowType = ((global::Gtk.ShadowType)(0)); // Container child frame2.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.recipeIngredientsView = new global::Gtk.TreeView (); this.recipeIngredientsView.CanFocus = true; this.recipeIngredientsView.Name = "recipeIngredientsView"; this.GtkScrolledWindow.Add (this.recipeIngredientsView); this.frame2.Add (this.GtkScrolledWindow); this.recipeLabel = new global::Gtk.Label (); this.recipeLabel.Name = "recipeLabel"; this.recipeLabel.LabelProp = "Recipe"; this.recipeLabel.UseMarkup = true; this.frame2.LabelWidget = this.recipeLabel; this.vbox3.Add (this.frame2); global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.frame2])); w32.Position = 0; // Container child vbox3.Gtk.Box+BoxChild this.button919 = new global::Gtk.Button (); this.button919.CanFocus = true; this.button919.Name = "button919"; this.button919.UseUnderline = true; this.button919.Label = "Copy"; this.vbox3.Add (this.button919); global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.button919])); w33.Position = 1; w33.Expand = false; w33.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.paintSwatch = new global::DesertPaintLab.PaintSwatch (); this.paintSwatch.HeightRequest = 200; this.paintSwatch.Events = ((global::Gdk.EventMask)(256)); this.paintSwatch.Name = "paintSwatch"; this.vbox3.Add (this.paintSwatch); global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.paintSwatch])); w34.Position = 2; this.hbox1.Add (this.vbox3); global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3])); w35.Position = 2; w35.Expand = false; w35.Fill = false; this.vbox2.Add (this.hbox1); global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1])); w36.Position = 0; // Container child vbox2.Gtk.Box+BoxChild this.hbox3 = new global::Gtk.HBox (); this.hbox3.Name = "hbox3"; this.hbox3.Spacing = 6; // Container child hbox3.Gtk.Box+BoxChild this.hseparator2 = new global::Gtk.HSeparator (); this.hseparator2.Name = "hseparator2"; this.hbox3.Add (this.hseparator2); global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.hseparator2])); w37.Position = 0; // Container child hbox3.Gtk.Box+BoxChild this.stopResumeButton = new global::Gtk.Button (); this.stopResumeButton.Sensitive = false; this.stopResumeButton.CanFocus = true; this.stopResumeButton.Name = "stopResumeButton"; this.stopResumeButton.UseUnderline = true; this.stopResumeButton.Label = "Stop"; this.hbox3.Add (this.stopResumeButton); global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.stopResumeButton])); w38.Position = 1; w38.Expand = false; w38.Fill = false; w38.Padding = ((uint)(20)); // Container child hbox3.Gtk.Box+BoxChild this.countLabel = new global::Gtk.Label (); this.countLabel.Name = "countLabel"; this.countLabel.LabelProp = "0/192"; this.hbox3.Add (this.countLabel); global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.countLabel])); w39.Position = 2; w39.Expand = false; w39.Fill = false; w39.Padding = ((uint)(40)); // Container child hbox3.Gtk.Box+BoxChild this.beginButton = new global::Gtk.Button (); this.beginButton.CanFocus = true; this.beginButton.Name = "beginButton"; this.beginButton.UseUnderline = true; this.beginButton.Label = "Begin"; this.hbox3.Add (this.beginButton); global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.beginButton])); w40.Position = 3; w40.Expand = false; w40.Fill = false; w40.Padding = ((uint)(20)); // Container child hbox3.Gtk.Box+BoxChild this.hseparator1 = new global::Gtk.HSeparator (); this.hseparator1.Name = "hseparator1"; this.hbox3.Add (this.hseparator1); global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.hseparator1])); w41.Position = 4; this.vbox2.Add (this.hbox3); global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3])); w42.Position = 1; w42.Expand = false; w42.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.progressBar = new global::Gtk.ProgressBar (); this.progressBar.Name = "progressBar"; this.vbox2.Add (this.progressBar); global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.progressBar])); w43.PackType = ((global::Gtk.PackType)(1)); w43.Position = 2; w43.Expand = false; w43.Fill = false; this.Add (this.vbox2); if ((this.Child != null)) { this.Child.ShowAll (); } w1.SetUiManager (UIManager); this.Hide (); this.minIngredientsSpinButton.ValueChanged += new global::System.EventHandler (this.OnMinIngredientsChanged); this.maxIngredientsSpinButton.ValueChanged += new global::System.EventHandler (this.OnMaxIngredientsChanged); this.checkButtonRibbon.Toggled += new global::System.EventHandler (this.OnRecipesToggled); this.maxRecipeSpinButton.ValueChanged += new global::System.EventHandler (this.OnMaxRecipeChanged); this.fullQuantityDepthSpinButton.ValueChanged += new global::System.EventHandler (this.OnFullQuantityDepthChanged); this.fullQuantitySpinButton.ValueChanged += new global::System.EventHandler (this.OnFullQuantityChanged); this.button919.Clicked += new global::System.EventHandler (this.OnCopyRecipeToClipboard); this.stopResumeButton.Clicked += new global::System.EventHandler (this.OnStopResume); this.beginButton.Clicked += new global::System.EventHandler (this.OnBegin); } } }