annotate gtk-gui/IBBoard.WarFoundry.GTK.FrmNewUnit.cs @ 6:cfc7683e73f9

Fix breakage from r33 by completing update of move to IBBoard.WarFoundry.GTK sub-packages no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Mon, 26 Jan 2009 20:16:07 +0000
parents 65279b85446f
children 58961ff391d4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1 // ------------------------------------------------------------------------------
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
2 // <autogenerated>
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3 // This code was generated by a tool.
6
cfc7683e73f9 Fix breakage from r33 by completing update of move to IBBoard.WarFoundry.GTK sub-packages
IBBoard <dev@ibboard.co.uk>
parents: 5
diff changeset
4 // Mono Runtime Version: 2.0.50727.1433
5
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
5 //
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
6 // Changes to this file may cause incorrect behavior and will be lost if
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
7 // the code is regenerated.
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
8 // </autogenerated>
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
9 // ------------------------------------------------------------------------------
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
10
6
cfc7683e73f9 Fix breakage from r33 by completing update of move to IBBoard.WarFoundry.GTK sub-packages
IBBoard <dev@ibboard.co.uk>
parents: 5
diff changeset
11 namespace IBBoard.WarFoundry.GTK {
5
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
12
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
13
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
14 public partial class FrmNewUnit {
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
15
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
16 private Gtk.VBox vbox2;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
17
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
18 private Gtk.HBox hbox1;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
19
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
20 private Gtk.Label label1;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
21
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
22 private Gtk.ScrolledWindow GtkScrolledWindow;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
23
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
24 private Gtk.TreeView lstUnitTypes;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
25
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
26 private Gtk.Label lblNewUnitWarning;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
27
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
28 private Gtk.Button buttonCancel;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
29
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
30 private Gtk.Button buttonOk;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
31
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
32 protected virtual void Build() {
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
33 Stetic.Gui.Initialize(this);
6
cfc7683e73f9 Fix breakage from r33 by completing update of move to IBBoard.WarFoundry.GTK sub-packages
IBBoard <dev@ibboard.co.uk>
parents: 5
diff changeset
34 // Widget IBBoard.WarFoundry.GTK.FrmNewUnit
cfc7683e73f9 Fix breakage from r33 by completing update of move to IBBoard.WarFoundry.GTK sub-packages
IBBoard <dev@ibboard.co.uk>
parents: 5
diff changeset
35 this.Name = "IBBoard.WarFoundry.GTK.FrmNewUnit";
cfc7683e73f9 Fix breakage from r33 by completing update of move to IBBoard.WarFoundry.GTK sub-packages
IBBoard <dev@ibboard.co.uk>
parents: 5
diff changeset
36 this.Title = "Add new unit";
5
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
37 this.Icon = Stetic.IconLoader.LoadIcon(this, "gtk-new", Gtk.IconSize.Menu, 16);
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
38 this.WindowPosition = ((Gtk.WindowPosition)(4));
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
39 this.Modal = true;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
40 this.SkipPagerHint = true;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
41 this.SkipTaskbarHint = true;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
42 this.HasSeparator = false;
6
cfc7683e73f9 Fix breakage from r33 by completing update of move to IBBoard.WarFoundry.GTK sub-packages
IBBoard <dev@ibboard.co.uk>
parents: 5
diff changeset
43 // Internal child IBBoard.WarFoundry.GTK.FrmNewUnit.VBox
5
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
44 Gtk.VBox w1 = this.VBox;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
45 w1.Name = "dialog1_VBox";
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
46 w1.BorderWidth = ((uint)(2));
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
47 // Container child dialog1_VBox.Gtk.Box+BoxChild
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
48 this.vbox2 = new Gtk.VBox();
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
49 this.vbox2.Name = "vbox2";
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
50 this.vbox2.Spacing = 6;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
51 // Container child vbox2.Gtk.Box+BoxChild
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
52 this.hbox1 = new Gtk.HBox();
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
53 this.hbox1.Name = "hbox1";
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
54 this.hbox1.Spacing = 6;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
55 // Container child hbox1.Gtk.Box+BoxChild
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
56 this.label1 = new Gtk.Label();
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
57 this.label1.Name = "label1";
6
cfc7683e73f9 Fix breakage from r33 by completing update of move to IBBoard.WarFoundry.GTK sub-packages
IBBoard <dev@ibboard.co.uk>
parents: 5
diff changeset
58 this.label1.LabelProp = "Unit Type:";
5
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
59 this.hbox1.Add(this.label1);
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
60 Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox1[this.label1]));
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
61 w2.Position = 0;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
62 w2.Expand = false;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
63 w2.Fill = false;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
64 // Container child hbox1.Gtk.Box+BoxChild
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
65 this.GtkScrolledWindow = new Gtk.ScrolledWindow();
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
66 this.GtkScrolledWindow.Name = "GtkScrolledWindow";
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
67 this.GtkScrolledWindow.ShadowType = ((Gtk.ShadowType)(1));
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
68 // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
69 this.lstUnitTypes = new Gtk.TreeView();
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
70 this.lstUnitTypes.HeightRequest = 150;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
71 this.lstUnitTypes.CanFocus = true;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
72 this.lstUnitTypes.Name = "lstUnitTypes";
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
73 this.lstUnitTypes.HeadersVisible = false;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
74 this.GtkScrolledWindow.Add(this.lstUnitTypes);
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
75 this.hbox1.Add(this.GtkScrolledWindow);
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
76 Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow]));
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
77 w4.Position = 1;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
78 this.vbox2.Add(this.hbox1);
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
79 Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
80 w5.Position = 0;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
81 w5.Expand = false;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
82 w5.Fill = false;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
83 // Container child vbox2.Gtk.Box+BoxChild
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
84 this.lblNewUnitWarning = new Gtk.Label();
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
85 this.lblNewUnitWarning.Name = "lblNewUnitWarning";
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
86 this.lblNewUnitWarning.Xalign = 0F;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
87 this.lblNewUnitWarning.Yalign = 0F;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
88 this.vbox2.Add(this.lblNewUnitWarning);
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
89 Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vbox2[this.lblNewUnitWarning]));
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
90 w6.Position = 1;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
91 w6.Expand = false;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
92 w6.Fill = false;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
93 w1.Add(this.vbox2);
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
94 Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(w1[this.vbox2]));
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
95 w7.Position = 0;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
96 w7.Expand = false;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
97 w7.Fill = false;
6
cfc7683e73f9 Fix breakage from r33 by completing update of move to IBBoard.WarFoundry.GTK sub-packages
IBBoard <dev@ibboard.co.uk>
parents: 5
diff changeset
98 // Internal child IBBoard.WarFoundry.GTK.FrmNewUnit.ActionArea
5
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
99 Gtk.HButtonBox w8 = this.ActionArea;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
100 w8.Name = "dialog1_ActionArea";
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
101 w8.Spacing = 6;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
102 w8.BorderWidth = ((uint)(5));
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
103 w8.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
104 // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
105 this.buttonCancel = new Gtk.Button();
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
106 this.buttonCancel.CanDefault = true;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
107 this.buttonCancel.CanFocus = true;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
108 this.buttonCancel.Name = "buttonCancel";
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
109 this.buttonCancel.UseStock = true;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
110 this.buttonCancel.UseUnderline = true;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
111 this.buttonCancel.Label = "gtk-cancel";
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
112 this.AddActionWidget(this.buttonCancel, -6);
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
113 Gtk.ButtonBox.ButtonBoxChild w9 = ((Gtk.ButtonBox.ButtonBoxChild)(w8[this.buttonCancel]));
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
114 w9.Expand = false;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
115 w9.Fill = false;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
116 // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
117 this.buttonOk = new Gtk.Button();
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
118 this.buttonOk.Sensitive = false;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
119 this.buttonOk.CanDefault = true;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
120 this.buttonOk.CanFocus = true;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
121 this.buttonOk.Name = "buttonOk";
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
122 this.buttonOk.UseStock = true;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
123 this.buttonOk.UseUnderline = true;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
124 this.buttonOk.Label = "gtk-ok";
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
125 this.AddActionWidget(this.buttonOk, -5);
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
126 Gtk.ButtonBox.ButtonBoxChild w10 = ((Gtk.ButtonBox.ButtonBoxChild)(w8[this.buttonOk]));
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
127 w10.Position = 1;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
128 w10.Expand = false;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
129 w10.Fill = false;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
130 if ((this.Child != null)) {
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
131 this.Child.ShowAll();
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
132 }
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
133 this.DefaultWidth = 400;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
134 this.DefaultHeight = 318;
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
135 this.Show();
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
136 this.lstUnitTypes.RowActivated += new Gtk.RowActivatedHandler(this.OnRowActivated);
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
137 this.buttonCancel.Activated += new System.EventHandler(this.OnButtonCancelActivated);
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
138 this.buttonOk.Clicked += new System.EventHandler(this.OnButtonOkClicked);
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
139 }
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
140 }
65279b85446f Re #1 - LGPL license all code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
141 }