00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 namespace Foodolini.Activities.Person {
00012
00013
00014 public partial class PersonViewer {
00015
00016 private Gtk.HBox hbox2;
00017
00018 private Gtk.VBox vbox2;
00019
00020 private Gtk.Table table2PersonViewer;
00021
00022 private Gtk.HBox hbox3;
00023
00024 private Gtk.Label lbDiet;
00025
00026 private Gtk.Label label2;
00027
00028 private Gtk.Label label3;
00029
00030 private Gtk.Label label4;
00031
00032 private Gtk.Label label5;
00033
00034 private Gtk.Label label7;
00035
00036 private Gtk.Label lbDateBirth;
00037
00038 private Gtk.Label lbFullName;
00039
00040 private Gtk.Label lbHeight;
00041
00042 private Gtk.Label lbUserName;
00043
00044 private Gtk.Label lbWeight;
00045
00046 private Gtk.VBox vbox3;
00047
00048 private Gtk.HButtonBox hbuttonbox6;
00049
00050 private Gtk.Button btChangeDiet;
00051
00052 private Gtk.HButtonBox hbuttonbox2;
00053
00054 private Gtk.Button button314UserProf;
00055
00056 private Gtk.VBox vbox4;
00057
00058 private Gtk.VBox vbox5ViewExercises;
00059
00060 private Gtk.Label lbExercises;
00061
00062 private Gtk.HBox hbox1;
00063
00064 private Gtk.VBox vbox6;
00065
00066 private Gtk.ScrolledWindow GtkScrolledWindow;
00067
00068 private Gtk.NodeView ExerciseView;
00069
00070 private Gtk.HButtonBox hbuttonbox3;
00071
00072 private Gtk.Button btDeleteEx;
00073
00074 private Gtk.Button btEditEx;
00075
00076 private Gtk.Button btRegisterEx;
00077
00078 protected virtual void Build() {
00079 Stetic.Gui.Initialize(this);
00080
00081 Stetic.BinContainer.Attach(this);
00082 this.Name = "Foodolini.Activities.Person.PersonViewer";
00083
00084 this.hbox2 = new Gtk.HBox();
00085 this.hbox2.Name = "hbox2";
00086 this.hbox2.Spacing = 6;
00087 this.hbox2.BorderWidth = ((uint)(9));
00088
00089 this.vbox2 = new Gtk.VBox();
00090 this.vbox2.Name = "vbox2";
00091 this.vbox2.Spacing = 6;
00092
00093 this.table2PersonViewer = new Gtk.Table(((uint)(6)), ((uint)(2)), false);
00094 this.table2PersonViewer.Name = "table2PersonViewer";
00095 this.table2PersonViewer.RowSpacing = ((uint)(9));
00096 this.table2PersonViewer.ColumnSpacing = ((uint)(9));
00097 this.table2PersonViewer.BorderWidth = ((uint)(9));
00098
00099 this.hbox3 = new Gtk.HBox();
00100 this.hbox3.Name = "hbox3";
00101 this.hbox3.Spacing = 6;
00102
00103 this.lbDiet = new Gtk.Label();
00104 this.lbDiet.Name = "lbDiet";
00105 this.lbDiet.Xalign = 0F;
00106 this.lbDiet.LabelProp = Mono.Unix.Catalog.GetString("detter er navnet på dieten");
00107 this.lbDiet.WidthChars = 25;
00108 this.hbox3.Add(this.lbDiet);
00109 Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.hbox3[this.lbDiet]));
00110 w1.Position = 0;
00111 w1.Expand = false;
00112 w1.Fill = false;
00113 this.table2PersonViewer.Add(this.hbox3);
00114 Gtk.Table.TableChild w2 = ((Gtk.Table.TableChild)(this.table2PersonViewer[this.hbox3]));
00115 w2.TopAttach = ((uint)(5));
00116 w2.BottomAttach = ((uint)(6));
00117 w2.LeftAttach = ((uint)(1));
00118 w2.RightAttach = ((uint)(2));
00119 w2.XOptions = ((Gtk.AttachOptions)(4));
00120 w2.YOptions = ((Gtk.AttachOptions)(4));
00121
00122 this.label2 = new Gtk.Label();
00123 this.label2.Name = "label2";
00124 this.label2.Xpad = 5;
00125 this.label2.Xalign = 0F;
00126 this.label2.LabelProp = Mono.Unix.Catalog.GetString("User name:");
00127 this.table2PersonViewer.Add(this.label2);
00128 Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table2PersonViewer[this.label2]));
00129 w3.TopAttach = ((uint)(1));
00130 w3.BottomAttach = ((uint)(2));
00131 w3.XOptions = ((Gtk.AttachOptions)(4));
00132 w3.YOptions = ((Gtk.AttachOptions)(4));
00133
00134 this.label3 = new Gtk.Label();
00135 this.label3.Name = "label3";
00136 this.label3.Xpad = 5;
00137 this.label3.Xalign = 0F;
00138 this.label3.LabelProp = Mono.Unix.Catalog.GetString("Date of birth:");
00139 this.table2PersonViewer.Add(this.label3);
00140 Gtk.Table.TableChild w4 = ((Gtk.Table.TableChild)(this.table2PersonViewer[this.label3]));
00141 w4.TopAttach = ((uint)(2));
00142 w4.BottomAttach = ((uint)(3));
00143 w4.XOptions = ((Gtk.AttachOptions)(4));
00144 w4.YOptions = ((Gtk.AttachOptions)(4));
00145
00146 this.label4 = new Gtk.Label();
00147 this.label4.Name = "label4";
00148 this.label4.Xpad = 5;
00149 this.label4.Xalign = 0F;
00150 this.label4.LabelProp = Mono.Unix.Catalog.GetString("Height:");
00151 this.table2PersonViewer.Add(this.label4);
00152 Gtk.Table.TableChild w5 = ((Gtk.Table.TableChild)(this.table2PersonViewer[this.label4]));
00153 w5.TopAttach = ((uint)(3));
00154 w5.BottomAttach = ((uint)(4));
00155 w5.XOptions = ((Gtk.AttachOptions)(4));
00156 w5.YOptions = ((Gtk.AttachOptions)(4));
00157
00158 this.label5 = new Gtk.Label();
00159 this.label5.Name = "label5";
00160 this.label5.Xpad = 5;
00161 this.label5.Xalign = 0F;
00162 this.label5.LabelProp = Mono.Unix.Catalog.GetString("Weight:");
00163 this.table2PersonViewer.Add(this.label5);
00164 Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table2PersonViewer[this.label5]));
00165 w6.TopAttach = ((uint)(4));
00166 w6.BottomAttach = ((uint)(5));
00167 w6.XOptions = ((Gtk.AttachOptions)(4));
00168 w6.YOptions = ((Gtk.AttachOptions)(4));
00169
00170 this.label7 = new Gtk.Label();
00171 this.label7.Name = "label7";
00172 this.label7.Xpad = 5;
00173 this.label7.Xalign = 0F;
00174 this.label7.LabelProp = Mono.Unix.Catalog.GetString("Diet:");
00175 this.table2PersonViewer.Add(this.label7);
00176 Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.table2PersonViewer[this.label7]));
00177 w7.TopAttach = ((uint)(5));
00178 w7.BottomAttach = ((uint)(6));
00179 w7.XOptions = ((Gtk.AttachOptions)(4));
00180 w7.YOptions = ((Gtk.AttachOptions)(4));
00181
00182 this.lbDateBirth = new Gtk.Label();
00183 this.lbDateBirth.Name = "lbDateBirth";
00184 this.lbDateBirth.Xalign = 0F;
00185 this.lbDateBirth.LabelProp = Mono.Unix.Catalog.GetString("label10");
00186 this.table2PersonViewer.Add(this.lbDateBirth);
00187 Gtk.Table.TableChild w8 = ((Gtk.Table.TableChild)(this.table2PersonViewer[this.lbDateBirth]));
00188 w8.TopAttach = ((uint)(2));
00189 w8.BottomAttach = ((uint)(3));
00190 w8.LeftAttach = ((uint)(1));
00191 w8.RightAttach = ((uint)(2));
00192 w8.XOptions = ((Gtk.AttachOptions)(4));
00193 w8.YOptions = ((Gtk.AttachOptions)(4));
00194
00195 this.lbFullName = new Gtk.Label();
00196 this.lbFullName.Name = "lbFullName";
00197 this.lbFullName.Xpad = 5;
00198 this.lbFullName.Xalign = 0F;
00199 this.lbFullName.LabelProp = Mono.Unix.Catalog.GetString("User profile");
00200 this.lbFullName.UseMarkup = true;
00201 this.table2PersonViewer.Add(this.lbFullName);
00202 Gtk.Table.TableChild w9 = ((Gtk.Table.TableChild)(this.table2PersonViewer[this.lbFullName]));
00203 w9.RightAttach = ((uint)(2));
00204 w9.XOptions = ((Gtk.AttachOptions)(4));
00205 w9.YOptions = ((Gtk.AttachOptions)(4));
00206
00207 this.lbHeight = new Gtk.Label();
00208 this.lbHeight.Name = "lbHeight";
00209 this.lbHeight.Xalign = 0F;
00210 this.lbHeight.LabelProp = Mono.Unix.Catalog.GetString("label11");
00211 this.table2PersonViewer.Add(this.lbHeight);
00212 Gtk.Table.TableChild w10 = ((Gtk.Table.TableChild)(this.table2PersonViewer[this.lbHeight]));
00213 w10.TopAttach = ((uint)(3));
00214 w10.BottomAttach = ((uint)(4));
00215 w10.LeftAttach = ((uint)(1));
00216 w10.RightAttach = ((uint)(2));
00217 w10.XOptions = ((Gtk.AttachOptions)(4));
00218 w10.YOptions = ((Gtk.AttachOptions)(4));
00219
00220 this.lbUserName = new Gtk.Label();
00221 this.lbUserName.Name = "lbUserName";
00222 this.lbUserName.Xalign = 0F;
00223 this.lbUserName.LabelProp = Mono.Unix.Catalog.GetString("label9");
00224 this.lbUserName.WidthChars = 25;
00225 this.table2PersonViewer.Add(this.lbUserName);
00226 Gtk.Table.TableChild w11 = ((Gtk.Table.TableChild)(this.table2PersonViewer[this.lbUserName]));
00227 w11.TopAttach = ((uint)(1));
00228 w11.BottomAttach = ((uint)(2));
00229 w11.LeftAttach = ((uint)(1));
00230 w11.RightAttach = ((uint)(2));
00231 w11.XOptions = ((Gtk.AttachOptions)(4));
00232 w11.YOptions = ((Gtk.AttachOptions)(4));
00233
00234 this.lbWeight = new Gtk.Label();
00235 this.lbWeight.Name = "lbWeight";
00236 this.lbWeight.Xalign = 0F;
00237 this.lbWeight.LabelProp = Mono.Unix.Catalog.GetString("label12");
00238 this.table2PersonViewer.Add(this.lbWeight);
00239 Gtk.Table.TableChild w12 = ((Gtk.Table.TableChild)(this.table2PersonViewer[this.lbWeight]));
00240 w12.TopAttach = ((uint)(4));
00241 w12.BottomAttach = ((uint)(5));
00242 w12.LeftAttach = ((uint)(1));
00243 w12.RightAttach = ((uint)(2));
00244 w12.XOptions = ((Gtk.AttachOptions)(4));
00245 w12.YOptions = ((Gtk.AttachOptions)(4));
00246 this.vbox2.Add(this.table2PersonViewer);
00247 Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(this.vbox2[this.table2PersonViewer]));
00248 w13.Position = 0;
00249 w13.Expand = false;
00250 w13.Fill = false;
00251
00252 this.vbox3 = new Gtk.VBox();
00253 this.vbox3.Name = "vbox3";
00254 this.vbox3.Spacing = 6;
00255
00256 this.hbuttonbox6 = new Gtk.HButtonBox();
00257 this.hbuttonbox6.Name = "hbuttonbox6";
00258 this.hbuttonbox6.LayoutStyle = ((Gtk.ButtonBoxStyle)(1));
00259
00260 this.btChangeDiet = new Gtk.Button();
00261 this.btChangeDiet.TooltipMarkup = "Select another diet";
00262 this.btChangeDiet.CanFocus = true;
00263 this.btChangeDiet.Name = "btChangeDiet";
00264 this.btChangeDiet.UseUnderline = true;
00265
00266 Gtk.Alignment w14 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
00267
00268 Gtk.HBox w15 = new Gtk.HBox();
00269 w15.Spacing = 2;
00270
00271 Gtk.Image w16 = new Gtk.Image();
00272 w16.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-edit", Gtk.IconSize.Menu, 16);
00273 w15.Add(w16);
00274
00275 Gtk.Label w18 = new Gtk.Label();
00276 w18.LabelProp = Mono.Unix.Catalog.GetString("Change Diet");
00277 w18.UseUnderline = true;
00278 w15.Add(w18);
00279 w14.Add(w15);
00280 this.btChangeDiet.Add(w14);
00281 this.hbuttonbox6.Add(this.btChangeDiet);
00282 Gtk.ButtonBox.ButtonBoxChild w22 = ((Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox6[this.btChangeDiet]));
00283 w22.Expand = false;
00284 w22.Fill = false;
00285 this.vbox3.Add(this.hbuttonbox6);
00286 Gtk.Box.BoxChild w23 = ((Gtk.Box.BoxChild)(this.vbox3[this.hbuttonbox6]));
00287 w23.Position = 0;
00288 w23.Expand = false;
00289 w23.Fill = false;
00290
00291 this.hbuttonbox2 = new Gtk.HButtonBox();
00292 this.hbuttonbox2.Name = "hbuttonbox2";
00293 this.hbuttonbox2.Spacing = 9;
00294 this.hbuttonbox2.BorderWidth = ((uint)(9));
00295 this.hbuttonbox2.LayoutStyle = ((Gtk.ButtonBoxStyle)(3));
00296
00297 this.button314UserProf = new Gtk.Button();
00298 this.button314UserProf.TooltipMarkup = "Edit this user profile.";
00299 this.button314UserProf.CanFocus = true;
00300 this.button314UserProf.Name = "button314UserProf";
00301 this.button314UserProf.UseUnderline = true;
00302
00303 Gtk.Alignment w24 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
00304
00305 Gtk.HBox w25 = new Gtk.HBox();
00306 w25.Spacing = 2;
00307
00308 Gtk.Image w26 = new Gtk.Image();
00309 w26.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-edit", Gtk.IconSize.Menu, 16);
00310 w25.Add(w26);
00311
00312 Gtk.Label w28 = new Gtk.Label();
00313 w28.LabelProp = Mono.Unix.Catalog.GetString("Edit User Profile");
00314 w28.UseUnderline = true;
00315 w25.Add(w28);
00316 w24.Add(w25);
00317 this.button314UserProf.Add(w24);
00318 this.hbuttonbox2.Add(this.button314UserProf);
00319 Gtk.ButtonBox.ButtonBoxChild w32 = ((Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2[this.button314UserProf]));
00320 w32.Expand = false;
00321 w32.Fill = false;
00322 this.vbox3.Add(this.hbuttonbox2);
00323 Gtk.Box.BoxChild w33 = ((Gtk.Box.BoxChild)(this.vbox3[this.hbuttonbox2]));
00324 w33.Position = 1;
00325 w33.Expand = false;
00326 w33.Fill = false;
00327 this.vbox2.Add(this.vbox3);
00328 Gtk.Box.BoxChild w34 = ((Gtk.Box.BoxChild)(this.vbox2[this.vbox3]));
00329 w34.Position = 1;
00330 w34.Expand = false;
00331 w34.Fill = false;
00332
00333 this.vbox4 = new Gtk.VBox();
00334 this.vbox4.Name = "vbox4";
00335 this.vbox4.Spacing = 6;
00336 this.vbox2.Add(this.vbox4);
00337 Gtk.Box.BoxChild w35 = ((Gtk.Box.BoxChild)(this.vbox2[this.vbox4]));
00338 w35.Position = 2;
00339 this.hbox2.Add(this.vbox2);
00340 Gtk.Box.BoxChild w36 = ((Gtk.Box.BoxChild)(this.hbox2[this.vbox2]));
00341 w36.Position = 0;
00342 w36.Expand = false;
00343 w36.Fill = false;
00344
00345 this.vbox5ViewExercises = new Gtk.VBox();
00346 this.vbox5ViewExercises.Name = "vbox5ViewExercises";
00347 this.vbox5ViewExercises.Spacing = 9;
00348 this.vbox5ViewExercises.BorderWidth = ((uint)(9));
00349
00350 this.lbExercises = new Gtk.Label();
00351 this.lbExercises.Name = "lbExercises";
00352 this.lbExercises.Xalign = 0F;
00353 this.lbExercises.LabelProp = Mono.Unix.Catalog.GetString("<big>Exercises:</big>");
00354 this.lbExercises.UseMarkup = true;
00355 this.vbox5ViewExercises.Add(this.lbExercises);
00356 Gtk.Box.BoxChild w37 = ((Gtk.Box.BoxChild)(this.vbox5ViewExercises[this.lbExercises]));
00357 w37.Position = 0;
00358 w37.Expand = false;
00359 w37.Fill = false;
00360
00361 this.hbox1 = new Gtk.HBox();
00362 this.hbox1.Name = "hbox1";
00363 this.hbox1.Spacing = 6;
00364 this.hbox1.BorderWidth = ((uint)(9));
00365
00366 this.vbox6 = new Gtk.VBox();
00367 this.vbox6.Name = "vbox6";
00368 this.vbox6.Spacing = 6;
00369
00370 this.GtkScrolledWindow = new Gtk.ScrolledWindow();
00371 this.GtkScrolledWindow.Name = "GtkScrolledWindow";
00372 this.GtkScrolledWindow.ShadowType = ((Gtk.ShadowType)(1));
00373
00374 this.ExerciseView = new Gtk.NodeView();
00375 this.ExerciseView.CanFocus = true;
00376 this.ExerciseView.Name = "ExerciseView";
00377 this.GtkScrolledWindow.Add(this.ExerciseView);
00378 this.vbox6.Add(this.GtkScrolledWindow);
00379 Gtk.Box.BoxChild w39 = ((Gtk.Box.BoxChild)(this.vbox6[this.GtkScrolledWindow]));
00380 w39.Position = 0;
00381 this.hbox1.Add(this.vbox6);
00382 Gtk.Box.BoxChild w40 = ((Gtk.Box.BoxChild)(this.hbox1[this.vbox6]));
00383 w40.Position = 0;
00384 this.vbox5ViewExercises.Add(this.hbox1);
00385 Gtk.Box.BoxChild w41 = ((Gtk.Box.BoxChild)(this.vbox5ViewExercises[this.hbox1]));
00386 w41.Position = 1;
00387
00388 this.hbuttonbox3 = new Gtk.HButtonBox();
00389 this.hbuttonbox3.Name = "hbuttonbox3";
00390 this.hbuttonbox3.Spacing = 6;
00391 this.hbuttonbox3.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
00392
00393 this.btDeleteEx = new Gtk.Button();
00394 this.btDeleteEx.TooltipMarkup = "Delete selected exercise";
00395 this.btDeleteEx.CanFocus = true;
00396 this.btDeleteEx.Name = "btDeleteEx";
00397 this.btDeleteEx.UseUnderline = true;
00398
00399 Gtk.Alignment w42 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
00400
00401 Gtk.HBox w43 = new Gtk.HBox();
00402 w43.Spacing = 2;
00403
00404 Gtk.Image w44 = new Gtk.Image();
00405 w44.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-delete", Gtk.IconSize.Menu, 16);
00406 w43.Add(w44);
00407
00408 Gtk.Label w46 = new Gtk.Label();
00409 w46.LabelProp = Mono.Unix.Catalog.GetString("Delete Exercise");
00410 w46.UseUnderline = true;
00411 w43.Add(w46);
00412 w42.Add(w43);
00413 this.btDeleteEx.Add(w42);
00414 this.hbuttonbox3.Add(this.btDeleteEx);
00415 Gtk.ButtonBox.ButtonBoxChild w50 = ((Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox3[this.btDeleteEx]));
00416 w50.Expand = false;
00417 w50.Fill = false;
00418
00419 this.btEditEx = new Gtk.Button();
00420 this.btEditEx.TooltipMarkup = "Edit selected exercise";
00421 this.btEditEx.CanFocus = true;
00422 this.btEditEx.Name = "btEditEx";
00423 this.btEditEx.UseUnderline = true;
00424
00425 Gtk.Alignment w51 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
00426
00427 Gtk.HBox w52 = new Gtk.HBox();
00428 w52.Spacing = 2;
00429
00430 Gtk.Image w53 = new Gtk.Image();
00431 w53.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-edit", Gtk.IconSize.Menu, 16);
00432 w52.Add(w53);
00433
00434 Gtk.Label w55 = new Gtk.Label();
00435 w55.LabelProp = Mono.Unix.Catalog.GetString("Edit Exercise");
00436 w55.UseUnderline = true;
00437 w52.Add(w55);
00438 w51.Add(w52);
00439 this.btEditEx.Add(w51);
00440 this.hbuttonbox3.Add(this.btEditEx);
00441 Gtk.ButtonBox.ButtonBoxChild w59 = ((Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox3[this.btEditEx]));
00442 w59.Position = 1;
00443 w59.Expand = false;
00444 w59.Fill = false;
00445
00446 this.btRegisterEx = new Gtk.Button();
00447 this.btRegisterEx.TooltipMarkup = "Register exercise.";
00448 this.btRegisterEx.CanFocus = true;
00449 this.btRegisterEx.Name = "btRegisterEx";
00450 this.btRegisterEx.UseUnderline = true;
00451
00452 Gtk.Alignment w60 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
00453
00454 Gtk.HBox w61 = new Gtk.HBox();
00455 w61.Spacing = 2;
00456
00457 Gtk.Image w62 = new Gtk.Image();
00458 w62.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-add", Gtk.IconSize.Menu, 16);
00459 w61.Add(w62);
00460
00461 Gtk.Label w64 = new Gtk.Label();
00462 w64.LabelProp = Mono.Unix.Catalog.GetString("Register Exercise");
00463 w64.UseUnderline = true;
00464 w61.Add(w64);
00465 w60.Add(w61);
00466 this.btRegisterEx.Add(w60);
00467 this.hbuttonbox3.Add(this.btRegisterEx);
00468 Gtk.ButtonBox.ButtonBoxChild w68 = ((Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox3[this.btRegisterEx]));
00469 w68.Position = 2;
00470 w68.Expand = false;
00471 w68.Fill = false;
00472 this.vbox5ViewExercises.Add(this.hbuttonbox3);
00473 Gtk.Box.BoxChild w69 = ((Gtk.Box.BoxChild)(this.vbox5ViewExercises[this.hbuttonbox3]));
00474 w69.Position = 2;
00475 w69.Expand = false;
00476 w69.Fill = false;
00477 this.hbox2.Add(this.vbox5ViewExercises);
00478 Gtk.Box.BoxChild w70 = ((Gtk.Box.BoxChild)(this.hbox2[this.vbox5ViewExercises]));
00479 w70.Position = 1;
00480 this.Add(this.hbox2);
00481 if ((this.Child != null)) {
00482 this.Child.ShowAll();
00483 }
00484 this.Hide();
00485 this.button314UserProf.Clicked += new System.EventHandler(this.btEditUserProfileOnClick);
00486 this.ExerciseView.CursorChanged += new System.EventHandler(this.OnExerciseViewCursorChanged);
00487 this.ExerciseView.RowActivated += new Gtk.RowActivatedHandler(this.EditExOnClicked);
00488 this.btDeleteEx.Clicked += new System.EventHandler(this.OnBtDeleteExClicked);
00489 this.btEditEx.Clicked += new System.EventHandler(this.EditExOnClicked);
00490 this.btRegisterEx.Clicked += new System.EventHandler(this.RegExOnClicked);
00491 }
00492 }
00493 }