Advertisement
Guest User

Untitled

a guest
May 29th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 4.35 KB | None | 0 0
  1.  
  2. // This file has been generated by the GUI designer. Do not modify.
  3. namespace ScreenLapse
  4. {
  5.     public partial class ScrotViewer
  6.     {
  7.         private global::Gtk.VBox vbox2;
  8.  
  9.         private global::Gtk.HBox hbox1;
  10.  
  11.         private global::Gtk.ScrolledWindow GtkScrolledWindow;
  12.  
  13.         private global::Gtk.TreeView dayAvailTreeView;
  14.  
  15.         private global::Gtk.VBox vbox3;
  16.  
  17.         private global::Gtk.Image scrotDisplayArea;
  18.  
  19.         private global::Gtk.HBox hbox2;
  20.  
  21.         private global::Gtk.Button playPauseButton;
  22.  
  23.         private global::Gtk.HScale timeSlider;
  24.  
  25.         protected virtual void Build ()
  26.         {
  27.             global::Stetic.Gui.Initialize (this);
  28.             // Widget ScreenLapse.ScrotViewer
  29.             this.Name = "ScreenLapse.ScrotViewer";
  30.             this.Title = global::Mono.Unix.Catalog.GetString ("ScrotViewer");
  31.             this.WindowPosition = ((global::Gtk.WindowPosition)(4));
  32.             // Container child ScreenLapse.ScrotViewer.Gtk.Container+ContainerChild
  33.             this.vbox2 = new global::Gtk.VBox ();
  34.             this.vbox2.Name = "vbox2";
  35.             this.vbox2.Spacing = 6;
  36.             // Container child vbox2.Gtk.Box+BoxChild
  37.             this.hbox1 = new global::Gtk.HBox ();
  38.             this.hbox1.Name = "hbox1";
  39.             this.hbox1.Spacing = 6;
  40.             // Container child hbox1.Gtk.Box+BoxChild
  41.             this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
  42.             this.GtkScrolledWindow.WidthRequest = 161;
  43.             this.GtkScrolledWindow.Name = "GtkScrolledWindow";
  44.             this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
  45.             // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
  46.             this.dayAvailTreeView = new global::Gtk.TreeView ();
  47.             this.dayAvailTreeView.CanFocus = true;
  48.             this.dayAvailTreeView.Name = "dayAvailTreeView";
  49.             this.GtkScrolledWindow.Add (this.dayAvailTreeView);
  50.             this.hbox1.Add (this.GtkScrolledWindow);
  51.             global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow]));
  52.             w2.Position = 0;
  53.             w2.Expand = false;
  54.             w2.Fill = false;
  55.             // Container child hbox1.Gtk.Box+BoxChild
  56.             this.vbox3 = new global::Gtk.VBox ();
  57.             this.vbox3.Name = "vbox3";
  58.             this.vbox3.Spacing = 6;
  59.             // Container child vbox3.Gtk.Box+BoxChild
  60.             this.scrotDisplayArea = new global::Gtk.Image ();
  61.             this.scrotDisplayArea.Name = "scrotDisplayArea";
  62.             this.vbox3.Add (this.scrotDisplayArea);
  63.             global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.scrotDisplayArea]));
  64.             w3.Position = 0;
  65.             // Container child vbox3.Gtk.Box+BoxChild
  66.             this.hbox2 = new global::Gtk.HBox ();
  67.             this.hbox2.Name = "hbox2";
  68.             this.hbox2.Spacing = 6;
  69.             // Container child hbox2.Gtk.Box+BoxChild
  70.             this.playPauseButton = new global::Gtk.Button ();
  71.             this.playPauseButton.CanFocus = true;
  72.             this.playPauseButton.Name = "playPauseButton";
  73.             this.playPauseButton.UseUnderline = true;
  74.             this.playPauseButton.Label = global::Mono.Unix.Catalog.GetString ("GtkButton");
  75.             this.hbox2.Add (this.playPauseButton);
  76.             global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.playPauseButton]));
  77.             w4.Position = 0;
  78.             w4.Expand = false;
  79.             w4.Fill = false;
  80.             // Container child hbox2.Gtk.Box+BoxChild
  81.             this.timeSlider = new global::Gtk.HScale (null);
  82.             this.timeSlider.CanFocus = true;
  83.             this.timeSlider.Name = "timeSlider";
  84.             this.timeSlider.Adjustment.Upper = 100;
  85.             this.timeSlider.Adjustment.PageIncrement = 10;
  86.             this.timeSlider.Adjustment.StepIncrement = 1;
  87.             this.timeSlider.Adjustment.Value = 100;
  88.             this.timeSlider.DrawValue = true;
  89.             this.timeSlider.Digits = 0;
  90.             this.timeSlider.ValuePos = ((global::Gtk.PositionType)(2));
  91.             this.hbox2.Add (this.timeSlider);
  92.             global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.timeSlider]));
  93.             w5.Position = 1;
  94.             this.vbox3.Add (this.hbox2);
  95.             global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox2]));
  96.             w6.Position = 1;
  97.             w6.Expand = false;
  98.             w6.Fill = false;
  99.             this.hbox1.Add (this.vbox3);
  100.             global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox3]));
  101.             w7.Position = 1;
  102.             w7.Expand = false;
  103.             w7.Fill = false;
  104.             this.vbox2.Add (this.hbox1);
  105.             global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
  106.             w8.Position = 0;
  107.             w8.Expand = false;
  108.             w8.Fill = false;
  109.             this.Add (this.vbox2);
  110.             if ((this.Child != null)) {
  111.                 this.Child.ShowAll ();
  112.             }
  113.             this.DefaultWidth = 776;
  114.             this.DefaultHeight = 582;
  115.             this.Show ();
  116.         }
  117.     }
  118. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement