Update GTK RemoteAgents
[CSharpForFun/.git] / Mono / RemoteAgents / GTKLinux / gtk-gui / Example.RemoteAgents.GTKLinux.MainWindow.cs
1
2 // This file has been generated by the GUI designer. Do not modify.
3 namespace Example.RemoteAgents.GTKLinux
4 {
5         public partial class MainWindow
6         {
7                 private global::Gtk.VBox vbox3;
8
9                 private global::Gtk.TextView RemoteDate;
10
11                 private global::Gtk.HBox hbox1;
12
13                 private global::Gtk.ScrolledWindow GtkScrolledWindow;
14
15                 private global::Gtk.TextView TextToSend;
16
17                 private global::Gtk.SpinButton SpinButtonNumbers;
18
19                 private global::Gtk.HBox hbox2;
20
21                 private global::Gtk.Button ButtonGetDate;
22
23                 private global::Gtk.Button SendDataButton;
24
25                 protected virtual void Build ()
26                 {
27                         global::Stetic.Gui.Initialize (this);
28                         // Widget Example.RemoteAgents.GTKLinux.MainWindow
29                         this.Name = "Example.RemoteAgents.GTKLinux.MainWindow";
30                         this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
31                         this.WindowPosition = ((global::Gtk.WindowPosition)(4));
32                         // Container child Example.RemoteAgents.GTKLinux.MainWindow.Gtk.Container+ContainerChild
33                         this.vbox3 = new global::Gtk.VBox ();
34                         this.vbox3.Name = "vbox3";
35                         this.vbox3.Spacing = 6;
36                         // Container child vbox3.Gtk.Box+BoxChild
37                         this.RemoteDate = new global::Gtk.TextView ();
38                         this.RemoteDate.CanFocus = true;
39                         this.RemoteDate.Name = "RemoteDate";
40                         this.RemoteDate.Editable = false;
41                         this.RemoteDate.CursorVisible = false;
42                         this.vbox3.Add (this.RemoteDate);
43                         global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.RemoteDate]));
44                         w1.Position = 0;
45                         // Container child vbox3.Gtk.Box+BoxChild
46                         this.hbox1 = new global::Gtk.HBox ();
47                         this.hbox1.Name = "hbox1";
48                         this.hbox1.Spacing = 6;
49                         // Container child hbox1.Gtk.Box+BoxChild
50                         this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
51                         this.GtkScrolledWindow.Name = "GtkScrolledWindow";
52                         this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
53                         // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
54                         this.TextToSend = new global::Gtk.TextView ();
55                         this.TextToSend.CanFocus = true;
56                         this.TextToSend.Name = "TextToSend";
57                         this.GtkScrolledWindow.Add (this.TextToSend);
58                         this.hbox1.Add (this.GtkScrolledWindow);
59                         global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow]));
60                         w3.Position = 0;
61                         // Container child hbox1.Gtk.Box+BoxChild
62                         this.SpinButtonNumbers = new global::Gtk.SpinButton (0, 1000, 10);
63                         this.SpinButtonNumbers.CanFocus = true;
64                         this.SpinButtonNumbers.Name = "SpinButtonNumbers";
65                         this.SpinButtonNumbers.Adjustment.PageIncrement = 10;
66                         this.SpinButtonNumbers.ClimbRate = 1;
67                         this.SpinButtonNumbers.Numeric = true;
68                         this.hbox1.Add (this.SpinButtonNumbers);
69                         global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.SpinButtonNumbers]));
70                         w4.Position = 1;
71                         w4.Fill = false;
72                         this.vbox3.Add (this.hbox1);
73                         global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox1]));
74                         w5.Position = 1;
75                         w5.Fill = false;
76                         // Container child vbox3.Gtk.Box+BoxChild
77                         this.hbox2 = new global::Gtk.HBox ();
78                         this.hbox2.Name = "hbox2";
79                         this.hbox2.Spacing = 6;
80                         // Container child hbox2.Gtk.Box+BoxChild
81                         this.ButtonGetDate = new global::Gtk.Button ();
82                         this.ButtonGetDate.CanFocus = true;
83                         this.ButtonGetDate.Name = "ButtonGetDate";
84                         this.ButtonGetDate.UseUnderline = true;
85                         this.ButtonGetDate.Label = global::Mono.Unix.Catalog.GetString ("GetRemoteDate");
86                         this.hbox2.Add (this.ButtonGetDate);
87                         global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.ButtonGetDate]));
88                         w6.Position = 0;
89                         w6.Expand = false;
90                         w6.Fill = false;
91                         // Container child hbox2.Gtk.Box+BoxChild
92                         this.SendDataButton = new global::Gtk.Button ();
93                         this.SendDataButton.CanFocus = true;
94                         this.SendDataButton.Name = "SendDataButton";
95                         this.SendDataButton.UseUnderline = true;
96                         this.SendDataButton.Label = global::Mono.Unix.Catalog.GetString ("SendData");
97                         this.hbox2.Add (this.SendDataButton);
98                         global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.SendDataButton]));
99                         w7.Position = 2;
100                         w7.Expand = false;
101                         w7.Fill = false;
102                         this.vbox3.Add (this.hbox2);
103                         global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox2]));
104                         w8.Position = 2;
105                         w8.Expand = false;
106                         w8.Fill = false;
107                         this.Add (this.vbox3);
108                         if ((this.Child != null)) {
109                                 this.Child.ShowAll ();
110                         }
111                         this.DefaultWidth = 484;
112                         this.DefaultHeight = 332;
113                         this.Show ();
114                         this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
115                 }
116         }
117 }