comparison FrmArmyTree.Designer.cs @ 235:f7b0cdb54c9c

Re #203: Translate WarFoundry * Swap buttons to IBB versions so that they're translatable * Add translations to English text
author IBBoard <dev@ibboard.co.uk>
date Sat, 21 Jan 2012 11:56:44 +0000
parents c06d0865ff27
children 2c3474d652e1
comparison
equal deleted inserted replaced
234:c06d0865ff27 235:f7b0cdb54c9c
34 this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); 34 this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
35 this.miEditArmy = new IBBoard.Windows.Forms.IBBToolStripMenuItem(); 35 this.miEditArmy = new IBBoard.Windows.Forms.IBBToolStripMenuItem();
36 this.miEditUnit = new IBBoard.Windows.Forms.IBBToolStripMenuItem(); 36 this.miEditUnit = new IBBoard.Windows.Forms.IBBToolStripMenuItem();
37 this.miDeleteUnit = new IBBoard.Windows.Forms.IBBToolStripMenuItem(); 37 this.miDeleteUnit = new IBBoard.Windows.Forms.IBBToolStripMenuItem();
38 this.toolStrip1 = new System.Windows.Forms.ToolStrip(); 38 this.toolStrip1 = new System.Windows.Forms.ToolStrip();
39 this.bttnEdit = new System.Windows.Forms.ToolStripButton();
40 this.bttnDelete = new System.Windows.Forms.ToolStripButton();
41 this.miAddUnit = new IBBoard.Windows.Forms.IBBToolStripMenuItem(); 39 this.miAddUnit = new IBBoard.Windows.Forms.IBBToolStripMenuItem();
42 this.bttnAdd = new IBBoard.Windows.Forms.IBBToolStripButton(); 40 this.bttnAdd = new IBBoard.Windows.Forms.IBBToolStripButton();
41 this.bttnEdit = new IBBoard.Windows.Forms.IBBToolStripButton();
42 this.bttnDelete = new IBBoard.Windows.Forms.IBBToolStripButton();
43 this.toolStripContainer1.ContentPanel.SuspendLayout(); 43 this.toolStripContainer1.ContentPanel.SuspendLayout();
44 this.toolStripContainer1.TopToolStripPanel.SuspendLayout(); 44 this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
45 this.toolStripContainer1.SuspendLayout(); 45 this.toolStripContainer1.SuspendLayout();
46 this.contextMenuStrip.SuspendLayout(); 46 this.contextMenuStrip.SuspendLayout();
47 this.toolStrip1.SuspendLayout(); 47 this.toolStrip1.SuspendLayout();
125 this.toolStrip1.Location = new System.Drawing.Point(3, 0); 125 this.toolStrip1.Location = new System.Drawing.Point(3, 0);
126 this.toolStrip1.Name = "toolStrip1"; 126 this.toolStrip1.Name = "toolStrip1";
127 this.toolStrip1.Size = new System.Drawing.Size(112, 25); 127 this.toolStrip1.Size = new System.Drawing.Size(112, 25);
128 this.toolStrip1.TabIndex = 0; 128 this.toolStrip1.TabIndex = 0;
129 // 129 //
130 // miAddUnit
131 //
132 this.miAddUnit.Image = global::IBBoard.WarFoundry.GUI.WinForms.Properties.Resources.list_add;
133 this.miAddUnit.Name = "miAddUnit";
134 this.miAddUnit.Size = new System.Drawing.Size(136, 22);
135 this.miAddUnit.Text = "add unit";
136 this.miAddUnit.Click += new System.EventHandler(this.miAddUnit_Click);
137 //
138 // bttnAdd
139 //
140 this.bttnAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
141 this.bttnAdd.Enabled = false;
142 this.bttnAdd.Image = global::IBBoard.WarFoundry.GUI.WinForms.Properties.Resources.list_add;
143 this.bttnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
144 this.bttnAdd.Name = "bttnAdd";
145 this.bttnAdd.Size = new System.Drawing.Size(23, 22);
146 this.bttnAdd.Text = "add unit";
147 this.bttnAdd.Click += new System.EventHandler(this.bttnAdd_Click);
148 //
130 // bttnEdit 149 // bttnEdit
131 // 150 //
132 this.bttnEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 151 this.bttnEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
133 this.bttnEdit.Enabled = false; 152 this.bttnEdit.Enabled = false;
134 this.bttnEdit.Image = global::IBBoard.WarFoundry.GUI.WinForms.Properties.Resources.gtk_edit; 153 this.bttnEdit.Image = global::IBBoard.WarFoundry.GUI.WinForms.Properties.Resources.gtk_edit;
135 this.bttnEdit.ImageTransparentColor = System.Drawing.Color.Magenta; 154 this.bttnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
136 this.bttnEdit.Name = "bttnEdit"; 155 this.bttnEdit.Name = "bttnEdit";
137 this.bttnEdit.Size = new System.Drawing.Size(23, 22); 156 this.bttnEdit.Size = new System.Drawing.Size(23, 22);
138 this.bttnEdit.Text = "toolStripButton1"; 157 this.bttnEdit.Text = "edit";
139 this.bttnEdit.Click += new System.EventHandler(this.bttnEdit_Click); 158 this.bttnEdit.Click += new System.EventHandler(this.bttnEdit_Click);
140 // 159 //
141 // bttnDelete 160 // bttnDelete
142 // 161 //
143 this.bttnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 162 this.bttnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
144 this.bttnDelete.Enabled = false; 163 this.bttnDelete.Enabled = false;
145 this.bttnDelete.Image = global::IBBoard.WarFoundry.GUI.WinForms.Properties.Resources.edit_delete; 164 this.bttnDelete.Image = global::IBBoard.WarFoundry.GUI.WinForms.Properties.Resources.edit_delete;
146 this.bttnDelete.ImageTransparentColor = System.Drawing.Color.Magenta; 165 this.bttnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
147 this.bttnDelete.Name = "bttnDelete"; 166 this.bttnDelete.Name = "bttnDelete";
148 this.bttnDelete.Size = new System.Drawing.Size(23, 22); 167 this.bttnDelete.Size = new System.Drawing.Size(23, 22);
149 this.bttnDelete.Text = "toolStripButton2"; 168 this.bttnDelete.Text = "delete";
150 this.bttnDelete.Click += new System.EventHandler(this.bttnDelete_Click); 169 this.bttnDelete.Click += new System.EventHandler(this.bttnDelete_Click);
151 //
152 // miAddUnit
153 //
154 this.miAddUnit.Image = global::IBBoard.WarFoundry.GUI.WinForms.Properties.Resources.list_add;
155 this.miAddUnit.Name = "miAddUnit";
156 this.miAddUnit.Size = new System.Drawing.Size(136, 22);
157 this.miAddUnit.Text = "add unit";
158 this.miAddUnit.Click += new System.EventHandler(this.miAddUnit_Click);
159 //
160 // bttnAdd
161 //
162 this.bttnAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
163 this.bttnAdd.Image = global::IBBoard.WarFoundry.GUI.WinForms.Properties.Resources.list_add;
164 this.bttnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
165 this.bttnAdd.Name = "bttnAdd";
166 this.bttnAdd.Size = new System.Drawing.Size(23, 22);
167 this.bttnAdd.Text = "ibbToolStripButton1";
168 this.bttnAdd.Click += new System.EventHandler(this.bttnAdd_Click);
169 // 170 //
170 // FrmArmyTree 171 // FrmArmyTree
171 // 172 //
172 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 173 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
173 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 174 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
192 193
193 #endregion 194 #endregion
194 195
195 private System.Windows.Forms.ToolStripContainer toolStripContainer1; 196 private System.Windows.Forms.ToolStripContainer toolStripContainer1;
196 private System.Windows.Forms.ToolStrip toolStrip1; 197 private System.Windows.Forms.ToolStrip toolStrip1;
197 private System.Windows.Forms.ToolStripButton bttnEdit;
198 private System.Windows.Forms.ToolStripButton bttnDelete;
199 private System.Windows.Forms.TreeView treeView; 198 private System.Windows.Forms.TreeView treeView;
200 private System.Windows.Forms.ContextMenuStrip contextMenuStrip; 199 private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
201 private Windows.Forms.IBBToolStripMenuItem miEditArmy; 200 private Windows.Forms.IBBToolStripMenuItem miEditArmy;
202 private Windows.Forms.IBBToolStripMenuItem miEditUnit; 201 private Windows.Forms.IBBToolStripMenuItem miEditUnit;
203 private Windows.Forms.IBBToolStripMenuItem miDeleteUnit; 202 private Windows.Forms.IBBToolStripMenuItem miDeleteUnit;
204 private Windows.Forms.IBBToolStripMenuItem miAddUnit; 203 private Windows.Forms.IBBToolStripMenuItem miAddUnit;
205 private Windows.Forms.IBBToolStripButton bttnAdd; 204 private Windows.Forms.IBBToolStripButton bttnAdd;
205 private Windows.Forms.IBBToolStripButton bttnEdit;
206 private Windows.Forms.IBBToolStripButton bttnDelete;
206 } 207 }
207 } 208 }