comparison FrmArmyTree.Designer.cs @ 230:5b8f0a6bf0b2

Re #382: WinForms builds from Linux/Mono fail on Windows/.Net * Add missing file to VCS
author IBBoard <dev@ibboard.co.uk>
date Sat, 03 Dec 2011 15:03:12 +0000
parents
children c06d0865ff27
comparison
equal deleted inserted replaced
229:870877498db9 230:5b8f0a6bf0b2
1 namespace IBBoard.WarFoundry.GUI.WinForms
2 {
3 partial class FrmArmyTree
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Windows Form Designer generated code
24
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.components = new System.ComponentModel.Container();
32 this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
33 this.treeView = new System.Windows.Forms.TreeView();
34 this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
35 this.miEditArmy = new IBBoard.Windows.Forms.IBBToolStripMenuItem();
36 this.miEditUnit = new IBBoard.Windows.Forms.IBBToolStripMenuItem();
37 this.miDeleteUnit = new IBBoard.Windows.Forms.IBBToolStripMenuItem();
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.toolStripContainer1.ContentPanel.SuspendLayout();
42 this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
43 this.toolStripContainer1.SuspendLayout();
44 this.contextMenuStrip.SuspendLayout();
45 this.toolStrip1.SuspendLayout();
46 this.SuspendLayout();
47 //
48 // toolStripContainer1
49 //
50 this.toolStripContainer1.BottomToolStripPanelVisible = false;
51 //
52 // toolStripContainer1.ContentPanel
53 //
54 this.toolStripContainer1.ContentPanel.Controls.Add(this.treeView);
55 this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(232, 241);
56 this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
57 this.toolStripContainer1.LeftToolStripPanelVisible = false;
58 this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
59 this.toolStripContainer1.Name = "toolStripContainer1";
60 this.toolStripContainer1.RightToolStripPanelVisible = false;
61 this.toolStripContainer1.Size = new System.Drawing.Size(232, 266);
62 this.toolStripContainer1.TabIndex = 0;
63 this.toolStripContainer1.Text = "toolStripContainer1";
64 //
65 // toolStripContainer1.TopToolStripPanel
66 //
67 this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
68 //
69 // treeView
70 //
71 this.treeView.ContextMenuStrip = this.contextMenuStrip;
72 this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
73 this.treeView.Location = new System.Drawing.Point(0, 0);
74 this.treeView.Name = "treeView";
75 this.treeView.Size = new System.Drawing.Size(232, 241);
76 this.treeView.TabIndex = 0;
77 this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
78 this.treeView.DoubleClick += new System.EventHandler(this.treeView_DoubleClick);
79 this.treeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseDown);
80 //
81 // contextMenuStrip
82 //
83 this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
84 this.miEditArmy,
85 this.miEditUnit,
86 this.miDeleteUnit});
87 this.contextMenuStrip.Name = "contextMenuStrip1";
88 this.contextMenuStrip.Size = new System.Drawing.Size(153, 92);
89 this.contextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip_Opening);
90 //
91 // miEditArmy
92 //
93 this.miEditArmy.Image = global::IBBoard.WarFoundry.GUI.WinForms.Properties.Resources.gtk_edit;
94 this.miEditArmy.Name = "miEditArmy";
95 this.miEditArmy.Size = new System.Drawing.Size(152, 22);
96 this.miEditArmy.Text = "edit army";
97 this.miEditArmy.Click += new System.EventHandler(this.miEditArmy_Click);
98 //
99 // miEditUnit
100 //
101 this.miEditUnit.Image = global::IBBoard.WarFoundry.GUI.WinForms.Properties.Resources.gtk_edit;
102 this.miEditUnit.Name = "miEditUnit";
103 this.miEditUnit.Size = new System.Drawing.Size(152, 22);
104 this.miEditUnit.Text = "edit unit";
105 this.miEditUnit.Click += new System.EventHandler(this.miEdit_Click);
106 //
107 // miDeleteUnit
108 //
109 this.miDeleteUnit.Image = global::IBBoard.WarFoundry.GUI.WinForms.Properties.Resources.edit_delete;
110 this.miDeleteUnit.Name = "miDeleteUnit";
111 this.miDeleteUnit.Size = new System.Drawing.Size(152, 22);
112 this.miDeleteUnit.Text = "delete unit";
113 this.miDeleteUnit.Click += new System.EventHandler(this.miDelete_Click);
114 //
115 // toolStrip1
116 //
117 this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
118 this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
119 this.bttnEdit,
120 this.bttnDelete});
121 this.toolStrip1.Location = new System.Drawing.Point(3, 0);
122 this.toolStrip1.Name = "toolStrip1";
123 this.toolStrip1.Size = new System.Drawing.Size(58, 25);
124 this.toolStrip1.TabIndex = 0;
125 //
126 // bttnEdit
127 //
128 this.bttnEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
129 this.bttnEdit.Enabled = false;
130 this.bttnEdit.Image = global::IBBoard.WarFoundry.GUI.WinForms.Properties.Resources.gtk_edit;
131 this.bttnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
132 this.bttnEdit.Name = "bttnEdit";
133 this.bttnEdit.Size = new System.Drawing.Size(23, 22);
134 this.bttnEdit.Text = "toolStripButton1";
135 this.bttnEdit.Click += new System.EventHandler(this.bttnEdit_Click);
136 //
137 // bttnDelete
138 //
139 this.bttnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
140 this.bttnDelete.Enabled = false;
141 this.bttnDelete.Image = global::IBBoard.WarFoundry.GUI.WinForms.Properties.Resources.edit_delete;
142 this.bttnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
143 this.bttnDelete.Name = "bttnDelete";
144 this.bttnDelete.Size = new System.Drawing.Size(23, 22);
145 this.bttnDelete.Text = "toolStripButton2";
146 this.bttnDelete.Click += new System.EventHandler(this.bttnDelete_Click);
147 //
148 // FrmArmyTree
149 //
150 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
151 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
152 this.ClientSize = new System.Drawing.Size(232, 266);
153 this.ControlBox = false;
154 this.Controls.Add(this.toolStripContainer1);
155 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
156 this.MinimumSize = new System.Drawing.Size(100, 100);
157 this.Name = "FrmArmyTree";
158 this.Text = "FrmArmyTree";
159 this.toolStripContainer1.ContentPanel.ResumeLayout(false);
160 this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
161 this.toolStripContainer1.TopToolStripPanel.PerformLayout();
162 this.toolStripContainer1.ResumeLayout(false);
163 this.toolStripContainer1.PerformLayout();
164 this.contextMenuStrip.ResumeLayout(false);
165 this.toolStrip1.ResumeLayout(false);
166 this.toolStrip1.PerformLayout();
167 this.ResumeLayout(false);
168
169 }
170
171 #endregion
172
173 private System.Windows.Forms.ToolStripContainer toolStripContainer1;
174 private System.Windows.Forms.ToolStrip toolStrip1;
175 private System.Windows.Forms.ToolStripButton bttnEdit;
176 private System.Windows.Forms.ToolStripButton bttnDelete;
177 private System.Windows.Forms.TreeView treeView;
178 private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
179 private Windows.Forms.IBBToolStripMenuItem miEditArmy;
180 private Windows.Forms.IBBToolStripMenuItem miEditUnit;
181 private Windows.Forms.IBBToolStripMenuItem miDeleteUnit;
182 }
183 }