corrade-vassal – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 vero 1  
2 // This file has been generated by the GUI designer. Do not modify.
3 namespace GridProxyGUI
4 {
5 public partial class About
6 {
7 private global::Gtk.HBox hbox1;
8 private global::Gtk.Image image3;
9 private global::Gtk.ScrolledWindow GtkScrolledWindow;
10 private global::Gtk.TextView textview1;
11 private global::Gtk.Button buttonOk;
12  
13 protected virtual void Build ()
14 {
15 global::Stetic.Gui.Initialize (this);
16 // Widget GridProxyGUI.About
17 this.Name = "GridProxyGUI.About";
18 this.Title = global::Mono.Unix.Catalog.GetString ("About Grid Proxy");
19 this.Icon = global::Gdk.Pixbuf.LoadFromResource ("GridProxyGUI.libomv.png");
20 this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
21 this.WindowPosition = ((global::Gtk.WindowPosition)(4));
22 this.Modal = true;
23 this.Resizable = false;
24 this.AllowGrow = false;
25 this.DestroyWithParent = true;
26 // Internal child GridProxyGUI.About.VBox
27 global::Gtk.VBox w1 = this.VBox;
28 w1.Name = "dialog1_VBox";
29 w1.BorderWidth = ((uint)(2));
30 // Container child dialog1_VBox.Gtk.Box+BoxChild
31 this.hbox1 = new global::Gtk.HBox ();
32 this.hbox1.Name = "hbox1";
33 this.hbox1.Spacing = 6;
34 // Container child hbox1.Gtk.Box+BoxChild
35 this.image3 = new global::Gtk.Image ();
36 this.image3.Name = "image3";
37 this.image3.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("GridProxyGUI.wgp-logo.png");
38 this.hbox1.Add (this.image3);
39 global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.image3]));
40 w2.Position = 0;
41 w2.Expand = false;
42 w2.Fill = false;
43 // Container child hbox1.Gtk.Box+BoxChild
44 this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
45 this.GtkScrolledWindow.Name = "GtkScrolledWindow";
46 this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
47 // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
48 this.textview1 = new global::Gtk.TextView ();
49 this.textview1.Buffer.Text = "\nGrid Proxy GUI\nGtk# Interface for Grid Proxy\n\nBased on Win Grid Proxy by\nJim Rad" +
50 "ford <jradford@npl.com>\n\nWritten by\nLatif Khalifa <latifer@streamgrid.net>\n\nCopy" +
51 "right (c) 2015\nOpen Metaverse Foundation\n";
52 this.textview1.WidthRequest = 250;
53 this.textview1.CanFocus = true;
54 this.textview1.Name = "textview1";
55 this.textview1.Editable = false;
56 this.textview1.CursorVisible = false;
57 this.textview1.AcceptsTab = false;
58 this.textview1.WrapMode = ((global::Gtk.WrapMode)(2));
59 this.GtkScrolledWindow.Add (this.textview1);
60 this.hbox1.Add (this.GtkScrolledWindow);
61 global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow]));
62 w4.Position = 1;
63 w1.Add (this.hbox1);
64 global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
65 w5.Position = 0;
66 w5.Expand = false;
67 w5.Fill = false;
68 // Internal child GridProxyGUI.About.ActionArea
69 global::Gtk.HButtonBox w6 = this.ActionArea;
70 w6.Name = "dialog1_ActionArea";
71 w6.Spacing = 10;
72 w6.BorderWidth = ((uint)(5));
73 w6.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
74 // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
75 this.buttonOk = new global::Gtk.Button ();
76 this.buttonOk.CanDefault = true;
77 this.buttonOk.CanFocus = true;
78 this.buttonOk.Name = "buttonOk";
79 this.buttonOk.UseStock = true;
80 this.buttonOk.UseUnderline = true;
81 this.buttonOk.Label = "gtk-ok";
82 this.AddActionWidget (this.buttonOk, -5);
83 global::Gtk.ButtonBox.ButtonBoxChild w7 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w6 [this.buttonOk]));
84 w7.Expand = false;
85 w7.Fill = false;
86 if ((this.Child != null)) {
87 this.Child.ShowAll ();
88 }
89 this.DefaultWidth = 493;
90 this.DefaultHeight = 394;
91 this.Show ();
92 this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
93 }
94 }
95 }