annotate gtk-gui/IBBoard.WarFoundry.GUI.GTK.FrmMainWindow.cs @ 155:7b091ea86819

* Commit code that MonoDevelop insists on reformatting
author IBBoard <dev@ibboard.co.uk>
date Sat, 12 May 2012 19:56:24 +0100
parents 135491fd1830
children 2d1dd73a3289
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
2 // This file has been generated by the GUI designer. Do not modify.
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3 namespace IBBoard.WarFoundry.GUI.GTK
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
4 {
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
5 public partial class FrmMainWindow
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
6 {
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
7 private global::Gtk.UIManager UIManager;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
8 private global::Gtk.Action menuFile;
81
3ff8e10de45a Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents: 77
diff changeset
9 private global::Gtk.Action miNewArmy;
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
10 private global::Gtk.Action miOpenArmy;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
11 private global::Gtk.Action miSaveArmy;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
12 private global::Gtk.Action miSaveArmyAs;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
13 private global::Gtk.Action miCloseArmy;
82
fb16ca1cb52b Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents: 81
diff changeset
14 private global::Gtk.Action miReloadFiles;
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
15 private global::Gtk.Action miExit;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
16 private global::Gtk.Action menuEdit;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
17 private global::Gtk.Action miUndo;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
18 private global::Gtk.Action miRedo;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
19 private global::Gtk.Action menuHelp;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
20 private global::Gtk.Action miAbout;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
21 private global::Gtk.Action miDebugInformation;
82
fb16ca1cb52b Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents: 81
diff changeset
22 private global::Gtk.Action bttnNewArmy;
fb16ca1cb52b Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents: 81
diff changeset
23 private global::Gtk.Action bttnOpenArmy;
fb16ca1cb52b Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents: 81
diff changeset
24 private global::Gtk.Action bttnSaveArmy;
fb16ca1cb52b Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents: 81
diff changeset
25 private global::Gtk.Action bttnUndo;
fb16ca1cb52b Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents: 81
diff changeset
26 private global::Gtk.Action bttnRedo;
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
27 private global::Gtk.Action goDown;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
28 private global::Gtk.Action add;
81
3ff8e10de45a Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents: 77
diff changeset
29 private global::Gtk.Action miExportArmyAs;
100
23b1c3bdc525 Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents: 99
diff changeset
30 private global::Gtk.Action miExportArmyAsBasicHTML;
95
ea4069bbe6e9 Re #309: Add initial preference dialog with language support
IBBoard <dev@ibboard.co.uk>
parents: 82
diff changeset
31 private global::Gtk.Action miPreferences;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
32 private global::Gtk.Action miExportArmyAsTransformedXml;
139
d4b726cec12c Fixes #326: Make army names and sizes modifiable after creation
IBBoard <dev@ibboard.co.uk>
parents: 136
diff changeset
33 private global::Gtk.Action miEditArmy;
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
34 private global::Gtk.VBox vbox1;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
35 private global::Gtk.MenuBar menubar1;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
36 private global::Gtk.Toolbar toolbar;
140
2b9fabd65309 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 139
diff changeset
37 private global::Gtk.Statusbar statusbar;
141
1ce4fe9ae3c1 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 140
diff changeset
38 private global::Gtk.EventBox validationEventbox;
140
2b9fabd65309 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 139
diff changeset
39 private global::Gtk.Label lblValidationWarning;
2b9fabd65309 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 139
diff changeset
40 private global::Gtk.HPaned mainContent;
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
41 private global::Gtk.TreeView treeUnits;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
42 private global::Gtk.Notebook unitsNotebook;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
43
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
44 protected virtual void Build ()
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
45 {
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
46 global::Stetic.Gui.Initialize (this);
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
47 // Widget IBBoard.WarFoundry.GUI.GTK.FrmMainWindow
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
48 this.UIManager = new global::Gtk.UIManager ();
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
49 global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
155
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
50 this.menuFile = new global::Gtk.Action (
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
51 "menuFile",
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
52 global::Mono.Unix.Catalog.GetString("File"),
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
53 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
54 null
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
55 );
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
56 this.menuFile.ShortLabel = global::Mono.Unix.Catalog.GetString ("File");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
57 w1.Add (this.menuFile, null);
155
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
58 this.miNewArmy = new global::Gtk.Action (
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
59 "miNewArmy",
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
60 global::Mono.Unix.Catalog.GetString("Create army"),
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
61 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
62 "gtk-new"
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
63 );
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
64 this.miNewArmy.ShortLabel = global::Mono.Unix.Catalog.GetString ("Create army");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
65 w1.Add (this.miNewArmy, null);
155
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
66 this.miOpenArmy = new global::Gtk.Action (
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
67 "miOpenArmy",
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
68 global::Mono.Unix.Catalog.GetString("Open army"),
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
69 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
70 "gtk-open"
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
71 );
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
72 this.miOpenArmy.ShortLabel = global::Mono.Unix.Catalog.GetString ("Open army");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
73 w1.Add (this.miOpenArmy, null);
155
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
74 this.miSaveArmy = new global::Gtk.Action (
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
75 "miSaveArmy",
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
76 global::Mono.Unix.Catalog.GetString("Save army"),
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
77 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
78 "gtk-save"
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
79 );
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
80 this.miSaveArmy.Sensitive = false;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
81 this.miSaveArmy.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save army");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
82 w1.Add (this.miSaveArmy, null);
155
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
83 this.miSaveArmyAs = new global::Gtk.Action (
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
84 "miSaveArmyAs",
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
85 global::Mono.Unix.Catalog.GetString("Save army as"),
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
86 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
87 "gtk-save-as"
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
88 );
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
89 this.miSaveArmyAs.Sensitive = false;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
90 this.miSaveArmyAs.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save army as");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
91 w1.Add (this.miSaveArmyAs, null);
155
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
92 this.miCloseArmy = new global::Gtk.Action (
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
93 "miCloseArmy",
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
94 global::Mono.Unix.Catalog.GetString("Close army"),
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
95 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
96 "gtk-close"
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
97 );
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
98 this.miCloseArmy.Sensitive = false;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
99 this.miCloseArmy.ShortLabel = global::Mono.Unix.Catalog.GetString ("Close army");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
100 w1.Add (this.miCloseArmy, null);
155
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
101 this.miReloadFiles = new global::Gtk.Action (
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
102 "miReloadFiles",
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
103 global::Mono.Unix.Catalog.GetString("Reload files"),
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
104 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
105 "gtk-refresh"
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
106 );
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
107 this.miReloadFiles.ShortLabel = global::Mono.Unix.Catalog.GetString ("Reload files");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
108 w1.Add (this.miReloadFiles, null);
155
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
109 this.miExit = new global::Gtk.Action (
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
110 "miExit",
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
111 global::Mono.Unix.Catalog.GetString("Exit"),
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
112 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
113 "gtk-quit"
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
114 );
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
115 this.miExit.ShortLabel = global::Mono.Unix.Catalog.GetString ("Exit");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
116 w1.Add (this.miExit, null);
155
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
117 this.menuEdit = new global::Gtk.Action (
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
118 "menuEdit",
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
119 global::Mono.Unix.Catalog.GetString("Edit"),
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
120 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
121 null
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
122 );
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
123 this.menuEdit.ShortLabel = global::Mono.Unix.Catalog.GetString ("Edit");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
124 w1.Add (this.menuEdit, null);
155
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
125 this.miUndo = new global::Gtk.Action (
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
126 "miUndo",
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
127 global::Mono.Unix.Catalog.GetString("Undo"),
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
128 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
129 "gtk-undo"
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
130 );
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
131 this.miUndo.Sensitive = false;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
132 this.miUndo.ShortLabel = global::Mono.Unix.Catalog.GetString ("Undo");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
133 w1.Add (this.miUndo, null);
155
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
134 this.miRedo = new global::Gtk.Action (
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
135 "miRedo",
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
136 global::Mono.Unix.Catalog.GetString("Redo"),
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
137 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
138 "gtk-redo"
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
139 );
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
140 this.miRedo.Sensitive = false;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
141 this.miRedo.ShortLabel = global::Mono.Unix.Catalog.GetString ("Redo");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
142 w1.Add (this.miRedo, null);
155
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
143 this.menuHelp = new global::Gtk.Action (
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
144 "menuHelp",
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
145 global::Mono.Unix.Catalog.GetString("Help"),
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
146 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
147 null
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
148 );
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
149 this.menuHelp.ShortLabel = global::Mono.Unix.Catalog.GetString ("Help");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
150 w1.Add (this.menuHelp, null);
155
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
151 this.miAbout = new global::Gtk.Action (
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
152 "miAbout",
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
153 global::Mono.Unix.Catalog.GetString("About"),
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
154 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
155 "gtk-about"
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
156 );
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
157 this.miAbout.ShortLabel = global::Mono.Unix.Catalog.GetString ("About");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
158 w1.Add (this.miAbout, null);
155
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
159 this.miDebugInformation = new global::Gtk.Action (
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
160 "miDebugInformation",
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
161 global::Mono.Unix.Catalog.GetString("Debug Information"),
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
162 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
163 null
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
164 );
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
165 this.miDebugInformation.ShortLabel = global::Mono.Unix.Catalog.GetString ("Debug Information");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
166 w1.Add (this.miDebugInformation, null);
155
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
167 this.bttnNewArmy = new global::Gtk.Action (
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
168 "bttnNewArmy",
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
169 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
170 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
171 "gtk-new"
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
172 );
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
173 w1.Add (this.bttnNewArmy, null);
155
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
174 this.bttnOpenArmy = new global::Gtk.Action (
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
175 "bttnOpenArmy",
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
176 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
177 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
178 "gtk-open"
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
179 );
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
180 w1.Add (this.bttnOpenArmy, null);
155
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
181 this.bttnSaveArmy = new global::Gtk.Action (
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
182 "bttnSaveArmy",
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
183 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
184 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
185 "gtk-save"
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
186 );
82
fb16ca1cb52b Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents: 81
diff changeset
187 this.bttnSaveArmy.Sensitive = false;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
188 w1.Add (this.bttnSaveArmy, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
189 this.bttnUndo = new global::Gtk.Action ("bttnUndo", null, null, "gtk-undo");
82
fb16ca1cb52b Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents: 81
diff changeset
190 this.bttnUndo.Sensitive = false;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
191 w1.Add (this.bttnUndo, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
192 this.bttnRedo = new global::Gtk.Action ("bttnRedo", null, null, "gtk-redo");
82
fb16ca1cb52b Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents: 81
diff changeset
193 this.bttnRedo.Sensitive = false;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
194 w1.Add (this.bttnRedo, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
195 this.goDown = new global::Gtk.Action ("goDown", null, null, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
196 w1.Add (this.goDown, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
197 this.add = new global::Gtk.Action ("add", null, null, "gtk-add");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
198 w1.Add (this.add, null);
155
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
199 this.miExportArmyAs = new global::Gtk.Action (
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
200 "miExportArmyAs",
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
201 global::Mono.Unix.Catalog.GetString("Export army as..."),
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
202 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
203 "gtk-convert"
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
204 );
81
3ff8e10de45a Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents: 77
diff changeset
205 this.miExportArmyAs.Sensitive = false;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
206 this.miExportArmyAs.ShortLabel = global::Mono.Unix.Catalog.GetString ("Export army as...");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
207 w1.Add (this.miExportArmyAs, null);
155
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
208 this.miExportArmyAsBasicHTML = new global::Gtk.Action (
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
209 "miExportArmyAsBasicHTML",
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
210 global::Mono.Unix.Catalog.GetString("Basic HTML"),
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
211 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
212 null
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
213 );
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
214 this.miExportArmyAsBasicHTML.ShortLabel = global::Mono.Unix.Catalog.GetString ("Basic HTML");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
215 w1.Add (this.miExportArmyAsBasicHTML, null);
155
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
216 this.miPreferences = new global::Gtk.Action (
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
217 "miPreferences",
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
218 global::Mono.Unix.Catalog.GetString("preferences"),
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
219 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
220 "gtk-preferences"
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
221 );
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
222 this.miPreferences.ShortLabel = global::Mono.Unix.Catalog.GetString ("preferences");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
223 w1.Add (this.miPreferences, null);
155
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
224 this.miExportArmyAsTransformedXml = new global::Gtk.Action (
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
225 "miExportArmyAsTransformedXml",
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
226 global::Mono.Unix.Catalog.GetString("transformed xml"),
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
227 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
228 null
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
229 );
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
230 this.miExportArmyAsTransformedXml.ShortLabel = global::Mono.Unix.Catalog.GetString ("transformed xml");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
231 w1.Add (this.miExportArmyAsTransformedXml, null);
155
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
232 this.miEditArmy = new global::Gtk.Action (
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
233 "miEditArmy",
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
234 global::Mono.Unix.Catalog.GetString("_edit army"),
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
235 null,
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
236 "gtk-edit"
7b091ea86819 * Commit code that MonoDevelop insists on reformatting
IBBoard <dev@ibboard.co.uk>
parents: 145
diff changeset
237 );
139
d4b726cec12c Fixes #326: Make army names and sizes modifiable after creation
IBBoard <dev@ibboard.co.uk>
parents: 136
diff changeset
238 this.miEditArmy.Sensitive = false;
d4b726cec12c Fixes #326: Make army names and sizes modifiable after creation
IBBoard <dev@ibboard.co.uk>
parents: 136
diff changeset
239 this.miEditArmy.ShortLabel = global::Mono.Unix.Catalog.GetString ("_edit army");
d4b726cec12c Fixes #326: Make army names and sizes modifiable after creation
IBBoard <dev@ibboard.co.uk>
parents: 136
diff changeset
240 w1.Add (this.miEditArmy, null);
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
241 this.UIManager.InsertActionGroup (w1, 0);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
242 this.AddAccelGroup (this.UIManager.AccelGroup);
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
243 this.Name = "IBBoard.WarFoundry.GUI.GTK.FrmMainWindow";
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
244 this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
245 this.Icon = global::Gdk.Pixbuf.LoadFromResource ("App.ico");
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
246 // Container child IBBoard.WarFoundry.GUI.GTK.FrmMainWindow.Gtk.Container+ContainerChild
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
247 this.vbox1 = new global::Gtk.VBox ();
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
248 this.vbox1.Name = "vbox1";
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
249 // Container child vbox1.Gtk.Box+BoxChild
139
d4b726cec12c Fixes #326: Make army names and sizes modifiable after creation
IBBoard <dev@ibboard.co.uk>
parents: 136
diff changeset
250 this.UIManager.AddUiFromString ("<ui><menubar name='menubar1'><menu name='menuFile' action='menuFile'><menuitem name='miNewArmy' action='miNewArmy'/><menuitem name='miOpenArmy' action='miOpenArmy'/><menuitem name='miSaveArmy' action='miSaveArmy'/><menuitem name='miSaveArmyAs' action='miSaveArmyAs'/><menu name='miExportArmyAs' action='miExportArmyAs'><menuitem name='miExportArmyAsBasicHTML' action='miExportArmyAsBasicHTML'/><menuitem name='miExportArmyAsTransformedXml' action='miExportArmyAsTransformedXml'/></menu><menuitem name='miCloseArmy' action='miCloseArmy'/><separator/><menuitem name='miReloadFiles' action='miReloadFiles'/><separator/><menuitem name='miExit' action='miExit'/></menu><menu name='menuEdit' action='menuEdit'><menuitem name='miUndo' action='miUndo'/><menuitem name='miRedo' action='miRedo'/><separator/><menuitem name='miEditArmy' action='miEditArmy'/><separator/><menuitem name='miPreferences' action='miPreferences'/></menu><menu name='menuHelp' action='menuHelp'><menuitem name='miAbout' action='miAbout'/></menu></menubar></ui>");
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
251 this.menubar1 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar1")));
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
252 this.menubar1.Name = "menubar1";
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
253 this.vbox1.Add (this.menubar1);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
254 global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.menubar1]));
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
255 w2.Position = 0;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
256 w2.Expand = false;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
257 w2.Fill = false;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
258 // Container child vbox1.Gtk.Box+BoxChild
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
259 this.UIManager.AddUiFromString ("<ui><toolbar name='toolbar'><toolitem name='bttnNewArmy' action='bttnNewArmy'/><toolitem name='bttnOpenArmy' action='bttnOpenArmy'/><toolitem name='bttnSaveArmy' action='bttnSaveArmy'/><separator/><toolitem name='bttnUndo' action='bttnUndo'/><toolitem name='bttnRedo' action='bttnRedo'/><separator/></toolbar></ui>");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
260 this.toolbar = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar")));
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
261 this.toolbar.HeightRequest = 36;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
262 this.toolbar.Name = "toolbar";
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
263 this.toolbar.ShowArrow = false;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
264 this.toolbar.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
265 this.toolbar.IconSize = ((global::Gtk.IconSize)(3));
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
266 this.vbox1.Add (this.toolbar);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
267 global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.toolbar]));
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
268 w3.Position = 1;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
269 w3.Expand = false;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
270 w3.Fill = false;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
271 // Container child vbox1.Gtk.Box+BoxChild
140
2b9fabd65309 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 139
diff changeset
272 this.statusbar = new global::Gtk.Statusbar ();
2b9fabd65309 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 139
diff changeset
273 this.statusbar.Name = "statusbar";
2b9fabd65309 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 139
diff changeset
274 this.statusbar.Spacing = 6;
2b9fabd65309 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 139
diff changeset
275 this.statusbar.BorderWidth = ((uint)(1));
2b9fabd65309 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 139
diff changeset
276 // Container child statusbar.Gtk.Box+BoxChild
141
1ce4fe9ae3c1 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 140
diff changeset
277 this.validationEventbox = new global::Gtk.EventBox ();
1ce4fe9ae3c1 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 140
diff changeset
278 this.validationEventbox.Name = "validationEventbox";
1ce4fe9ae3c1 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 140
diff changeset
279 // Container child validationEventbox.Gtk.Container+ContainerChild
140
2b9fabd65309 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 139
diff changeset
280 this.lblValidationWarning = new global::Gtk.Label ();
2b9fabd65309 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 139
diff changeset
281 this.lblValidationWarning.Name = "lblValidationWarning";
141
1ce4fe9ae3c1 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 140
diff changeset
282 this.validationEventbox.Add (this.lblValidationWarning);
1ce4fe9ae3c1 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 140
diff changeset
283 this.statusbar.Add (this.validationEventbox);
1ce4fe9ae3c1 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 140
diff changeset
284 global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.statusbar [this.validationEventbox]));
1ce4fe9ae3c1 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 140
diff changeset
285 w5.Position = 1;
140
2b9fabd65309 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 139
diff changeset
286 w5.Expand = false;
2b9fabd65309 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 139
diff changeset
287 w5.Fill = false;
141
1ce4fe9ae3c1 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 140
diff changeset
288 this.vbox1.Add (this.statusbar);
1ce4fe9ae3c1 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 140
diff changeset
289 global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.statusbar]));
1ce4fe9ae3c1 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 140
diff changeset
290 w6.PackType = ((global::Gtk.PackType)(1));
1ce4fe9ae3c1 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 140
diff changeset
291 w6.Position = 2;
1ce4fe9ae3c1 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 140
diff changeset
292 w6.Expand = false;
1ce4fe9ae3c1 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 140
diff changeset
293 w6.Fill = false;
140
2b9fabd65309 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 139
diff changeset
294 // Container child vbox1.Gtk.Box+BoxChild
2b9fabd65309 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 139
diff changeset
295 this.mainContent = new global::Gtk.HPaned ();
2b9fabd65309 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 139
diff changeset
296 this.mainContent.CanFocus = true;
2b9fabd65309 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 139
diff changeset
297 this.mainContent.Name = "mainContent";
2b9fabd65309 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 139
diff changeset
298 this.mainContent.Position = 180;
2b9fabd65309 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 139
diff changeset
299 // Container child mainContent.Gtk.Paned+PanedChild
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
300 this.treeUnits = new global::Gtk.TreeView ();
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
301 this.treeUnits.CanFocus = true;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
302 this.treeUnits.Name = "treeUnits";
140
2b9fabd65309 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 139
diff changeset
303 this.mainContent.Add (this.treeUnits);
141
1ce4fe9ae3c1 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 140
diff changeset
304 global::Gtk.Paned.PanedChild w7 = ((global::Gtk.Paned.PanedChild)(this.mainContent [this.treeUnits]));
1ce4fe9ae3c1 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 140
diff changeset
305 w7.Resize = false;
140
2b9fabd65309 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 139
diff changeset
306 // Container child mainContent.Gtk.Paned+PanedChild
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
307 this.unitsNotebook = new global::Gtk.Notebook ();
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
308 this.unitsNotebook.CanFocus = true;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
309 this.unitsNotebook.Name = "unitsNotebook";
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
310 this.unitsNotebook.CurrentPage = -1;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
311 this.unitsNotebook.Scrollable = true;
140
2b9fabd65309 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 139
diff changeset
312 this.mainContent.Add (this.unitsNotebook);
141
1ce4fe9ae3c1 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 140
diff changeset
313 global::Gtk.Paned.PanedChild w8 = ((global::Gtk.Paned.PanedChild)(this.mainContent [this.unitsNotebook]));
1ce4fe9ae3c1 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 140
diff changeset
314 w8.Shrink = false;
140
2b9fabd65309 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 139
diff changeset
315 this.vbox1.Add (this.mainContent);
141
1ce4fe9ae3c1 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 140
diff changeset
316 global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.mainContent]));
1ce4fe9ae3c1 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 140
diff changeset
317 w9.PackType = ((global::Gtk.PackType)(1));
1ce4fe9ae3c1 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 140
diff changeset
318 w9.Position = 3;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
319 this.Add (this.vbox1);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
320 if ((this.Child != null)) {
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
321 this.Child.ShowAll ();
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
322 }
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
323 this.DefaultWidth = 832;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
324 this.DefaultHeight = 659;
140
2b9fabd65309 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 139
diff changeset
325 this.treeUnits.Hide ();
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
326 this.Show ();
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
327 this.miNewArmy.Activated += new global::System.EventHandler (this.OnCreateArmyActivated);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
328 this.miOpenArmy.Activated += new global::System.EventHandler (this.OnOpenArmyActivated);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
329 this.miSaveArmy.Activated += new global::System.EventHandler (this.OnSaveArmyActivated);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
330 this.miSaveArmyAs.Activated += new global::System.EventHandler (this.OnSaveArmyAsActivated);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
331 this.miCloseArmy.Activated += new global::System.EventHandler (this.OnCloseArmyActivated);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
332 this.miReloadFiles.Activated += new global::System.EventHandler (this.OnReloadFilesActivated);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
333 this.miExit.Activated += new global::System.EventHandler (this.OnExitActivated);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
334 this.miAbout.Activated += new global::System.EventHandler (this.HelpAboutActivated);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
335 this.bttnNewArmy.Activated += new global::System.EventHandler (this.newTBButtonActivated);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
336 this.bttnOpenArmy.Activated += new global::System.EventHandler (this.openTBButtonActivated);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
337 this.bttnSaveArmy.Activated += new global::System.EventHandler (this.saveTBButtonActivated);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
338 this.bttnUndo.Activated += new global::System.EventHandler (this.undoTBButtonActivated);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
339 this.bttnRedo.Activated += new global::System.EventHandler (this.redoTBButtonActivated);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
340 this.miExportArmyAsBasicHTML.Activated += new global::System.EventHandler (this.OnMiExportAsBasicHtmlActivated);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
341 this.miPreferences.Activated += new global::System.EventHandler (this.miPreferencesClicked);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
342 this.miExportArmyAsTransformedXml.Activated += new global::System.EventHandler (this.OnTransformedXmlActionActivated);
139
d4b726cec12c Fixes #326: Make army names and sizes modifiable after creation
IBBoard <dev@ibboard.co.uk>
parents: 136
diff changeset
343 this.miEditArmy.Activated += new global::System.EventHandler (this.OnMiEditArmyActivated);
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
344 this.treeUnits.RowActivated += new global::Gtk.RowActivatedHandler (this.ArmyRowActivated);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
345 this.treeUnits.PopupMenu += new global::Gtk.PopupMenuHandler (this.OnTreeUnitsPopupMenu);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
346 this.treeUnits.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.UnitTreeButtonPressed);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
347 this.unitsNotebook.Removed += new global::Gtk.RemovedHandler (this.NotebookPageRemoved);
141
1ce4fe9ae3c1 Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents: 140
diff changeset
348 this.validationEventbox.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler (this.OnLblValidationWarningButtonReleaseEvent);
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
349 }
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
350 }
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
351 }