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