namespace StarJackWorldEditor
{
partial class MainForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.xnaPanel = new System.Windows.Forms.Panel();
this.splitter1 = new System.Windows.Forms.Splitter();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fileMenu = new System.Windows.Forms.MenuStrip();
this.playToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.roomGroupBox = new System.Windows.Forms.GroupBox();
this.editRoomButton = new System.Windows.Forms.Button();
this.removeRoomBtn = new System.Windows.Forms.Button();
this.addRoomBtn = new System.Windows.Forms.Button();
this.roomComboBox = new System.Windows.Forms.ComboBox();
this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
this.floorButton = new System.Windows.Forms.RadioButton();
this.wallButton = new System.Windows.Forms.RadioButton();
this.startObjectButton = new System.Windows.Forms.RadioButton();
this.GameObjects = new System.Windows.Forms.GroupBox();
this.consoleButton = new System.Windows.Forms.RadioButton();
this.aiButton = new System.Windows.Forms.RadioButton();
this.deleteButton = new System.Windows.Forms.RadioButton();
this.linkButton = new System.Windows.Forms.RadioButton();
this.endButton = new System.Windows.Forms.RadioButton();
this.cameraButton = new System.Windows.Forms.RadioButton();
this.guardButton = new System.Windows.Forms.RadioButton();
this.doorButton = new System.Windows.Forms.RadioButton();
this.terminalButton = new System.Windows.Forms.RadioButton();
this.selectButton = new System.Windows.Forms.RadioButton();
this.difficultyLabel = new System.Windows.Forms.Label();
this.difficultyStepper = new System.Windows.Forms.NumericUpDown();
this.fileMenu.SuspendLayout();
this.roomGroupBox.SuspendLayout();
this.GameObjects.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.difficultyStepper)).BeginInit();
this.SuspendLayout();
//
// xnaPanel
//
this.xnaPanel.BackColor = System.Drawing.Color.CornflowerBlue;
this.xnaPanel.Location = new System.Drawing.Point(225, 24);
this.xnaPanel.Name = "xnaPanel";
this.xnaPanel.Size = new System.Drawing.Size(800, 600);
this.xnaPanel.TabIndex = 0;
//
// splitter1
//
this.splitter1.Location = new System.Drawing.Point(0, 24);
this.splitter1.Name = "splitter1";
this.splitter1.Size = new System.Drawing.Size(224, 602);
this.splitter1.TabIndex = 1;
this.splitter1.TabStop = false;
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newToolStripMenuItem,
this.openToolStripMenuItem,
this.saveToolStripMenuItem,
this.saveAsToolStripMenuItem,
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
this.fileToolStripMenuItem.Text = "File";
//
// newToolStripMenuItem
//
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
this.newToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
this.newToolStripMenuItem.Text = "New";
this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
//
// openToolStripMenuItem
//
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
this.openToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
this.openToolStripMenuItem.Text = "Open";
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
//
// saveToolStripMenuItem
//
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
this.saveToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
this.saveToolStripMenuItem.Text = "Save";
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
//
// saveAsToolStripMenuItem
//
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
this.saveAsToolStripMenuItem.Text = "Save As";
this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
this.exitToolStripMenuItem.Text = "Exit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// fileMenu
//
this.fileMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.playToolStripMenuItem});
this.fileMenu.Location = new System.Drawing.Point(0, 0);
this.fileMenu.Name = "fileMenu";
this.fileMenu.Size = new System.Drawing.Size(1028, 24);
this.fileMenu.TabIndex = 2;
this.fileMenu.Text = "menuStrip1";
//
// playToolStripMenuItem
//
this.playToolStripMenuItem.Name = "playToolStripMenuItem";
this.playToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.playToolStripMenuItem.Text = "Play";
this.playToolStripMenuItem.Click += new System.EventHandler(this.playToolStripMenuItem_Click);
//
// roomGroupBox
//
this.roomGroupBox.Controls.Add(this.editRoomButton);
this.roomGroupBox.Controls.Add(this.removeRoomBtn);
this.roomGroupBox.Controls.Add(this.addRoomBtn);
this.roomGroupBox.Controls.Add(this.roomComboBox);
this.roomGroupBox.Location = new System.Drawing.Point(4, 56);
this.roomGroupBox.Name = "roomGroupBox";
this.roomGroupBox.Size = new System.Drawing.Size(219, 74);
this.roomGroupBox.TabIndex = 5;
this.roomGroupBox.TabStop = false;
this.roomGroupBox.Text = "Rooms";
//
// editRoomButton
//
this.editRoomButton.Location = new System.Drawing.Point(75, 44);
this.editRoomButton.Name = "editRoomButton";
this.editRoomButton.Size = new System.Drawing.Size(64, 23);
this.editRoomButton.TabIndex = 8;
this.editRoomButton.Text = "Edit";
this.editRoomButton.UseVisualStyleBackColor = true;
this.editRoomButton.Click += new System.EventHandler(this.editRoomButton_Click);
//
// removeRoomBtn
//
this.removeRoomBtn.Location = new System.Drawing.Point(145, 44);
this.removeRoomBtn.Name = "removeRoomBtn";
this.removeRoomBtn.Size = new System.Drawing.Size(64, 23);
this.removeRoomBtn.TabIndex = 7;
this.removeRoomBtn.Text = "Remove";
this.removeRoomBtn.UseVisualStyleBackColor = true;
this.removeRoomBtn.Click += new System.EventHandler(this.removeRoomBtn_Click);
//
// addRoomBtn
//
this.addRoomBtn.Location = new System.Drawing.Point(5, 44);
this.addRoomBtn.Name = "addRoomBtn";
this.addRoomBtn.Size = new System.Drawing.Size(64, 23);
this.addRoomBtn.TabIndex = 6;
this.addRoomBtn.Text = "Add";
this.addRoomBtn.UseVisualStyleBackColor = true;
this.addRoomBtn.Click += new System.EventHandler(this.addRoomBtn_Click);
//
// roomComboBox
//
this.roomComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.roomComboBox.FormattingEnabled = true;
this.roomComboBox.Location = new System.Drawing.Point(7, 17);
this.roomComboBox.Name = "roomComboBox";
this.roomComboBox.Size = new System.Drawing.Size(206, 21);
this.roomComboBox.TabIndex = 3;
this.roomComboBox.SelectedIndexChanged += new System.EventHandler(this.roomComboBox_SelectedIndexChanged);
//
// propertyGrid1
//
this.propertyGrid1.Location = new System.Drawing.Point(0, 274);
this.propertyGrid1.Name = "propertyGrid1";
this.propertyGrid1.Size = new System.Drawing.Size(223, 352);
this.propertyGrid1.TabIndex = 6;
//
// floorButton
//
this.floorButton.Appearance = System.Windows.Forms.Appearance.Button;
this.floorButton.AutoSize = true;
this.floorButton.Location = new System.Drawing.Point(49, 45);
this.floorButton.Name = "floorButton";
this.floorButton.Size = new System.Drawing.Size(40, 23);
this.floorButton.TabIndex = 1;
this.floorButton.Text = "Floor";
this.floorButton.UseVisualStyleBackColor = true;
this.floorButton.CheckedChanged += new System.EventHandler(this.floorButton_CheckedChanged);
//
// wallButton
//
this.wallButton.Appearance = System.Windows.Forms.Appearance.Button;
this.wallButton.AutoSize = true;
this.wallButton.Location = new System.Drawing.Point(5, 45);
this.wallButton.Name = "wallButton";
this.wallButton.Size = new System.Drawing.Size(38, 23);
this.wallButton.TabIndex = 0;
this.wallButton.Tag = "";
this.wallButton.Text = "Wall";
this.wallButton.UseVisualStyleBackColor = true;
this.wallButton.CheckedChanged += new System.EventHandler(this.wallButton_CheckedChanged);
//
// startObjectButton
//
this.startObjectButton.Appearance = System.Windows.Forms.Appearance.Button;
this.startObjectButton.AutoSize = true;
this.startObjectButton.Location = new System.Drawing.Point(95, 45);
this.startObjectButton.Name = "startObjectButton";
this.startObjectButton.Size = new System.Drawing.Size(39, 23);
this.startObjectButton.TabIndex = 1;
this.startObjectButton.Text = "Start";
this.startObjectButton.UseVisualStyleBackColor = true;
this.startObjectButton.CheckedChanged += new System.EventHandler(this.startObjectButton_CheckedChanged);
//
// GameObjects
//
this.GameObjects.Controls.Add(this.consoleButton);
this.GameObjects.Controls.Add(this.aiButton);
this.GameObjects.Controls.Add(this.deleteButton);
this.GameObjects.Controls.Add(this.linkButton);
this.GameObjects.Controls.Add(this.endButton);
this.GameObjects.Controls.Add(this.cameraButton);
this.GameObjects.Controls.Add(this.guardButton);
this.GameObjects.Controls.Add(this.doorButton);
this.GameObjects.Controls.Add(this.terminalButton);
this.GameObjects.Controls.Add(this.selectButton);
this.GameObjects.Controls.Add(this.wallButton);
this.GameObjects.Controls.Add(this.startObjectButton);
this.GameObjects.Controls.Add(this.floorButton);
this.GameObjects.Location = new System.Drawing.Point(4, 136);
this.GameObjects.Name = "GameObjects";
this.GameObjects.Size = new System.Drawing.Size(219, 132);
this.GameObjects.TabIndex = 7;
this.GameObjects.TabStop = false;
this.GameObjects.Text = "Tools";
//
// consoleButton
//
this.consoleButton.Appearance = System.Windows.Forms.Appearance.Button;
this.consoleButton.AutoSize = true;
this.consoleButton.Location = new System.Drawing.Point(68, 74);
this.consoleButton.Name = "consoleButton";
this.consoleButton.Size = new System.Drawing.Size(55, 23);
this.consoleButton.TabIndex = 11;
this.consoleButton.Text = "Console";
this.consoleButton.UseVisualStyleBackColor = true;
this.consoleButton.CheckedChanged += new System.EventHandler(this.consoleButton_CheckedChanged);
//
// aiButton
//
this.aiButton.Appearance = System.Windows.Forms.Appearance.Button;
this.aiButton.AutoSize = true;
this.aiButton.Enabled = false;
this.aiButton.Location = new System.Drawing.Point(159, 103);
this.aiButton.Name = "aiButton";
this.aiButton.Size = new System.Drawing.Size(27, 23);
this.aiButton.TabIndex = 9;
this.aiButton.Text = "AI";
this.aiButton.UseVisualStyleBackColor = true;
this.aiButton.CheckedChanged += new System.EventHandler(this.aiButton_CheckedChanged);
//
// deleteButton
//
this.deleteButton.Appearance = System.Windows.Forms.Appearance.Button;
this.deleteButton.AutoSize = true;
this.deleteButton.Location = new System.Drawing.Point(58, 16);
this.deleteButton.Name = "deleteButton";
this.deleteButton.Size = new System.Drawing.Size(48, 23);
this.deleteButton.TabIndex = 10;
this.deleteButton.Text = "Delete";
this.deleteButton.UseVisualStyleBackColor = true;
this.deleteButton.CheckedChanged += new System.EventHandler(this.deleteButton_CheckedChanged);
//
// linkButton
//
this.linkButton.Appearance = System.Windows.Forms.Appearance.Button;
this.linkButton.AutoSize = true;
this.linkButton.Enabled = false;
this.linkButton.Location = new System.Drawing.Point(64, 103);
this.linkButton.Name = "linkButton";
this.linkButton.Size = new System.Drawing.Size(37, 23);
this.linkButton.TabIndex = 8;
this.linkButton.Text = "Link";
this.linkButton.UseVisualStyleBackColor = true;
this.linkButton.CheckedChanged += new System.EventHandler(this.linkButton_CheckedChanged);
//
// endButton
//
this.endButton.Appearance = System.Windows.Forms.Appearance.Button;
this.endButton.AutoSize = true;
this.endButton.Location = new System.Drawing.Point(140, 45);
this.endButton.Name = "endButton";
this.endButton.Size = new System.Drawing.Size(36, 23);
this.endButton.TabIndex = 7;
this.endButton.Text = "End";
this.endButton.UseVisualStyleBackColor = true;
this.endButton.CheckedChanged += new System.EventHandler(this.endButton_CheckedChanged);
//
// cameraButton
//
this.cameraButton.Appearance = System.Windows.Forms.Appearance.Button;
this.cameraButton.AutoSize = true;
this.cameraButton.Location = new System.Drawing.Point(5, 103);
this.cameraButton.Name = "cameraButton";
this.cameraButton.Size = new System.Drawing.Size(53, 23);
this.cameraButton.TabIndex = 6;
this.cameraButton.Text = "Camera";
this.cameraButton.UseVisualStyleBackColor = true;
this.cameraButton.CheckedChanged += new System.EventHandler(this.cameraButton_CheckedChanged);
//
// guardButton
//
this.guardButton.Appearance = System.Windows.Forms.Appearance.Button;
this.guardButton.AutoSize = true;
this.guardButton.Location = new System.Drawing.Point(107, 103);
this.guardButton.Name = "guardButton";
this.guardButton.Size = new System.Drawing.Size(46, 23);
this.guardButton.TabIndex = 5;
this.guardButton.Text = "Guard";
this.guardButton.UseVisualStyleBackColor = true;
this.guardButton.CheckedChanged += new System.EventHandler(this.guardButton_CheckedChanged);
//
// doorButton
//
this.doorButton.Appearance = System.Windows.Forms.Appearance.Button;
this.doorButton.AutoSize = true;
this.doorButton.Location = new System.Drawing.Point(128, 74);
this.doorButton.Name = "doorButton";
this.doorButton.Size = new System.Drawing.Size(40, 23);
this.doorButton.TabIndex = 4;
this.doorButton.Text = "Door";
this.doorButton.UseVisualStyleBackColor = true;
this.doorButton.CheckedChanged += new System.EventHandler(this.doorButton_CheckedChanged);
//
// terminalButton
//
this.terminalButton.Appearance = System.Windows.Forms.Appearance.Button;
this.terminalButton.AutoSize = true;
this.terminalButton.Location = new System.Drawing.Point(5, 74);
this.terminalButton.Name = "terminalButton";
this.terminalButton.Size = new System.Drawing.Size(57, 23);
this.terminalButton.TabIndex = 3;
this.terminalButton.Text = "Terminal";
this.terminalButton.UseVisualStyleBackColor = true;
this.terminalButton.CheckedChanged += new System.EventHandler(this.terminalButton_CheckedChanged);
//
// selectButton
//
this.selectButton.Appearance = System.Windows.Forms.Appearance.Button;
this.selectButton.AutoSize = true;
this.selectButton.Checked = true;
this.selectButton.Location = new System.Drawing.Point(5, 16);
this.selectButton.Name = "selectButton";
this.selectButton.Size = new System.Drawing.Size(47, 23);
this.selectButton.TabIndex = 2;
this.selectButton.TabStop = true;
this.selectButton.Tag = "";
this.selectButton.Text = "Select";
this.selectButton.UseVisualStyleBackColor = true;
this.selectButton.CheckedChanged += new System.EventHandler(this.selectButton_CheckedChanged);
//
// difficultyLabel
//
this.difficultyLabel.AutoSize = true;
this.difficultyLabel.Location = new System.Drawing.Point(11, 32);
this.difficultyLabel.Name = "difficultyLabel";
this.difficultyLabel.Size = new System.Drawing.Size(79, 13);
this.difficultyLabel.TabIndex = 8;
this.difficultyLabel.Text = "Level Difficulty:";
//
// difficultyStepper
//
this.difficultyStepper.Location = new System.Drawing.Point(97, 30);
this.difficultyStepper.Maximum = new decimal(new int[] {
3,
0,
0,
0});
this.difficultyStepper.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.difficultyStepper.Name = "difficultyStepper";
this.difficultyStepper.Size = new System.Drawing.Size(120, 20);
this.difficultyStepper.TabIndex = 9;
this.difficultyStepper.Value = new decimal(new int[] {
1,
0,
0,
0});
this.difficultyStepper.ValueChanged += new System.EventHandler(this.difficulty_ValueChanged);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1028, 626);
this.Controls.Add(this.difficultyStepper);
this.Controls.Add(this.difficultyLabel);
this.Controls.Add(this.GameObjects);
this.Controls.Add(this.propertyGrid1);
this.Controls.Add(this.roomGroupBox);
this.Controls.Add(this.splitter1);
this.Controls.Add(this.xnaPanel);
this.Controls.Add(this.fileMenu);
this.MainMenuStrip = this.fileMenu;
this.Name = "MainForm";
this.Text = "Starjack Level Editor";
this.fileMenu.ResumeLayout(false);
this.fileMenu.PerformLayout();
this.roomGroupBox.ResumeLayout(false);
this.GameObjects.ResumeLayout(false);
this.GameObjects.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.difficultyStepper)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel xnaPanel;
private System.Windows.Forms.Splitter splitter1;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
private System.Windows.Forms.MenuStrip fileMenu;
private System.Windows.Forms.GroupBox roomGroupBox;
private System.Windows.Forms.ComboBox roomComboBox;
private System.Windows.Forms.ToolStripMenuItem playToolStripMenuItem;
private System.Windows.Forms.PropertyGrid propertyGrid1;
private System.Windows.Forms.Button removeRoomBtn;
private System.Windows.Forms.Button addRoomBtn;
private System.Windows.Forms.RadioButton floorButton;
private System.Windows.Forms.RadioButton wallButton;
private System.Windows.Forms.RadioButton startObjectButton;
private System.Windows.Forms.GroupBox GameObjects;
private System.Windows.Forms.RadioButton selectButton;
private System.Windows.Forms.RadioButton cameraButton;
private System.Windows.Forms.RadioButton guardButton;
private System.Windows.Forms.RadioButton doorButton;
private System.Windows.Forms.RadioButton terminalButton;
private System.Windows.Forms.RadioButton endButton;
private System.Windows.Forms.RadioButton linkButton;
private System.Windows.Forms.RadioButton deleteButton;
private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
private System.Windows.Forms.RadioButton aiButton;
private System.Windows.Forms.RadioButton consoleButton;
private System.Windows.Forms.Label difficultyLabel;
private System.Windows.Forms.NumericUpDown difficultyStepper;
private System.Windows.Forms.Button editRoomButton;
}
}