comparison gtk-gui/IBBoard.WarFoundry.GTK.FrmNewArmy.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 FrmNewArmy { 14 public partial class FrmNewArmy {
15 15
16 private Gtk.Table table1; 16 private Gtk.Table table1;
35 35
36 private Gtk.Button bttnCreate; 36 private Gtk.Button bttnCreate;
37 37
38 protected virtual void Build() { 38 protected virtual void Build() {
39 Stetic.Gui.Initialize(this); 39 Stetic.Gui.Initialize(this);
40 // Widget IBBoard.WarFoundry.FrmNewArmy 40 // Widget IBBoard.WarFoundry.GTK.FrmNewArmy
41 this.Events = ((Gdk.EventMask)(256)); 41 this.Events = ((Gdk.EventMask)(256));
42 this.Name = "IBBoard.WarFoundry.FrmNewArmy"; 42 this.Name = "IBBoard.WarFoundry.GTK.FrmNewArmy";
43 this.Title = Mono.Unix.Catalog.GetString("Create new army"); 43 this.Title = "Create new army";
44 this.Icon = Stetic.IconLoader.LoadIcon(this, "gtk-new", Gtk.IconSize.Menu, 16); 44 this.Icon = Stetic.IconLoader.LoadIcon(this, "gtk-new", Gtk.IconSize.Menu, 16);
45 this.WindowPosition = ((Gtk.WindowPosition)(4)); 45 this.WindowPosition = ((Gtk.WindowPosition)(4));
46 this.SkipPagerHint = true; 46 this.SkipPagerHint = true;
47 this.SkipTaskbarHint = true; 47 this.SkipTaskbarHint = true;
48 this.HasSeparator = false; 48 this.HasSeparator = false;
49 // Internal child IBBoard.WarFoundry.FrmNewArmy.VBox 49 // Internal child IBBoard.WarFoundry.GTK.FrmNewArmy.VBox
50 Gtk.VBox w1 = this.VBox; 50 Gtk.VBox w1 = this.VBox;
51 w1.CanFocus = true; 51 w1.CanFocus = true;
52 w1.Events = ((Gdk.EventMask)(256)); 52 w1.Events = ((Gdk.EventMask)(256));
53 w1.Name = "dialog_VBox"; 53 w1.Name = "dialog_VBox";
54 w1.BorderWidth = ((uint)(2)); 54 w1.BorderWidth = ((uint)(2));
99 w5.RightAttach = ((uint)(2)); 99 w5.RightAttach = ((uint)(2));
100 w5.YOptions = ((Gtk.AttachOptions)(4)); 100 w5.YOptions = ((Gtk.AttachOptions)(4));
101 // Container child table1.Gtk.Table+TableChild 101 // Container child table1.Gtk.Table+TableChild
102 this.label1 = new Gtk.Label(); 102 this.label1 = new Gtk.Label();
103 this.label1.Name = "label1"; 103 this.label1.Name = "label1";
104 this.label1.LabelProp = Mono.Unix.Catalog.GetString("Race"); 104 this.label1.LabelProp = "Race";
105 this.table1.Add(this.label1); 105 this.table1.Add(this.label1);
106 Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table1[this.label1])); 106 Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table1[this.label1]));
107 w6.XOptions = ((Gtk.AttachOptions)(4)); 107 w6.XOptions = ((Gtk.AttachOptions)(4));
108 w6.YOptions = ((Gtk.AttachOptions)(4)); 108 w6.YOptions = ((Gtk.AttachOptions)(4));
109 // Container child table1.Gtk.Table+TableChild 109 // Container child table1.Gtk.Table+TableChild
110 this.label2 = new Gtk.Label(); 110 this.label2 = new Gtk.Label();
111 this.label2.Name = "label2"; 111 this.label2.Name = "label2";
112 this.label2.LabelProp = Mono.Unix.Catalog.GetString("Army name"); 112 this.label2.LabelProp = "Army name";
113 this.table1.Add(this.label2); 113 this.table1.Add(this.label2);
114 Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.table1[this.label2])); 114 Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.table1[this.label2]));
115 w7.TopAttach = ((uint)(1)); 115 w7.TopAttach = ((uint)(1));
116 w7.BottomAttach = ((uint)(2)); 116 w7.BottomAttach = ((uint)(2));
117 w7.XOptions = ((Gtk.AttachOptions)(4)); 117 w7.XOptions = ((Gtk.AttachOptions)(4));
118 w7.YOptions = ((Gtk.AttachOptions)(4)); 118 w7.YOptions = ((Gtk.AttachOptions)(4));
119 // Container child table1.Gtk.Table+TableChild 119 // Container child table1.Gtk.Table+TableChild
120 this.label3 = new Gtk.Label(); 120 this.label3 = new Gtk.Label();
121 this.label3.Name = "label3"; 121 this.label3.Name = "label3";
122 this.label3.LabelProp = Mono.Unix.Catalog.GetString("Points value"); 122 this.label3.LabelProp = "Points value";
123 this.table1.Add(this.label3); 123 this.table1.Add(this.label3);
124 Gtk.Table.TableChild w8 = ((Gtk.Table.TableChild)(this.table1[this.label3])); 124 Gtk.Table.TableChild w8 = ((Gtk.Table.TableChild)(this.table1[this.label3]));
125 w8.TopAttach = ((uint)(2)); 125 w8.TopAttach = ((uint)(2));
126 w8.BottomAttach = ((uint)(3)); 126 w8.BottomAttach = ((uint)(3));
127 w8.XOptions = ((Gtk.AttachOptions)(4)); 127 w8.XOptions = ((Gtk.AttachOptions)(4));
143 Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(w1[this.table1])); 143 Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(w1[this.table1]));
144 w10.Position = 0; 144 w10.Position = 0;
145 w10.Expand = false; 145 w10.Expand = false;
146 w10.Fill = false; 146 w10.Fill = false;
147 w10.Padding = ((uint)(6)); 147 w10.Padding = ((uint)(6));
148 // Internal child IBBoard.WarFoundry.FrmNewArmy.ActionArea 148 // Internal child IBBoard.WarFoundry.GTK.FrmNewArmy.ActionArea
149 Gtk.HButtonBox w11 = this.ActionArea; 149 Gtk.HButtonBox w11 = this.ActionArea;
150 w11.CanFocus = true; 150 w11.CanFocus = true;
151 w11.Events = ((Gdk.EventMask)(256)); 151 w11.Events = ((Gdk.EventMask)(256));
152 w11.Name = "WarFoundrySharp.FrmNewArmy_ActionArea"; 152 w11.Name = "WarFoundrySharp.FrmNewArmy_ActionArea";
153 w11.Spacing = 6; 153 w11.Spacing = 6;
180 Gtk.Image w15 = new Gtk.Image(); 180 Gtk.Image w15 = new Gtk.Image();
181 w15.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-ok", Gtk.IconSize.Menu, 16); 181 w15.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-ok", Gtk.IconSize.Menu, 16);
182 w14.Add(w15); 182 w14.Add(w15);
183 // Container child GtkHBox1.Gtk.Container+ContainerChild 183 // Container child GtkHBox1.Gtk.Container+ContainerChild
184 Gtk.Label w17 = new Gtk.Label(); 184 Gtk.Label w17 = new Gtk.Label();
185 w17.LabelProp = Mono.Unix.Catalog.GetString("C_reate"); 185 w17.LabelProp = "C_reate";
186 w17.UseUnderline = true; 186 w17.UseUnderline = true;
187 w14.Add(w17); 187 w14.Add(w17);
188 w13.Add(w14); 188 w13.Add(w14);
189 this.bttnCreate.Add(w13); 189 this.bttnCreate.Add(w13);
190 this.AddActionWidget(this.bttnCreate, -5); 190 this.AddActionWidget(this.bttnCreate, -5);