aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices.Manager/OpenGridServices.Manager/gtk-gui/ConnectToGridServerDialog.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenGridServices.Manager/OpenGridServices.Manager/gtk-gui/ConnectToGridServerDialog.cs')
-rw-r--r--OpenGridServices.Manager/OpenGridServices.Manager/gtk-gui/ConnectToGridServerDialog.cs8
1 files changed, 6 insertions, 2 deletions
diff --git a/OpenGridServices.Manager/OpenGridServices.Manager/gtk-gui/ConnectToGridServerDialog.cs b/OpenGridServices.Manager/OpenGridServices.Manager/gtk-gui/ConnectToGridServerDialog.cs
index a7c8d43..e147f63 100644
--- a/OpenGridServices.Manager/OpenGridServices.Manager/gtk-gui/ConnectToGridServerDialog.cs
+++ b/OpenGridServices.Manager/OpenGridServices.Manager/gtk-gui/ConnectToGridServerDialog.cs
@@ -28,6 +28,8 @@ public partial class ConnectToGridServerDialog {
28 this.Events = ((Gdk.EventMask)(256)); 28 this.Events = ((Gdk.EventMask)(256));
29 this.Name = "ConnectToGridServerDialog"; 29 this.Name = "ConnectToGridServerDialog";
30 this.Title = Mono.Unix.Catalog.GetString("Connect to Grid server"); 30 this.Title = Mono.Unix.Catalog.GetString("Connect to Grid server");
31 this.WindowPosition = ((Gtk.WindowPosition)(4));
32 this.HasSeparator = false;
31 // Internal child ConnectToGridServerDialog.VBox 33 // Internal child ConnectToGridServerDialog.VBox
32 Gtk.VBox w1 = this.VBox; 34 Gtk.VBox w1 = this.VBox;
33 w1.Events = ((Gdk.EventMask)(256)); 35 w1.Events = ((Gdk.EventMask)(256));
@@ -85,7 +87,7 @@ public partial class ConnectToGridServerDialog {
85 w7.Spacing = 2; 87 w7.Spacing = 2;
86 // Container child GtkHBox.Gtk.Container+ContainerChild 88 // Container child GtkHBox.Gtk.Container+ContainerChild
87 Gtk.Image w8 = new Gtk.Image(); 89 Gtk.Image w8 = new Gtk.Image();
88 w8.Name = "image11"; 90 w8.Name = "image1";
89 w8.Pixbuf = Gtk.IconTheme.Default.LoadIcon("gtk-apply", 16, 0); 91 w8.Pixbuf = Gtk.IconTheme.Default.LoadIcon("gtk-apply", 16, 0);
90 w7.Add(w8); 92 w7.Add(w8);
91 // Container child GtkHBox.Gtk.Container+ContainerChild 93 // Container child GtkHBox.Gtk.Container+ContainerChild
@@ -115,7 +117,7 @@ public partial class ConnectToGridServerDialog {
115 w16.Spacing = 2; 117 w16.Spacing = 2;
116 // Container child GtkHBox1.Gtk.Container+ContainerChild 118 // Container child GtkHBox1.Gtk.Container+ContainerChild
117 Gtk.Image w17 = new Gtk.Image(); 119 Gtk.Image w17 = new Gtk.Image();
118 w17.Name = "image12"; 120 w17.Name = "image2";
119 w17.Pixbuf = Gtk.IconTheme.Default.LoadIcon("gtk-cancel", 16, 0); 121 w17.Pixbuf = Gtk.IconTheme.Default.LoadIcon("gtk-cancel", 16, 0);
120 w16.Add(w17); 122 w16.Add(w17);
121 // Container child GtkHBox1.Gtk.Container+ContainerChild 123 // Container child GtkHBox1.Gtk.Container+ContainerChild
@@ -137,5 +139,7 @@ public partial class ConnectToGridServerDialog {
137 this.DefaultWidth = 476; 139 this.DefaultWidth = 476;
138 this.DefaultHeight = 107; 140 this.DefaultHeight = 107;
139 this.Show(); 141 this.Show();
142 this.button2.Activated += new System.EventHandler(this.ConnectBtn);
143 this.button8.Activated += new System.EventHandler(this.CancelBtn);
140 } 144 }
141} 145}