00001 namespace Editor
00002 {
00003 partial class MainForm
00004 {
00008 private System.ComponentModel.IContainer components = null;
00009
00014 protected override void Dispose(bool disposing)
00015 {
00016 if (disposing && (components != null))
00017 {
00018 components.Dispose();
00019 }
00020 base.Dispose(disposing);
00021 }
00022
00023 #region Windows Form Designer generated code
00024
00029 private void InitializeComponent()
00030 {
00031 this.rightPanel = new System.Windows.Forms.Panel();
00032 this.sceneTreeView = new System.Windows.Forms.TreeView();
00033 this.splitter1 = new System.Windows.Forms.Splitter();
00034 this.sceneObjPropGrid = new System.Windows.Forms.PropertyGrid();
00035 this.vertSplitter = new System.Windows.Forms.Splitter();
00036 this.bottomPanel = new System.Windows.Forms.Panel();
00037 this.scriptTabControl = new System.Windows.Forms.TabControl();
00038 this.membersTabPage = new System.Windows.Forms.TabPage();
00039 this.membersTextBox = new System.Windows.Forms.RichTextBox();
00040 this.evaluateTabPage = new System.Windows.Forms.TabPage();
00041 this.evaluateTextBox = new System.Windows.Forms.RichTextBox();
00042 this.clickTabPage = new System.Windows.Forms.TabPage();
00043 this.onClickTextBox = new System.Windows.Forms.RichTextBox();
00044 this.collTabPage = new System.Windows.Forms.TabPage();
00045 this.onCollisionTextBox = new System.Windows.Forms.RichTextBox();
00046 this.compilateTabPage = new System.Windows.Forms.TabPage();
00047 this.compilationResultsTextBox = new System.Windows.Forms.RichTextBox();
00048 this.timeLineTabPage = new System.Windows.Forms.TabPage();
00049 this.endTimeTextBox = new System.Windows.Forms.TextBox();
00050 this.label1 = new System.Windows.Forms.Label();
00051 this.startTimeTextBox = new System.Windows.Forms.TextBox();
00052 this.startTimeLabel = new System.Windows.Forms.Label();
00053 this.edtCollCodeBtn = new System.Windows.Forms.Button();
00054 this.edtClickCodeBtn = new System.Windows.Forms.Button();
00055 this.editVarBtn = new System.Windows.Forms.Button();
00056 this.referencesBtn = new System.Windows.Forms.Button();
00057 this.validateBtn = new System.Windows.Forms.Button();
00058 this.editCodeBtn = new System.Windows.Forms.Button();
00059 this.mainStatusStrip = new System.Windows.Forms.StatusStrip();
00060 this.horizontalSplitter = new System.Windows.Forms.Splitter();
00061 this.mainPanel = new System.Windows.Forms.Panel();
00062 this.mainPanelTab = new System.Windows.Forms.TabControl();
00063 this.tabPage1 = new System.Windows.Forms.TabPage();
00064 this.tabPage2 = new System.Windows.Forms.TabPage();
00065 this.mainToolStrip = new System.Windows.Forms.ToolStrip();
00066 this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
00067 this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00068 this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00069 this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00070 this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00071 this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00072 this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00073 this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00074 this.sceneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00075 this.setHeigthMapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00076 this.setWaterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00077 this.setSkyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00078 this.addMeshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00079 this.addAreaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00080 this.setAvatarToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
00081 this.scriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00082 this.referencesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00083 this.playSceneBtn = new System.Windows.Forms.Button();
00084 this.stopSceneBtn = new System.Windows.Forms.Button();
00085 this.rightPanel.SuspendLayout();
00086 this.bottomPanel.SuspendLayout();
00087 this.scriptTabControl.SuspendLayout();
00088 this.membersTabPage.SuspendLayout();
00089 this.evaluateTabPage.SuspendLayout();
00090 this.clickTabPage.SuspendLayout();
00091 this.collTabPage.SuspendLayout();
00092 this.compilateTabPage.SuspendLayout();
00093 this.timeLineTabPage.SuspendLayout();
00094 this.mainPanel.SuspendLayout();
00095 this.mainPanelTab.SuspendLayout();
00096 this.mainMenuStrip.SuspendLayout();
00097 this.SuspendLayout();
00098
00099
00100
00101 this.rightPanel.Controls.Add(this.sceneTreeView);
00102 this.rightPanel.Controls.Add(this.splitter1);
00103 this.rightPanel.Controls.Add(this.sceneObjPropGrid);
00104 this.rightPanel.Dock = System.Windows.Forms.DockStyle.Right;
00105 this.rightPanel.Location = new System.Drawing.Point(745, 49);
00106 this.rightPanel.Name = "rightPanel";
00107 this.rightPanel.Size = new System.Drawing.Size(131, 510);
00108 this.rightPanel.TabIndex = 0;
00109
00110
00111
00112 this.sceneTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
00113 this.sceneTreeView.Location = new System.Drawing.Point(0, 0);
00114 this.sceneTreeView.Name = "sceneTreeView";
00115 this.sceneTreeView.Size = new System.Drawing.Size(131, 167);
00116 this.sceneTreeView.TabIndex = 2;
00117
00118
00119
00120 this.splitter1.Cursor = System.Windows.Forms.Cursors.HSplit;
00121 this.splitter1.Dock = System.Windows.Forms.DockStyle.Bottom;
00122 this.splitter1.Location = new System.Drawing.Point(0, 167);
00123 this.splitter1.Name = "splitter1";
00124 this.splitter1.Size = new System.Drawing.Size(131, 3);
00125 this.splitter1.TabIndex = 1;
00126 this.splitter1.TabStop = false;
00127
00128
00129
00130 this.sceneObjPropGrid.Dock = System.Windows.Forms.DockStyle.Bottom;
00131 this.sceneObjPropGrid.Location = new System.Drawing.Point(0, 170);
00132 this.sceneObjPropGrid.Name = "sceneObjPropGrid";
00133 this.sceneObjPropGrid.Size = new System.Drawing.Size(131, 340);
00134 this.sceneObjPropGrid.TabIndex = 0;
00135
00136
00137
00138 this.vertSplitter.Dock = System.Windows.Forms.DockStyle.Right;
00139 this.vertSplitter.Location = new System.Drawing.Point(735, 49);
00140 this.vertSplitter.Name = "vertSplitter";
00141 this.vertSplitter.Size = new System.Drawing.Size(10, 510);
00142 this.vertSplitter.TabIndex = 1;
00143 this.vertSplitter.TabStop = false;
00144
00145
00146
00147 this.bottomPanel.Controls.Add(this.scriptTabControl);
00148 this.bottomPanel.Controls.Add(this.edtCollCodeBtn);
00149 this.bottomPanel.Controls.Add(this.edtClickCodeBtn);
00150 this.bottomPanel.Controls.Add(this.editVarBtn);
00151 this.bottomPanel.Controls.Add(this.referencesBtn);
00152 this.bottomPanel.Controls.Add(this.validateBtn);
00153 this.bottomPanel.Controls.Add(this.editCodeBtn);
00154 this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
00155 this.bottomPanel.Location = new System.Drawing.Point(0, 427);
00156 this.bottomPanel.Name = "bottomPanel";
00157 this.bottomPanel.Size = new System.Drawing.Size(735, 132);
00158 this.bottomPanel.TabIndex = 2;
00159
00160
00161
00162 this.scriptTabControl.Controls.Add(this.membersTabPage);
00163 this.scriptTabControl.Controls.Add(this.evaluateTabPage);
00164 this.scriptTabControl.Controls.Add(this.clickTabPage);
00165 this.scriptTabControl.Controls.Add(this.collTabPage);
00166 this.scriptTabControl.Controls.Add(this.compilateTabPage);
00167 this.scriptTabControl.Controls.Add(this.timeLineTabPage);
00168 this.scriptTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
00169 this.scriptTabControl.Location = new System.Drawing.Point(0, 0);
00170 this.scriptTabControl.Name = "scriptTabControl";
00171 this.scriptTabControl.SelectedIndex = 0;
00172 this.scriptTabControl.Size = new System.Drawing.Size(735, 132);
00173 this.scriptTabControl.TabIndex = 8;
00174
00175
00176
00177 this.membersTabPage.Controls.Add(this.membersTextBox);
00178 this.membersTabPage.Location = new System.Drawing.Point(4, 22);
00179 this.membersTabPage.Name = "membersTabPage";
00180 this.membersTabPage.Padding = new System.Windows.Forms.Padding(3);
00181 this.membersTabPage.Size = new System.Drawing.Size(727, 106);
00182 this.membersTabPage.TabIndex = 0;
00183 this.membersTabPage.Text = "Script Class Members";
00184 this.membersTabPage.UseVisualStyleBackColor = true;
00185
00186
00187
00188 this.membersTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
00189 this.membersTextBox.Location = new System.Drawing.Point(3, 3);
00190 this.membersTextBox.Name = "membersTextBox";
00191 this.membersTextBox.Size = new System.Drawing.Size(721, 100);
00192 this.membersTextBox.TabIndex = 0;
00193 this.membersTextBox.Text = "";
00194
00195
00196
00197 this.evaluateTabPage.Controls.Add(this.evaluateTextBox);
00198 this.evaluateTabPage.Location = new System.Drawing.Point(4, 22);
00199 this.evaluateTabPage.Name = "evaluateTabPage";
00200 this.evaluateTabPage.Padding = new System.Windows.Forms.Padding(3);
00201 this.evaluateTabPage.Size = new System.Drawing.Size(727, 106);
00202 this.evaluateTabPage.TabIndex = 1;
00203 this.evaluateTabPage.Text = "Evaluate Code";
00204 this.evaluateTabPage.UseVisualStyleBackColor = true;
00205
00206
00207
00208 this.evaluateTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
00209 this.evaluateTextBox.Location = new System.Drawing.Point(3, 3);
00210 this.evaluateTextBox.Name = "evaluateTextBox";
00211 this.evaluateTextBox.Size = new System.Drawing.Size(721, 100);
00212 this.evaluateTextBox.TabIndex = 0;
00213 this.evaluateTextBox.Text = "";
00214
00215
00216
00217 this.clickTabPage.Controls.Add(this.onClickTextBox);
00218 this.clickTabPage.Location = new System.Drawing.Point(4, 22);
00219 this.clickTabPage.Name = "clickTabPage";
00220 this.clickTabPage.Padding = new System.Windows.Forms.Padding(3);
00221 this.clickTabPage.Size = new System.Drawing.Size(727, 106);
00222 this.clickTabPage.TabIndex = 2;
00223 this.clickTabPage.Text = "OnClick Code";
00224 this.clickTabPage.UseVisualStyleBackColor = true;
00225
00226
00227
00228 this.onClickTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
00229 this.onClickTextBox.Location = new System.Drawing.Point(3, 3);
00230 this.onClickTextBox.Name = "onClickTextBox";
00231 this.onClickTextBox.Size = new System.Drawing.Size(721, 100);
00232 this.onClickTextBox.TabIndex = 0;
00233 this.onClickTextBox.Text = "";
00234
00235
00236
00237 this.collTabPage.Controls.Add(this.onCollisionTextBox);
00238 this.collTabPage.Location = new System.Drawing.Point(4, 22);
00239 this.collTabPage.Name = "collTabPage";
00240 this.collTabPage.Padding = new System.Windows.Forms.Padding(3);
00241 this.collTabPage.Size = new System.Drawing.Size(727, 106);
00242 this.collTabPage.TabIndex = 3;
00243 this.collTabPage.Text = "OnCollision Code";
00244 this.collTabPage.UseVisualStyleBackColor = true;
00245
00246
00247
00248 this.onCollisionTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
00249 this.onCollisionTextBox.Location = new System.Drawing.Point(3, 3);
00250 this.onCollisionTextBox.Name = "onCollisionTextBox";
00251 this.onCollisionTextBox.Size = new System.Drawing.Size(721, 100);
00252 this.onCollisionTextBox.TabIndex = 0;
00253 this.onCollisionTextBox.Text = "";
00254
00255
00256
00257 this.compilateTabPage.Controls.Add(this.compilationResultsTextBox);
00258 this.compilateTabPage.Location = new System.Drawing.Point(4, 22);
00259 this.compilateTabPage.Name = "compilateTabPage";
00260 this.compilateTabPage.Padding = new System.Windows.Forms.Padding(3);
00261 this.compilateTabPage.Size = new System.Drawing.Size(727, 106);
00262 this.compilateTabPage.TabIndex = 4;
00263 this.compilateTabPage.Text = "Compilation Results";
00264 this.compilateTabPage.UseVisualStyleBackColor = true;
00265
00266
00267
00268 this.compilationResultsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
00269 this.compilationResultsTextBox.Location = new System.Drawing.Point(3, 3);
00270 this.compilationResultsTextBox.Name = "compilationResultsTextBox";
00271 this.compilationResultsTextBox.Size = new System.Drawing.Size(721, 100);
00272 this.compilationResultsTextBox.TabIndex = 0;
00273 this.compilationResultsTextBox.Text = "";
00274
00275
00276
00277 this.timeLineTabPage.Controls.Add(this.endTimeTextBox);
00278 this.timeLineTabPage.Controls.Add(this.label1);
00279 this.timeLineTabPage.Controls.Add(this.startTimeTextBox);
00280 this.timeLineTabPage.Controls.Add(this.startTimeLabel);
00281 this.timeLineTabPage.Location = new System.Drawing.Point(4, 22);
00282 this.timeLineTabPage.Name = "timeLineTabPage";
00283 this.timeLineTabPage.Padding = new System.Windows.Forms.Padding(3);
00284 this.timeLineTabPage.Size = new System.Drawing.Size(727, 106);
00285 this.timeLineTabPage.TabIndex = 5;
00286 this.timeLineTabPage.Text = "TimeLine";
00287 this.timeLineTabPage.UseVisualStyleBackColor = true;
00288 this.timeLineTabPage.Click += new System.EventHandler(this.timeLineTabPage_Click);
00289
00290
00291
00292 this.endTimeTextBox.Location = new System.Drawing.Point(184, 1);
00293 this.endTimeTextBox.Name = "endTimeTextBox";
00294 this.endTimeTextBox.Size = new System.Drawing.Size(97, 20);
00295 this.endTimeTextBox.TabIndex = 3;
00296 this.endTimeTextBox.Text = "30";
00297 this.endTimeTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
00298 this.endTimeTextBox.Validated += new System.EventHandler(this.endTimeTextBox_Validated);
00299
00300
00301
00302 this.label1.AutoSize = true;
00303 this.label1.Location = new System.Drawing.Point(130, 4);
00304 this.label1.Name = "label1";
00305 this.label1.Size = new System.Drawing.Size(48, 13);
00306 this.label1.TabIndex = 2;
00307 this.label1.Text = "endTime";
00308
00309
00310
00311 this.startTimeTextBox.Location = new System.Drawing.Point(65, 1);
00312 this.startTimeTextBox.Name = "startTimeTextBox";
00313 this.startTimeTextBox.Size = new System.Drawing.Size(56, 20);
00314 this.startTimeTextBox.TabIndex = 1;
00315 this.startTimeTextBox.Text = "0";
00316 this.startTimeTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
00317 this.startTimeTextBox.Validated += new System.EventHandler(this.startTimeTextBox_Validated);
00318
00319
00320
00321 this.startTimeLabel.AutoSize = true;
00322 this.startTimeLabel.Location = new System.Drawing.Point(9, 4);
00323 this.startTimeLabel.Name = "startTimeLabel";
00324 this.startTimeLabel.Size = new System.Drawing.Size(50, 13);
00325 this.startTimeLabel.TabIndex = 0;
00326 this.startTimeLabel.Text = "startTime";
00327
00328
00329
00330 this.edtCollCodeBtn.Location = new System.Drawing.Point(0, 0);
00331 this.edtCollCodeBtn.Name = "edtCollCodeBtn";
00332 this.edtCollCodeBtn.Size = new System.Drawing.Size(75, 23);
00333 this.edtCollCodeBtn.TabIndex = 9;
00334
00335
00336
00337 this.edtClickCodeBtn.Location = new System.Drawing.Point(0, 0);
00338 this.edtClickCodeBtn.Name = "edtClickCodeBtn";
00339 this.edtClickCodeBtn.Size = new System.Drawing.Size(75, 23);
00340 this.edtClickCodeBtn.TabIndex = 10;
00341
00342
00343
00344 this.editVarBtn.Location = new System.Drawing.Point(0, 0);
00345 this.editVarBtn.Name = "editVarBtn";
00346 this.editVarBtn.Size = new System.Drawing.Size(75, 23);
00347 this.editVarBtn.TabIndex = 11;
00348
00349
00350
00351 this.referencesBtn.Location = new System.Drawing.Point(0, 0);
00352 this.referencesBtn.Name = "referencesBtn";
00353 this.referencesBtn.Size = new System.Drawing.Size(75, 23);
00354 this.referencesBtn.TabIndex = 12;
00355
00356
00357
00358 this.validateBtn.Location = new System.Drawing.Point(0, 0);
00359 this.validateBtn.Name = "validateBtn";
00360 this.validateBtn.Size = new System.Drawing.Size(75, 23);
00361 this.validateBtn.TabIndex = 13;
00362
00363
00364
00365 this.editCodeBtn.Location = new System.Drawing.Point(0, 0);
00366 this.editCodeBtn.Name = "editCodeBtn";
00367 this.editCodeBtn.Size = new System.Drawing.Size(75, 23);
00368 this.editCodeBtn.TabIndex = 14;
00369
00370
00371
00372 this.mainStatusStrip.Location = new System.Drawing.Point(0, 559);
00373 this.mainStatusStrip.Name = "mainStatusStrip";
00374 this.mainStatusStrip.Size = new System.Drawing.Size(876, 22);
00375 this.mainStatusStrip.TabIndex = 0;
00376 this.mainStatusStrip.Text = "statusStrip1";
00377
00378
00379
00380 this.horizontalSplitter.Cursor = System.Windows.Forms.Cursors.HSplit;
00381 this.horizontalSplitter.Dock = System.Windows.Forms.DockStyle.Bottom;
00382 this.horizontalSplitter.Location = new System.Drawing.Point(0, 417);
00383 this.horizontalSplitter.Name = "horizontalSplitter";
00384 this.horizontalSplitter.Size = new System.Drawing.Size(735, 10);
00385 this.horizontalSplitter.TabIndex = 3;
00386 this.horizontalSplitter.TabStop = false;
00387
00388
00389
00390 this.mainPanel.Controls.Add(this.mainPanelTab);
00391 this.mainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
00392 this.mainPanel.Location = new System.Drawing.Point(0, 49);
00393 this.mainPanel.Name = "mainPanel";
00394 this.mainPanel.Size = new System.Drawing.Size(735, 368);
00395 this.mainPanel.TabIndex = 4;
00396
00397
00398
00399 this.mainPanelTab.Controls.Add(this.tabPage1);
00400 this.mainPanelTab.Controls.Add(this.tabPage2);
00401 this.mainPanelTab.Dock = System.Windows.Forms.DockStyle.Fill;
00402 this.mainPanelTab.Location = new System.Drawing.Point(0, 0);
00403 this.mainPanelTab.Name = "mainPanelTab";
00404 this.mainPanelTab.SelectedIndex = 0;
00405 this.mainPanelTab.Size = new System.Drawing.Size(735, 368);
00406 this.mainPanelTab.TabIndex = 0;
00407
00408
00409
00410 this.tabPage1.Location = new System.Drawing.Point(4, 22);
00411 this.tabPage1.Name = "tabPage1";
00412 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
00413 this.tabPage1.Size = new System.Drawing.Size(727, 342);
00414 this.tabPage1.TabIndex = 0;
00415 this.tabPage1.Text = "3D View";
00416 this.tabPage1.UseVisualStyleBackColor = true;
00417
00418
00419
00420 this.tabPage2.Location = new System.Drawing.Point(4, 22);
00421 this.tabPage2.Name = "tabPage2";
00422 this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
00423 this.tabPage2.Size = new System.Drawing.Size(727, 342);
00424 this.tabPage2.TabIndex = 1;
00425 this.tabPage2.Text = "Nothing yet";
00426 this.tabPage2.UseVisualStyleBackColor = true;
00427
00428
00429
00430 this.mainToolStrip.Location = new System.Drawing.Point(0, 24);
00431 this.mainToolStrip.Name = "mainToolStrip";
00432 this.mainToolStrip.Size = new System.Drawing.Size(876, 25);
00433 this.mainToolStrip.TabIndex = 2;
00434 this.mainToolStrip.Text = "toolStrip1";
00435
00436
00437
00438 this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00439 this.fileToolStripMenuItem,
00440 this.sceneToolStripMenuItem,
00441 this.scriptToolStripMenuItem});
00442 this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
00443 this.mainMenuStrip.Name = "mainMenuStrip";
00444 this.mainMenuStrip.Size = new System.Drawing.Size(876, 24);
00445 this.mainMenuStrip.TabIndex = 1;
00446 this.mainMenuStrip.Text = "menuStrip1";
00447
00448
00449
00450 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00451 this.newToolStripMenuItem,
00452 this.loadToolStripMenuItem,
00453 this.saveToolStripMenuItem,
00454 this.saveAsToolStripMenuItem,
00455 this.closeToolStripMenuItem,
00456 this.exitToolStripMenuItem});
00457 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
00458 this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
00459 this.fileToolStripMenuItem.Text = "File";
00460
00461
00462
00463 this.newToolStripMenuItem.Name = "newToolStripMenuItem";
00464 this.newToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
00465 this.newToolStripMenuItem.Text = "New";
00466 this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
00467
00468
00469
00470 this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
00471 this.loadToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
00472 this.loadToolStripMenuItem.Text = "Load";
00473 this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click);
00474
00475
00476
00477 this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
00478 this.saveToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
00479 this.saveToolStripMenuItem.Text = "Save";
00480 this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
00481
00482
00483
00484 this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
00485 this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
00486 this.saveAsToolStripMenuItem.Text = "Save As...";
00487 this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
00488
00489
00490
00491 this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
00492 this.closeToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
00493 this.closeToolStripMenuItem.Text = "Close";
00494 this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
00495
00496
00497
00498 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
00499 this.exitToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
00500 this.exitToolStripMenuItem.Text = "Exit";
00501 this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
00502
00503
00504
00505 this.sceneToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00506 this.setHeigthMapToolStripMenuItem,
00507 this.setWaterToolStripMenuItem,
00508 this.setSkyToolStripMenuItem,
00509 this.addMeshToolStripMenuItem,
00510 this.addAreaToolStripMenuItem,
00511 this.setAvatarToolStripMenuItem1});
00512 this.sceneToolStripMenuItem.Name = "sceneToolStripMenuItem";
00513 this.sceneToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
00514 this.sceneToolStripMenuItem.Text = "Scene";
00515
00516
00517
00518 this.setHeigthMapToolStripMenuItem.Name = "setHeigthMapToolStripMenuItem";
00519 this.setHeigthMapToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
00520 this.setHeigthMapToolStripMenuItem.Text = "SetHeighmap";
00521 this.setHeigthMapToolStripMenuItem.Click += new System.EventHandler(this.setHeigthMapToolStripMenuItem_Click);
00522
00523
00524
00525 this.setWaterToolStripMenuItem.Name = "setWaterToolStripMenuItem";
00526 this.setWaterToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
00527 this.setWaterToolStripMenuItem.Text = "SetWater";
00528 this.setWaterToolStripMenuItem.Click += new System.EventHandler(this.setWaterToolStripMenuItem_Click);
00529
00530
00531
00532 this.setSkyToolStripMenuItem.Name = "setSkyToolStripMenuItem";
00533 this.setSkyToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
00534 this.setSkyToolStripMenuItem.Text = "SetSky";
00535 this.setSkyToolStripMenuItem.Click += new System.EventHandler(this.setSkyToolStripMenuItem_Click);
00536
00537
00538
00539 this.addMeshToolStripMenuItem.Name = "addMeshToolStripMenuItem";
00540 this.addMeshToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
00541 this.addMeshToolStripMenuItem.Text = "AddMesh";
00542 this.addMeshToolStripMenuItem.Click += new System.EventHandler(this.addMeshToolStripMenuItem_Click);
00543
00544
00545
00546 this.addAreaToolStripMenuItem.Name = "addAreaToolStripMenuItem";
00547 this.addAreaToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
00548 this.addAreaToolStripMenuItem.Text = "AddArea";
00549 this.addAreaToolStripMenuItem.Click += new System.EventHandler(this.addAreaToolStripMenuItem_Click);
00550
00551
00552
00553 this.setAvatarToolStripMenuItem1.Name = "setAvatarToolStripMenuItem1";
00554 this.setAvatarToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
00555 this.setAvatarToolStripMenuItem1.Text = "SetAvatar";
00556 this.setAvatarToolStripMenuItem1.Click += new System.EventHandler(this.setAvatarToolStripMenuItem1_Click);
00557
00558
00559
00560 this.scriptToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00561 this.referencesToolStripMenuItem});
00562 this.scriptToolStripMenuItem.Name = "scriptToolStripMenuItem";
00563 this.scriptToolStripMenuItem.Size = new System.Drawing.Size(46, 20);
00564 this.scriptToolStripMenuItem.Text = "Script";
00565
00566
00567
00568 this.referencesToolStripMenuItem.Name = "referencesToolStripMenuItem";
00569 this.referencesToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
00570 this.referencesToolStripMenuItem.Text = "References";
00571 this.referencesToolStripMenuItem.Click += new System.EventHandler(this.referencesToolStripMenuItem_Click);
00572
00573
00574
00575 this.playSceneBtn.Location = new System.Drawing.Point(16, 24);
00576 this.playSceneBtn.Name = "playSceneBtn";
00577 this.playSceneBtn.Size = new System.Drawing.Size(75, 25);
00578 this.playSceneBtn.TabIndex = 5;
00579 this.playSceneBtn.Text = "Play";
00580 this.playSceneBtn.UseVisualStyleBackColor = true;
00581 this.playSceneBtn.Click += new System.EventHandler(this.playSceneBtn_Click);
00582
00583
00584
00585 this.stopSceneBtn.Location = new System.Drawing.Point(94, 24);
00586 this.stopSceneBtn.Name = "stopSceneBtn";
00587 this.stopSceneBtn.Size = new System.Drawing.Size(75, 25);
00588 this.stopSceneBtn.TabIndex = 6;
00589 this.stopSceneBtn.Text = "Stop";
00590 this.stopSceneBtn.UseVisualStyleBackColor = true;
00591 this.stopSceneBtn.Click += new System.EventHandler(this.stopSceneBtn_Click);
00592
00593
00594
00595 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00596 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00597 this.ClientSize = new System.Drawing.Size(876, 581);
00598 this.Controls.Add(this.stopSceneBtn);
00599 this.Controls.Add(this.playSceneBtn);
00600 this.Controls.Add(this.mainPanel);
00601 this.Controls.Add(this.horizontalSplitter);
00602 this.Controls.Add(this.bottomPanel);
00603 this.Controls.Add(this.vertSplitter);
00604 this.Controls.Add(this.rightPanel);
00605 this.Controls.Add(this.mainStatusStrip);
00606 this.Controls.Add(this.mainToolStrip);
00607 this.Controls.Add(this.mainMenuStrip);
00608 this.Name = "MainForm";
00609 this.Text = "Eteractions Editor";
00610 this.rightPanel.ResumeLayout(false);
00611 this.bottomPanel.ResumeLayout(false);
00612 this.scriptTabControl.ResumeLayout(false);
00613 this.membersTabPage.ResumeLayout(false);
00614 this.evaluateTabPage.ResumeLayout(false);
00615 this.clickTabPage.ResumeLayout(false);
00616 this.collTabPage.ResumeLayout(false);
00617 this.compilateTabPage.ResumeLayout(false);
00618 this.timeLineTabPage.ResumeLayout(false);
00619 this.timeLineTabPage.PerformLayout();
00620 this.mainPanel.ResumeLayout(false);
00621 this.mainPanelTab.ResumeLayout(false);
00622 this.mainMenuStrip.ResumeLayout(false);
00623 this.mainMenuStrip.PerformLayout();
00624 this.ResumeLayout(false);
00625 this.PerformLayout();
00626
00627 }
00628
00629 #endregion
00630
00631 private System.Windows.Forms.Panel rightPanel;
00632 private System.Windows.Forms.Splitter vertSplitter;
00633 private System.Windows.Forms.Panel bottomPanel;
00634 private System.Windows.Forms.Splitter horizontalSplitter;
00635 private System.Windows.Forms.Panel mainPanel;
00636 private System.Windows.Forms.TabControl mainPanelTab;
00637 private System.Windows.Forms.TabPage tabPage1;
00638 private System.Windows.Forms.TabPage tabPage2;
00639 private System.Windows.Forms.ToolStrip mainToolStrip;
00640 private System.Windows.Forms.MenuStrip mainMenuStrip;
00641 private System.Windows.Forms.StatusStrip mainStatusStrip;
00642 private System.Windows.Forms.PropertyGrid sceneObjPropGrid;
00643 private System.Windows.Forms.TreeView sceneTreeView;
00644 private System.Windows.Forms.Splitter splitter1;
00645 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
00646 private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
00647 private System.Windows.Forms.ToolStripMenuItem sceneToolStripMenuItem;
00648 private System.Windows.Forms.ToolStripMenuItem setHeigthMapToolStripMenuItem;
00649 private System.Windows.Forms.ToolStripMenuItem setWaterToolStripMenuItem;
00650 private System.Windows.Forms.ToolStripMenuItem setSkyToolStripMenuItem;
00651 private System.Windows.Forms.ToolStripMenuItem addMeshToolStripMenuItem;
00652 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
00653 private System.Windows.Forms.Button editCodeBtn;
00654 private System.Windows.Forms.Button referencesBtn;
00655 private System.Windows.Forms.Button validateBtn;
00656 private System.Windows.Forms.Button editVarBtn;
00657 private System.Windows.Forms.Button playSceneBtn;
00658 private System.Windows.Forms.Button stopSceneBtn;
00659 private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
00660 private System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem;
00661 private System.Windows.Forms.Button edtClickCodeBtn;
00662 private System.Windows.Forms.Button edtCollCodeBtn;
00663 private System.Windows.Forms.TabControl scriptTabControl;
00664 private System.Windows.Forms.TabPage membersTabPage;
00665 private System.Windows.Forms.TabPage evaluateTabPage;
00666 private System.Windows.Forms.TabPage clickTabPage;
00667 private System.Windows.Forms.TabPage collTabPage;
00668 private System.Windows.Forms.ToolStripMenuItem scriptToolStripMenuItem;
00669 private System.Windows.Forms.ToolStripMenuItem referencesToolStripMenuItem;
00670 private System.Windows.Forms.RichTextBox membersTextBox;
00671 private System.Windows.Forms.RichTextBox evaluateTextBox;
00672 private System.Windows.Forms.RichTextBox onClickTextBox;
00673 private System.Windows.Forms.RichTextBox onCollisionTextBox;
00674 private System.Windows.Forms.TabPage compilateTabPage;
00675 private System.Windows.Forms.RichTextBox compilationResultsTextBox;
00676 private System.Windows.Forms.ToolStripMenuItem addAreaToolStripMenuItem;
00677 private System.Windows.Forms.TabPage timeLineTabPage;
00678 private System.Windows.Forms.Label startTimeLabel;
00679 private System.Windows.Forms.TextBox startTimeTextBox;
00680 private System.Windows.Forms.TextBox endTimeTextBox;
00681 private System.Windows.Forms.Label label1;
00682 private System.Windows.Forms.ToolStripMenuItem setAvatarToolStripMenuItem1;
00683 private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
00684 private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
00685
00686 }
00687 }
00688