diff options
Diffstat (limited to 'OpenGridServices.Manager/OpenGridServices.Manager/gtk-gui/ConnectToGridServerDialog.cs')
-rw-r--r-- | OpenGridServices.Manager/OpenGridServices.Manager/gtk-gui/ConnectToGridServerDialog.cs | 145 |
1 files changed, 0 insertions, 145 deletions
diff --git a/OpenGridServices.Manager/OpenGridServices.Manager/gtk-gui/ConnectToGridServerDialog.cs b/OpenGridServices.Manager/OpenGridServices.Manager/gtk-gui/ConnectToGridServerDialog.cs deleted file mode 100644 index e147f63..0000000 --- a/OpenGridServices.Manager/OpenGridServices.Manager/gtk-gui/ConnectToGridServerDialog.cs +++ /dev/null | |||
@@ -1,145 +0,0 @@ | |||
1 | // ------------------------------------------------------------------------------ | ||
2 | // <autogenerated> | ||
3 | // This code was generated by a tool. | ||
4 | // Mono Runtime Version: 2.0.50727.42 | ||
5 | // | ||
6 | // Changes to this file may cause incorrect behavior and will be lost if | ||
7 | // the code is regenerated. | ||
8 | // </autogenerated> | ||
9 | // ------------------------------------------------------------------------------ | ||
10 | |||
11 | |||
12 | |||
13 | public partial class ConnectToGridServerDialog { | ||
14 | |||
15 | private Gtk.VBox vbox2; | ||
16 | |||
17 | private Gtk.Label label1; | ||
18 | |||
19 | private Gtk.Entry entry1; | ||
20 | |||
21 | private Gtk.Button button2; | ||
22 | |||
23 | private Gtk.Button button8; | ||
24 | |||
25 | protected virtual void Build() { | ||
26 | Stetic.Gui.Initialize(); | ||
27 | // Widget ConnectToGridServerDialog | ||
28 | this.Events = ((Gdk.EventMask)(256)); | ||
29 | this.Name = "ConnectToGridServerDialog"; | ||
30 | this.Title = Mono.Unix.Catalog.GetString("Connect to Grid server"); | ||
31 | this.WindowPosition = ((Gtk.WindowPosition)(4)); | ||
32 | this.HasSeparator = false; | ||
33 | // Internal child ConnectToGridServerDialog.VBox | ||
34 | Gtk.VBox w1 = this.VBox; | ||
35 | w1.Events = ((Gdk.EventMask)(256)); | ||
36 | w1.Name = "dialog_VBox"; | ||
37 | w1.BorderWidth = ((uint)(2)); | ||
38 | // Container child dialog_VBox.Gtk.Box+BoxChild | ||
39 | this.vbox2 = new Gtk.VBox(); | ||
40 | this.vbox2.Name = "vbox2"; | ||
41 | // Container child vbox2.Gtk.Box+BoxChild | ||
42 | this.label1 = new Gtk.Label(); | ||
43 | this.label1.Name = "label1"; | ||
44 | this.label1.LabelProp = Mono.Unix.Catalog.GetString("Please type in the grid server IP/hostname and management interface port:"); | ||
45 | this.label1.Wrap = true; | ||
46 | this.label1.Justify = ((Gtk.Justification)(2)); | ||
47 | this.vbox2.Add(this.label1); | ||
48 | Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.vbox2[this.label1])); | ||
49 | w2.Position = 0; | ||
50 | w2.Expand = false; | ||
51 | w2.Fill = false; | ||
52 | // Container child vbox2.Gtk.Box+BoxChild | ||
53 | this.entry1 = new Gtk.Entry(); | ||
54 | this.entry1.CanFocus = true; | ||
55 | this.entry1.Name = "entry1"; | ||
56 | this.entry1.Text = Mono.Unix.Catalog.GetString("gridserver:8001"); | ||
57 | this.entry1.IsEditable = true; | ||
58 | this.entry1.MaxLength = 255; | ||
59 | this.entry1.InvisibleChar = '•'; | ||
60 | this.vbox2.Add(this.entry1); | ||
61 | Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox2[this.entry1])); | ||
62 | w3.Position = 1; | ||
63 | w3.Expand = false; | ||
64 | w3.Fill = false; | ||
65 | w1.Add(this.vbox2); | ||
66 | Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(w1[this.vbox2])); | ||
67 | w4.Position = 0; | ||
68 | // Internal child ConnectToGridServerDialog.ActionArea | ||
69 | Gtk.HButtonBox w5 = this.ActionArea; | ||
70 | w5.Events = ((Gdk.EventMask)(256)); | ||
71 | w5.Name = "OpenGridServices.Manager.ConnectToGridServerDialog_ActionArea"; | ||
72 | w5.Spacing = 6; | ||
73 | w5.BorderWidth = ((uint)(5)); | ||
74 | w5.LayoutStyle = ((Gtk.ButtonBoxStyle)(4)); | ||
75 | // Container child OpenGridServices.Manager.ConnectToGridServerDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild | ||
76 | this.button2 = new Gtk.Button(); | ||
77 | this.button2.CanDefault = true; | ||
78 | this.button2.CanFocus = true; | ||
79 | this.button2.Name = "button2"; | ||
80 | this.button2.UseUnderline = true; | ||
81 | // Container child button2.Gtk.Container+ContainerChild | ||
82 | Gtk.Alignment w6 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F); | ||
83 | w6.Name = "GtkAlignment"; | ||
84 | // Container child GtkAlignment.Gtk.Container+ContainerChild | ||
85 | Gtk.HBox w7 = new Gtk.HBox(); | ||
86 | w7.Name = "GtkHBox"; | ||
87 | w7.Spacing = 2; | ||
88 | // Container child GtkHBox.Gtk.Container+ContainerChild | ||
89 | Gtk.Image w8 = new Gtk.Image(); | ||
90 | w8.Name = "image1"; | ||
91 | w8.Pixbuf = Gtk.IconTheme.Default.LoadIcon("gtk-apply", 16, 0); | ||
92 | w7.Add(w8); | ||
93 | // Container child GtkHBox.Gtk.Container+ContainerChild | ||
94 | Gtk.Label w10 = new Gtk.Label(); | ||
95 | w10.Name = "GtkLabel"; | ||
96 | w10.LabelProp = Mono.Unix.Catalog.GetString("Connect"); | ||
97 | w10.UseUnderline = true; | ||
98 | w7.Add(w10); | ||
99 | w6.Add(w7); | ||
100 | this.button2.Add(w6); | ||
101 | this.AddActionWidget(this.button2, 0); | ||
102 | Gtk.ButtonBox.ButtonBoxChild w14 = ((Gtk.ButtonBox.ButtonBoxChild)(w5[this.button2])); | ||
103 | w14.Expand = false; | ||
104 | w14.Fill = false; | ||
105 | // Container child OpenGridServices.Manager.ConnectToGridServerDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild | ||
106 | this.button8 = new Gtk.Button(); | ||
107 | this.button8.CanDefault = true; | ||
108 | this.button8.CanFocus = true; | ||
109 | this.button8.Name = "button8"; | ||
110 | this.button8.UseUnderline = true; | ||
111 | // Container child button8.Gtk.Container+ContainerChild | ||
112 | Gtk.Alignment w15 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F); | ||
113 | w15.Name = "GtkAlignment1"; | ||
114 | // Container child GtkAlignment1.Gtk.Container+ContainerChild | ||
115 | Gtk.HBox w16 = new Gtk.HBox(); | ||
116 | w16.Name = "GtkHBox1"; | ||
117 | w16.Spacing = 2; | ||
118 | // Container child GtkHBox1.Gtk.Container+ContainerChild | ||
119 | Gtk.Image w17 = new Gtk.Image(); | ||
120 | w17.Name = "image2"; | ||
121 | w17.Pixbuf = Gtk.IconTheme.Default.LoadIcon("gtk-cancel", 16, 0); | ||
122 | w16.Add(w17); | ||
123 | // Container child GtkHBox1.Gtk.Container+ContainerChild | ||
124 | Gtk.Label w19 = new Gtk.Label(); | ||
125 | w19.Name = "GtkLabel1"; | ||
126 | w19.LabelProp = Mono.Unix.Catalog.GetString("Cancel"); | ||
127 | w19.UseUnderline = true; | ||
128 | w16.Add(w19); | ||
129 | w15.Add(w16); | ||
130 | this.button8.Add(w15); | ||
131 | this.AddActionWidget(this.button8, 0); | ||
132 | Gtk.ButtonBox.ButtonBoxChild w23 = ((Gtk.ButtonBox.ButtonBoxChild)(w5[this.button8])); | ||
133 | w23.Position = 1; | ||
134 | w23.Expand = false; | ||
135 | w23.Fill = false; | ||
136 | if ((this.Child != null)) { | ||
137 | this.Child.ShowAll(); | ||
138 | } | ||
139 | this.DefaultWidth = 476; | ||
140 | this.DefaultHeight = 107; | ||
141 | this.Show(); | ||
142 | this.button2.Activated += new System.EventHandler(this.ConnectBtn); | ||
143 | this.button8.Activated += new System.EventHandler(this.CancelBtn); | ||
144 | } | ||
145 | } | ||