root/src/BRAINSDesigner/Form1.Designer.cs

123
40
            this.compositeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
40
            this.compositeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
41
            this.actionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
41
            this.actionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
42
            this.conditionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
42
            this.conditionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
43
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
44
            this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
45
            this.behaviorTreeViewer1 = new Designer.Classes.BehaviorTreeViewer();
43
            this.toolStrip1.SuspendLayout();
46
            this.toolStrip1.SuspendLayout();
44
            this.splitContainer1.Panel1.SuspendLayout();
47
            this.splitContainer1.Panel1.SuspendLayout();
48
            this.splitContainer1.Panel2.SuspendLayout();
45
            this.splitContainer1.SuspendLayout();
49
            this.splitContainer1.SuspendLayout();
46
            this.contextMenuStrip1.SuspendLayout();
50
            this.contextMenuStrip1.SuspendLayout();
51
            this.splitContainer2.Panel1.SuspendLayout();
52
            this.splitContainer2.Panel2.SuspendLayout();
53
            this.splitContainer2.SuspendLayout();
47
            this.SuspendLayout();
54
            this.SuspendLayout();
48
            // 
55
            // 
49
            // toolStrip1
56
            // toolStrip1
...
...
99
            // 
106
            // 
100
            // splitContainer1.Panel1
107
            // splitContainer1.Panel1
101
            // 
108
            // 
102
            this.splitContainer1.Panel1.Controls.Add(this.treeView1);
109
            this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
110
            // 
111
            // splitContainer1.Panel2
112
            // 
113
            this.splitContainer1.Panel2.Controls.Add(this.behaviorTreeViewer1);
103
            this.splitContainer1.Size = new System.Drawing.Size(706, 539);
114
            this.splitContainer1.Size = new System.Drawing.Size(706, 539);
104
            this.splitContainer1.SplitterDistance = 235;
115
            this.splitContainer1.SplitterDistance = 235;
105
            this.splitContainer1.TabIndex = 2;
116
            this.splitContainer1.TabIndex = 2;
...
...
110
            this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
121
            this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
111
            this.treeView1.Location = new System.Drawing.Point(0, 0);
122
            this.treeView1.Location = new System.Drawing.Point(0, 0);
112
            this.treeView1.Name = "treeView1";
123
            this.treeView1.Name = "treeView1";
113
            this.treeView1.Size = new System.Drawing.Size(235, 539);
124
            this.treeView1.Size = new System.Drawing.Size(235, 303);
114
            this.treeView1.TabIndex = 0;
125
            this.treeView1.TabIndex = 0;
115
            this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
126
            this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
116
            this.treeView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeView1_MouseDown);
127
            this.treeView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeView1_MouseDown);
...
...
127
            // compositeToolStripMenuItem
138
            // compositeToolStripMenuItem
128
            // 
139
            // 
129
            this.compositeToolStripMenuItem.Name = "compositeToolStripMenuItem";
140
            this.compositeToolStripMenuItem.Name = "compositeToolStripMenuItem";
130
            this.compositeToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
141
            this.compositeToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
131
            this.compositeToolStripMenuItem.Text = "Composite";
142
            this.compositeToolStripMenuItem.Text = "Composite";
132
            // 
143
            // 
133
            // actionsToolStripMenuItem
144
            // actionsToolStripMenuItem
134
            // 
145
            // 
135
            this.actionsToolStripMenuItem.Name = "actionsToolStripMenuItem";
146
            this.actionsToolStripMenuItem.Name = "actionsToolStripMenuItem";
136
            this.actionsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
147
            this.actionsToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
137
            this.actionsToolStripMenuItem.Text = "Actions";
148
            this.actionsToolStripMenuItem.Text = "Actions";
138
            this.actionsToolStripMenuItem.Click += new System.EventHandler(this.actionsToolStripMenuItem_Click);
149
            this.actionsToolStripMenuItem.Click += new System.EventHandler(this.actionsToolStripMenuItem_Click);
139
            // 
150
            // 
140
            // conditionToolStripMenuItem
151
            // conditionToolStripMenuItem
141
            // 
152
            // 
142
            this.conditionToolStripMenuItem.Name = "conditionToolStripMenuItem";
153
            this.conditionToolStripMenuItem.Name = "conditionToolStripMenuItem";
143
            this.conditionToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
154
            this.conditionToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
144
            this.conditionToolStripMenuItem.Text = "Conditions";
155
            this.conditionToolStripMenuItem.Text = "Conditions";
145
            this.conditionToolStripMenuItem.Click += new System.EventHandler(this.conditionToolStripMenuItem_Click);
156
            this.conditionToolStripMenuItem.Click += new System.EventHandler(this.conditionToolStripMenuItem_Click);
146
            // 
157
            // 
158
            // splitContainer2
159
            // 
160
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
161
            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
162
            this.splitContainer2.Name = "splitContainer2";
163
            this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
164
            // 
165
            // splitContainer2.Panel1
166
            // 
167
            this.splitContainer2.Panel1.Controls.Add(this.treeView1);
168
            // 
169
            // splitContainer2.Panel2
170
            // 
171
            this.splitContainer2.Panel2.Controls.Add(this.propertyGrid1);
172
            this.splitContainer2.Size = new System.Drawing.Size(235, 539);
173
            this.splitContainer2.SplitterDistance = 303;
174
            this.splitContainer2.TabIndex = 1;
175
            // 
176
            // propertyGrid1
177
            // 
178
            this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
179
            this.propertyGrid1.Location = new System.Drawing.Point(0, 0);
180
            this.propertyGrid1.Name = "propertyGrid1";
181
            this.propertyGrid1.Size = new System.Drawing.Size(235, 232);
182
            this.propertyGrid1.TabIndex = 1;
183
            this.propertyGrid1.Click += new System.EventHandler(this.propertyGrid1_Click);
184
            this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
185
            // 
186
            // behaviorTreeViewer1
187
            // 
188
            this.behaviorTreeViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
189
            this.behaviorTreeViewer1.Location = new System.Drawing.Point(0, 0);
190
            this.behaviorTreeViewer1.Name = "behaviorTreeViewer1";
191
            this.behaviorTreeViewer1.Size = new System.Drawing.Size(467, 539);
192
            this.behaviorTreeViewer1.TabIndex = 0;
193
            // 
147
            // Form1
194
            // Form1
148
            // 
195
            // 
149
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
196
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
...
...
156
            this.toolStrip1.ResumeLayout(false);
203
            this.toolStrip1.ResumeLayout(false);
157
            this.toolStrip1.PerformLayout();
204
            this.toolStrip1.PerformLayout();
158
            this.splitContainer1.Panel1.ResumeLayout(false);
205
            this.splitContainer1.Panel1.ResumeLayout(false);
206
            this.splitContainer1.Panel2.ResumeLayout(false);
159
            this.splitContainer1.ResumeLayout(false);
207
            this.splitContainer1.ResumeLayout(false);
160
            this.contextMenuStrip1.ResumeLayout(false);
208
            this.contextMenuStrip1.ResumeLayout(false);
209
            this.splitContainer2.Panel1.ResumeLayout(false);
210
            this.splitContainer2.Panel2.ResumeLayout(false);
211
            this.splitContainer2.ResumeLayout(false);
161
            this.ResumeLayout(false);
212
            this.ResumeLayout(false);
162
            this.PerformLayout();
213
            this.PerformLayout();
163
214
...
...
175
        private System.Windows.Forms.ToolStripButton toolStripButton2;
226
        private System.Windows.Forms.ToolStripButton toolStripButton2;
176
        private System.Windows.Forms.ToolStripButton toolStripButton3;
227
        private System.Windows.Forms.ToolStripButton toolStripButton3;
177
        private System.Windows.Forms.ToolStripMenuItem conditionToolStripMenuItem;
228
        private System.Windows.Forms.ToolStripMenuItem conditionToolStripMenuItem;
229
        private Designer.Classes.BehaviorTreeViewer behaviorTreeViewer1;
230
        private System.Windows.Forms.SplitContainer splitContainer2;
231
        private System.Windows.Forms.PropertyGrid propertyGrid1;
178
    }
232
    }
179
}
233
}
180
234