comparison 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
comparison
equal deleted inserted replaced
5:65279b85446f 6:cfc7683e73f9
1 // ------------------------------------------------------------------------------ 1 // ------------------------------------------------------------------------------
2 // <autogenerated> 2 // <autogenerated>
3 // This code was generated by a tool. 3 // This code was generated by a tool.
4 // Mono Runtime Version: 2.0.50727.42 4 // Mono Runtime Version: 2.0.50727.1433
5 // 5 //
6 // Changes to this file may cause incorrect behavior and will be lost if 6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated. 7 // the code is regenerated.
8 // </autogenerated> 8 // </autogenerated>
9 // ------------------------------------------------------------------------------ 9 // ------------------------------------------------------------------------------
10 10
11 namespace IBBoard.WarFoundry { 11 namespace IBBoard.WarFoundry.GTK {
12 12
13 13
14 public partial class FrmNewUnit { 14 public partial class FrmNewUnit {
15 15
16 private Gtk.VBox vbox2; 16 private Gtk.VBox vbox2;
29 29
30 private Gtk.Button buttonOk; 30 private Gtk.Button buttonOk;
31 31
32 protected virtual void Build() { 32 protected virtual void Build() {
33 Stetic.Gui.Initialize(this); 33 Stetic.Gui.Initialize(this);
34 // Widget IBBoard.WarFoundry.FrmNewUnit 34 // Widget IBBoard.WarFoundry.GTK.FrmNewUnit
35 this.Name = "IBBoard.WarFoundry.FrmNewUnit"; 35 this.Name = "IBBoard.WarFoundry.GTK.FrmNewUnit";
36 this.Title = Mono.Unix.Catalog.GetString("Add new unit"); 36 this.Title = "Add new unit";
37 this.Icon = Stetic.IconLoader.LoadIcon(this, "gtk-new", Gtk.IconSize.Menu, 16); 37 this.Icon = Stetic.IconLoader.LoadIcon(this, "gtk-new", Gtk.IconSize.Menu, 16);
38 this.WindowPosition = ((Gtk.WindowPosition)(4)); 38 this.WindowPosition = ((Gtk.WindowPosition)(4));
39 this.Modal = true; 39 this.Modal = true;
40 this.SkipPagerHint = true; 40 this.SkipPagerHint = true;
41 this.SkipTaskbarHint = true; 41 this.SkipTaskbarHint = true;
42 this.HasSeparator = false; 42 this.HasSeparator = false;
43 // Internal child IBBoard.WarFoundry.FrmNewUnit.VBox 43 // Internal child IBBoard.WarFoundry.GTK.FrmNewUnit.VBox
44 Gtk.VBox w1 = this.VBox; 44 Gtk.VBox w1 = this.VBox;
45 w1.Name = "dialog1_VBox"; 45 w1.Name = "dialog1_VBox";
46 w1.BorderWidth = ((uint)(2)); 46 w1.BorderWidth = ((uint)(2));
47 // Container child dialog1_VBox.Gtk.Box+BoxChild 47 // Container child dialog1_VBox.Gtk.Box+BoxChild
48 this.vbox2 = new Gtk.VBox(); 48 this.vbox2 = new Gtk.VBox();
53 this.hbox1.Name = "hbox1"; 53 this.hbox1.Name = "hbox1";
54 this.hbox1.Spacing = 6; 54 this.hbox1.Spacing = 6;
55 // Container child hbox1.Gtk.Box+BoxChild 55 // Container child hbox1.Gtk.Box+BoxChild
56 this.label1 = new Gtk.Label(); 56 this.label1 = new Gtk.Label();
57 this.label1.Name = "label1"; 57 this.label1.Name = "label1";
58 this.label1.LabelProp = Mono.Unix.Catalog.GetString("Unit Type:"); 58 this.label1.LabelProp = "Unit Type:";
59 this.hbox1.Add(this.label1); 59 this.hbox1.Add(this.label1);
60 Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox1[this.label1])); 60 Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox1[this.label1]));
61 w2.Position = 0; 61 w2.Position = 0;
62 w2.Expand = false; 62 w2.Expand = false;
63 w2.Fill = false; 63 w2.Fill = false;
93 w1.Add(this.vbox2); 93 w1.Add(this.vbox2);
94 Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(w1[this.vbox2])); 94 Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(w1[this.vbox2]));
95 w7.Position = 0; 95 w7.Position = 0;
96 w7.Expand = false; 96 w7.Expand = false;
97 w7.Fill = false; 97 w7.Fill = false;
98 // Internal child IBBoard.WarFoundry.FrmNewUnit.ActionArea 98 // Internal child IBBoard.WarFoundry.GTK.FrmNewUnit.ActionArea
99 Gtk.HButtonBox w8 = this.ActionArea; 99 Gtk.HButtonBox w8 = this.ActionArea;
100 w8.Name = "dialog1_ActionArea"; 100 w8.Name = "dialog1_ActionArea";
101 w8.Spacing = 6; 101 w8.Spacing = 6;
102 w8.BorderWidth = ((uint)(5)); 102 w8.BorderWidth = ((uint)(5));
103 w8.LayoutStyle = ((Gtk.ButtonBoxStyle)(4)); 103 w8.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));