/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ModifySpawn));
     this.label1 = new System.Windows.Forms.Label();
     this.id = new Region_Editor.FilteredTextBox();
     this.type = new Region_Editor.FilteredTextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.min = new Region_Editor.FilteredTextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.max = new Region_Editor.FilteredTextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.amount = new Region_Editor.FilteredTextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.setButton = new System.Windows.Forms.Button();
     this.cancelButton = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 13);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(18, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "ID";
     //
     // id
     //
     this.id.AllowedChars = "1234567890";
     this.id.Location = new System.Drawing.Point(162, 9);
     this.id.MaxLength = 8;
     this.id.Name = "id";
     this.id.Size = new System.Drawing.Size(44, 20);
     this.id.TabIndex = 1;
     //
     // type
     //
     this.type.AllowedChars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_";
     this.type.Location = new System.Drawing.Point(162, 35);
     this.type.MaxLength = 255;
     this.type.Name = "type";
     this.type.Size = new System.Drawing.Size(264, 20);
     this.type.TabIndex = 3;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 39);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(31, 13);
     this.label2.TabIndex = 2;
     this.label2.Text = "Type";
     //
     // min
     //
     this.min.AllowedChars = "1234567890";
     this.min.Location = new System.Drawing.Point(162, 61);
     this.min.MaxLength = 5;
     this.min.Name = "min";
     this.min.Size = new System.Drawing.Size(57, 20);
     this.min.TabIndex = 5;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(12, 65);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(141, 13);
     this.label3.TabIndex = 4;
     this.label3.Text = "Minimum Seconds to Spawn";
     //
     // max
     //
     this.max.AllowedChars = "1234567890";
     this.max.Location = new System.Drawing.Point(162, 87);
     this.max.MaxLength = 5;
     this.max.Name = "max";
     this.max.Size = new System.Drawing.Size(57, 20);
     this.max.TabIndex = 7;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(12, 91);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(144, 13);
     this.label4.TabIndex = 6;
     this.label4.Text = "Mazimum Seconds to Spawn";
     //
     // amount
     //
     this.amount.AllowedChars = "1234567890";
     this.amount.Location = new System.Drawing.Point(162, 113);
     this.amount.MaxLength = 3;
     this.amount.Name = "amount";
     this.amount.Size = new System.Drawing.Size(57, 20);
     this.amount.TabIndex = 9;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(12, 117);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(43, 13);
     this.label5.TabIndex = 8;
     this.label5.Text = "Amount";
     //
     // setButton
     //
     this.setButton.Location = new System.Drawing.Point(131, 146);
     this.setButton.Name = "setButton";
     this.setButton.Size = new System.Drawing.Size(75, 23);
     this.setButton.TabIndex = 10;
     this.setButton.Text = "Set";
     this.setButton.UseVisualStyleBackColor = true;
     this.setButton.Click += new System.EventHandler(this.setButton_Click);
     //
     // cancelButton
     //
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Location = new System.Drawing.Point(226, 146);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.Size = new System.Drawing.Size(75, 23);
     this.cancelButton.TabIndex = 11;
     this.cancelButton.Text = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = true;
     this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
     //
     // ModifySpawn
     //
     this.AcceptButton = this.setButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.cancelButton;
     this.ClientSize = new System.Drawing.Size(433, 173);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.setButton);
     this.Controls.Add(this.amount);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.max);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.min);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.type);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.id);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "ModifySpawn";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Add/Modify Spawn";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RegionEditor));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mULFilePathToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.regionsxmlLocationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.reloadRegionsFromFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveRegionsToFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.compatible = new System.Windows.Forms.ToolStripMenuItem();
     this.label1 = new System.Windows.Forms.Label();
     this.facetList = new System.Windows.Forms.ComboBox();
     this.ShowMapButton = new System.Windows.Forms.Button();
     this.renderProgress = new System.Windows.Forms.ProgressBar();
     this.label2 = new System.Windows.Forms.Label();
     this.locationLabel = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.facetView = new System.Windows.Forms.TreeView();
     this.newRegion = new System.Windows.Forms.Button();
     this.modifyRegion = new System.Windows.Forms.Button();
     this.removeRegion = new System.Windows.Forms.Button();
     this.addSpawn = new System.Windows.Forms.Button();
     this.removeSpawn = new System.Windows.Forms.Button();
     this.addSubRegion = new System.Windows.Forms.Button();
     this.addArea = new System.Windows.Forms.Button();
     this.removeArea = new System.Windows.Forms.Button();
     this.areaModify = new System.Windows.Forms.Button();
     this.modifySpawn = new System.Windows.Forms.Button();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.goButton = new System.Windows.Forms.Button();
     this.clearFacet = new System.Windows.Forms.Button();
     this.goY = new Region_Editor.FilteredTextBox();
     this.goX = new Region_Editor.FilteredTextBox();
     this.scaleSlider = new Region_Editor.Slider();
     this.ySlider = new Region_Editor.Slider();
     this.xSlider = new Region_Editor.Slider();
     this.mapDisplay = new Region_Editor.MapDisplay();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mapDisplay)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.optionsToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(1008, 24);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mULFilePathToolStripMenuItem,
     this.regionsxmlLocationToolStripMenuItem,
     this.toolStripMenuItem1,
     this.reloadRegionsFromFileToolStripMenuItem,
     this.saveRegionsToFileToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // mULFilePathToolStripMenuItem
     //
     this.mULFilePathToolStripMenuItem.Name = "mULFilePathToolStripMenuItem";
     this.mULFilePathToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
     this.mULFilePathToolStripMenuItem.Text = "MUL File Path";
     this.mULFilePathToolStripMenuItem.Click += new System.EventHandler(this.mULFilePathToolStripMenuItem_Click);
     //
     // regionsxmlLocationToolStripMenuItem
     //
     this.regionsxmlLocationToolStripMenuItem.Name = "regionsxmlLocationToolStripMenuItem";
     this.regionsxmlLocationToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
     this.regionsxmlLocationToolStripMenuItem.Text = "Regions.xml Location";
     this.regionsxmlLocationToolStripMenuItem.Click += new System.EventHandler(this.regionsxmlLocationToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(204, 6);
     //
     // reloadRegionsFromFileToolStripMenuItem
     //
     this.reloadRegionsFromFileToolStripMenuItem.Name = "reloadRegionsFromFileToolStripMenuItem";
     this.reloadRegionsFromFileToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
     this.reloadRegionsFromFileToolStripMenuItem.Text = "Reload Regions From File";
     this.reloadRegionsFromFileToolStripMenuItem.Click += new System.EventHandler(this.reloadRegionsFromFileToolStripMenuItem_Click);
     //
     // saveRegionsToFileToolStripMenuItem
     //
     this.saveRegionsToFileToolStripMenuItem.Name = "saveRegionsToFileToolStripMenuItem";
     this.saveRegionsToFileToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
     this.saveRegionsToFileToolStripMenuItem.Text = "Save Regions To File";
     this.saveRegionsToFileToolStripMenuItem.Click += new System.EventHandler(this.saveRegionsToFileToolStripMenuItem_Click);
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.compatible});
     this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
     this.optionsToolStripMenuItem.Text = "&Options";
     //
     // compatible
     //
     this.compatible.CheckOnClick = true;
     this.compatible.Name = "compatible";
     this.compatible.Size = new System.Drawing.Size(281, 22);
     this.compatible.Text = "Enable Compatibility with Older Clients";
     this.compatible.CheckedChanged += new System.EventHandler(this.compatible_CheckedChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(598, 35);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(34, 13);
     this.label1.TabIndex = 11;
     this.label1.Text = "Facet";
     //
     // facetList
     //
     this.facetList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.facetList.FormattingEnabled = true;
     this.facetList.Items.AddRange(new object[] {
     "Felucca",
     "Trammel",
     "Ilshenar",
     "Malas",
     "Tokuno",
     "Ter Mur"});
     this.facetList.Location = new System.Drawing.Point(634, 31);
     this.facetList.Name = "facetList";
     this.facetList.Size = new System.Drawing.Size(121, 21);
     this.facetList.TabIndex = 12;
     this.facetList.TabStop = false;
     this.facetList.SelectedIndexChanged += new System.EventHandler(this.facetList_SelectedIndexChanged);
     //
     // ShowMapButton
     //
     this.ShowMapButton.Location = new System.Drawing.Point(761, 30);
     this.ShowMapButton.Name = "ShowMapButton";
     this.ShowMapButton.Size = new System.Drawing.Size(75, 23);
     this.ShowMapButton.TabIndex = 13;
     this.ShowMapButton.TabStop = false;
     this.ShowMapButton.Text = "Map Display";
     this.ShowMapButton.UseVisualStyleBackColor = true;
     this.ShowMapButton.Click += new System.EventHandler(this.ShowMapButton_Click);
     //
     // renderProgress
     //
     this.renderProgress.Location = new System.Drawing.Point(842, 30);
     this.renderProgress.Name = "renderProgress";
     this.renderProgress.Size = new System.Drawing.Size(157, 23);
     this.renderProgress.TabIndex = 14;
     this.renderProgress.Visible = false;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(9, 622);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(54, 13);
     this.label2.TabIndex = 2;
     this.label2.Text = "Location :";
     //
     // locationLabel
     //
     this.locationLabel.AutoSize = true;
     this.locationLabel.Location = new System.Drawing.Point(69, 622);
     this.locationLabel.Name = "locationLabel";
     this.locationLabel.Size = new System.Drawing.Size(25, 13);
     this.locationLabel.TabIndex = 3;
     this.locationLabel.Text = "0, 0";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(388, 622);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(58, 13);
     this.label3.TabIndex = 9;
     this.label3.Text = "Map Scale";
     //
     // facetView
     //
     this.facetView.Location = new System.Drawing.Point(601, 57);
     this.facetView.Name = "facetView";
     this.facetView.Size = new System.Drawing.Size(398, 513);
     this.facetView.TabIndex = 15;
     this.facetView.TabStop = false;
     this.facetView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.facetView_AfterSelect);
     this.facetView.DoubleClick += new System.EventHandler(this.facetView_DoubleClick);
     //
     // newRegion
     //
     this.newRegion.Location = new System.Drawing.Point(601, 570);
     this.newRegion.Name = "newRegion";
     this.newRegion.Size = new System.Drawing.Size(95, 23);
     this.newRegion.TabIndex = 16;
     this.newRegion.TabStop = false;
     this.newRegion.Text = "New Region";
     this.newRegion.UseVisualStyleBackColor = true;
     this.newRegion.Click += new System.EventHandler(this.newRegion_Click);
     //
     // modifyRegion
     //
     this.modifyRegion.Enabled = false;
     this.modifyRegion.Location = new System.Drawing.Point(803, 570);
     this.modifyRegion.Name = "modifyRegion";
     this.modifyRegion.Size = new System.Drawing.Size(95, 23);
     this.modifyRegion.TabIndex = 18;
     this.modifyRegion.TabStop = false;
     this.modifyRegion.Text = "Modify Region";
     this.modifyRegion.UseVisualStyleBackColor = true;
     this.modifyRegion.Click += new System.EventHandler(this.modifyRegion_Click);
     //
     // removeRegion
     //
     this.removeRegion.Enabled = false;
     this.removeRegion.Location = new System.Drawing.Point(904, 570);
     this.removeRegion.Name = "removeRegion";
     this.removeRegion.Size = new System.Drawing.Size(95, 23);
     this.removeRegion.TabIndex = 19;
     this.removeRegion.TabStop = false;
     this.removeRegion.Text = "Remove Region";
     this.removeRegion.UseVisualStyleBackColor = true;
     this.removeRegion.Click += new System.EventHandler(this.removeRegion_Click);
     //
     // addSpawn
     //
     this.addSpawn.Enabled = false;
     this.addSpawn.Location = new System.Drawing.Point(601, 595);
     this.addSpawn.Name = "addSpawn";
     this.addSpawn.Size = new System.Drawing.Size(95, 23);
     this.addSpawn.TabIndex = 20;
     this.addSpawn.TabStop = false;
     this.addSpawn.Text = "Add Spawn";
     this.addSpawn.UseVisualStyleBackColor = true;
     this.addSpawn.Click += new System.EventHandler(this.addSpawn_Click);
     //
     // removeSpawn
     //
     this.removeSpawn.Enabled = false;
     this.removeSpawn.Location = new System.Drawing.Point(803, 595);
     this.removeSpawn.Name = "removeSpawn";
     this.removeSpawn.Size = new System.Drawing.Size(95, 23);
     this.removeSpawn.TabIndex = 22;
     this.removeSpawn.TabStop = false;
     this.removeSpawn.Text = "Remove Spawn";
     this.removeSpawn.UseVisualStyleBackColor = true;
     this.removeSpawn.Click += new System.EventHandler(this.removeSpawn_Click);
     //
     // addSubRegion
     //
     this.addSubRegion.Enabled = false;
     this.addSubRegion.Location = new System.Drawing.Point(702, 570);
     this.addSubRegion.Name = "addSubRegion";
     this.addSubRegion.Size = new System.Drawing.Size(95, 23);
     this.addSubRegion.TabIndex = 17;
     this.addSubRegion.TabStop = false;
     this.addSubRegion.Text = "Add SubRegion";
     this.addSubRegion.UseVisualStyleBackColor = true;
     this.addSubRegion.Click += new System.EventHandler(this.addSubRegion_Click);
     //
     // addArea
     //
     this.addArea.Enabled = false;
     this.addArea.Location = new System.Drawing.Point(904, 595);
     this.addArea.Name = "addArea";
     this.addArea.Size = new System.Drawing.Size(95, 23);
     this.addArea.TabIndex = 23;
     this.addArea.TabStop = false;
     this.addArea.Text = "Add Area";
     this.addArea.UseVisualStyleBackColor = true;
     this.addArea.Click += new System.EventHandler(this.addArea_Click);
     //
     // removeArea
     //
     this.removeArea.Enabled = false;
     this.removeArea.Location = new System.Drawing.Point(702, 620);
     this.removeArea.Name = "removeArea";
     this.removeArea.Size = new System.Drawing.Size(95, 23);
     this.removeArea.TabIndex = 25;
     this.removeArea.TabStop = false;
     this.removeArea.Text = "Remove Area";
     this.removeArea.UseVisualStyleBackColor = true;
     this.removeArea.Click += new System.EventHandler(this.removeArea_Click);
     //
     // areaModify
     //
     this.areaModify.Enabled = false;
     this.areaModify.Location = new System.Drawing.Point(601, 620);
     this.areaModify.Name = "areaModify";
     this.areaModify.Size = new System.Drawing.Size(95, 23);
     this.areaModify.TabIndex = 24;
     this.areaModify.TabStop = false;
     this.areaModify.Text = "Modify Area";
     this.areaModify.UseVisualStyleBackColor = true;
     this.areaModify.Click += new System.EventHandler(this.areaModify_Click);
     //
     // modifySpawn
     //
     this.modifySpawn.Enabled = false;
     this.modifySpawn.Location = new System.Drawing.Point(702, 595);
     this.modifySpawn.Name = "modifySpawn";
     this.modifySpawn.Size = new System.Drawing.Size(95, 23);
     this.modifySpawn.TabIndex = 21;
     this.modifySpawn.TabStop = false;
     this.modifySpawn.Text = "Modify Spawn";
     this.modifySpawn.UseVisualStyleBackColor = true;
     this.modifySpawn.Click += new System.EventHandler(this.modifySpawn_Click);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(154, 621);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(14, 13);
     this.label4.TabIndex = 4;
     this.label4.Text = "X";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(213, 621);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(14, 13);
     this.label5.TabIndex = 6;
     this.label5.Text = "Y";
     //
     // goButton
     //
     this.goButton.Location = new System.Drawing.Point(271, 616);
     this.goButton.Name = "goButton";
     this.goButton.Size = new System.Drawing.Size(32, 23);
     this.goButton.TabIndex = 8;
     this.goButton.Text = "Go";
     this.goButton.UseVisualStyleBackColor = true;
     this.goButton.Click += new System.EventHandler(this.goButton_Click);
     //
     // clearFacet
     //
     this.clearFacet.Location = new System.Drawing.Point(904, 620);
     this.clearFacet.Name = "clearFacet";
     this.clearFacet.Size = new System.Drawing.Size(95, 23);
     this.clearFacet.TabIndex = 26;
     this.clearFacet.TabStop = false;
     this.clearFacet.Text = "Clear Facet";
     this.clearFacet.UseVisualStyleBackColor = true;
     this.clearFacet.Click += new System.EventHandler(this.clearFacet_Click);
     //
     // goY
     //
     this.goY.AllowedChars = "1234567890";
     this.goY.Location = new System.Drawing.Point(233, 617);
     this.goY.MaxLength = 4;
     this.goY.Name = "goY";
     this.goY.Size = new System.Drawing.Size(32, 20);
     this.goY.TabIndex = 7;
     //
     // goX
     //
     this.goX.AllowedChars = "1234567890";
     this.goX.Location = new System.Drawing.Point(174, 617);
     this.goX.MaxLength = 4;
     this.goX.Name = "goX";
     this.goX.Size = new System.Drawing.Size(32, 20);
     this.goX.TabIndex = 5;
     //
     // scaleSlider
     //
     this.scaleSlider.Location = new System.Drawing.Point(452, 617);
     this.scaleSlider.Maximum = 6;
     this.scaleSlider.MaximumSize = new System.Drawing.Size(1000, 22);
     this.scaleSlider.MinimumSize = new System.Drawing.Size(100, 22);
     this.scaleSlider.Name = "scaleSlider";
     this.scaleSlider.Size = new System.Drawing.Size(100, 22);
     this.scaleSlider.TabIndex = 10;
     this.scaleSlider.TabStop = false;
     this.scaleSlider.Value = 6;
     this.scaleSlider.SliderMoveComplete += new System.EventHandler(this.scaleSlider_SliderMoveComplete);
     //
     // ySlider
     //
     this.ySlider.Location = new System.Drawing.Point(558, 30);
     this.ySlider.MaximumSize = new System.Drawing.Size(22, 1000);
     this.ySlider.MinimumSize = new System.Drawing.Size(22, 100);
     this.ySlider.Name = "ySlider";
     this.ySlider.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.ySlider.Size = new System.Drawing.Size(22, 540);
     this.ySlider.SmallChange = 5;
     this.ySlider.TabIndex = 0;
     this.ySlider.TabStop = false;
     this.ySlider.ValueChanged += new System.EventHandler(this.Slider_ValueChanged);
     this.ySlider.SliderMoveComplete += new System.EventHandler(this.Slider_SliderMoveComplete);
     //
     // xSlider
     //
     this.xSlider.Location = new System.Drawing.Point(12, 576);
     this.xSlider.MaximumSize = new System.Drawing.Size(1024, 22);
     this.xSlider.MinimumSize = new System.Drawing.Size(100, 22);
     this.xSlider.Name = "xSlider";
     this.xSlider.Size = new System.Drawing.Size(540, 22);
     this.xSlider.SmallChange = 5;
     this.xSlider.TabIndex = 1;
     this.xSlider.TabStop = false;
     this.xSlider.ValueChanged += new System.EventHandler(this.Slider_ValueChanged);
     this.xSlider.SliderMoveComplete += new System.EventHandler(this.Slider_SliderMoveComplete);
     //
     // mapDisplay
     //
     this.mapDisplay.Location = new System.Drawing.Point(12, 30);
     this.mapDisplay.MapScale = Region_Editor.Scaling.Scale30;
     this.mapDisplay.Name = "mapDisplay";
     this.mapDisplay.Size = new System.Drawing.Size(540, 540);
     this.mapDisplay.TabIndex = 6;
     this.mapDisplay.TabStop = false;
     this.mapDisplay.HoverCoordinatedChanged += new System.EventHandler(this.mapDisplay_HoverCoordinatedChanged);
     //
     // RegionEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1008, 644);
     this.Controls.Add(this.clearFacet);
     this.Controls.Add(this.goButton);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.goY);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.goX);
     this.Controls.Add(this.modifySpawn);
     this.Controls.Add(this.areaModify);
     this.Controls.Add(this.removeArea);
     this.Controls.Add(this.addArea);
     this.Controls.Add(this.addSubRegion);
     this.Controls.Add(this.removeSpawn);
     this.Controls.Add(this.addSpawn);
     this.Controls.Add(this.removeRegion);
     this.Controls.Add(this.modifyRegion);
     this.Controls.Add(this.newRegion);
     this.Controls.Add(this.facetView);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.scaleSlider);
     this.Controls.Add(this.ySlider);
     this.Controls.Add(this.xSlider);
     this.Controls.Add(this.locationLabel);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.mapDisplay);
     this.Controls.Add(this.renderProgress);
     this.Controls.Add(this.ShowMapButton);
     this.Controls.Add(this.facetList);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "RegionEditor";
     this.Text = "Region Editor v2.0";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.RegionEditor_FormClosing);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mapDisplay)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ModifyRegion));
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.regionType = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.music = new System.Windows.Forms.ComboBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.disableLogoutDelay = new System.Windows.Forms.CheckBox();
     this.disableGuards = new System.Windows.Forms.CheckBox();
     this.smartNoHousing = new System.Windows.Forms.CheckBox();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.questType = new Region_Editor.FilteredTextBox();
     this.questMessage = new Region_Editor.FilteredTextBox();
     this.questComplete = new Region_Editor.FilteredTextBox();
     this.questIncomplete = new Region_Editor.FilteredTextBox();
     this.setButton = new System.Windows.Forms.Button();
     this.cancelButton = new System.Windows.Forms.Button();
     this.minZRange = new Region_Editor.FilteredTextBox();
     this.entranceY = new Region_Editor.FilteredTextBox();
     this.entranceX = new Region_Editor.FilteredTextBox();
     this.goZ = new Region_Editor.FilteredTextBox();
     this.goY = new Region_Editor.FilteredTextBox();
     this.goX = new Region_Editor.FilteredTextBox();
     this.runeName = new Region_Editor.FilteredTextBox();
     this.priority = new Region_Editor.FilteredTextBox();
     this.regionName = new Region_Editor.FilteredTextBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 9);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(72, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Region Name";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(258, 9);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(38, 13);
     this.label2.TabIndex = 2;
     this.label2.Text = "Priority";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(342, 9);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(68, 13);
     this.label3.TabIndex = 4;
     this.label3.Text = "Region Type";
     //
     // regionType
     //
     this.regionType.FormattingEnabled = true;
     this.regionType.Items.AddRange(new object[] {
     "Default",
     "GuardedRegion",
     "TownRegion",
     "NoHousingRegion",
     "DungeonRegion",
     "Jail",
     "GreenAcres",
     "QuestOfferRegion",
     "CancelQuestRegion",
     "QuestNoEntryRegion",
     "QuestCompleteObjectiveRegion",
     "MondainRegion",
     "CrystalField",
     "IcyRiver",
     "PoisonedTree",
     "AcidRiver",
     "TwistedWealdDesert",
     "PoisonedSemetery",
     "ApprenticeRegion"});
     this.regionType.Location = new System.Drawing.Point(416, 5);
     this.regionType.Name = "regionType";
     this.regionType.Size = new System.Drawing.Size(223, 21);
     this.regionType.TabIndex = 5;
     this.regionType.TextChanged += new System.EventHandler(this.regionType_TextChanged);
     this.regionType.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.regionType_KeyPress);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(12, 36);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(64, 13);
     this.label4.TabIndex = 6;
     this.label4.Text = "Rune Name";
     //
     // music
     //
     this.music.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.music.FormattingEnabled = true;
     this.music.Items.AddRange(new object[] {
     "Invalid",
     "OldUlt01",
     "Create1",
     "DragFlit",
     "OldUlt02",
     "OldUlt03",
     "OldUlt04",
     "OldUlt05",
     "OldUlt06",
     "Stones2",
     "Britain1",
     "Britain2",
     "Bucsden",
     "Jhelom",
     "LBCastle",
     "Linelle",
     "Magincia",
     "Minoc",
     "Ocllo",
     "Samlethe",
     "Serpents",
     "Skarabra",
     "Trinsic",
     "Vesper",
     "Wind",
     "Yew",
     "Cave01",
     "Dungeon9",
     "Forest_a",
     "InTown01",
     "Jungle_a",
     "Mountn_a",
     "Plains_a",
     "Sailing",
     "Swamp_a",
     "Tavern01",
     "Tavern02",
     "Tavern03",
     "Tavern04",
     "Combat1",
     "Combat2",
     "Combat3",
     "Approach",
     "Death",
     "Victory",
     "BTCastle",
     "Nujelm",
     "Dungeon2",
     "Cove",
     "Moonglow",
     "Zento",
     "TokunoDungeon",
     "Taiko",
     "DreadHornArea",
     "ElfCity",
     "GrizzleDungeon",
     "MelisandesLair",
     "ParoxysmusLair",
     "GwennoConversation",
     "GoodEndGame",
     "GoodVsEvil",
     "GreatEarthSerpents",
     "Humanoids_U9",
     "MinocNegative",
     "Paws",
     "SelimsBar",
     "SerpentIsleCombat_U7",
     "ValoriaShips"});
     this.music.Location = new System.Drawing.Point(416, 32);
     this.music.Name = "music";
     this.music.Size = new System.Drawing.Size(223, 21);
     this.music.TabIndex = 9;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(342, 36);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(35, 13);
     this.label5.TabIndex = 8;
     this.label5.Text = "Music";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(12, 61);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(65, 13);
     this.label6.TabIndex = 10;
     this.label6.Text = "Go Location";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(87, 61);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(14, 13);
     this.label7.TabIndex = 11;
     this.label7.Text = "X";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(143, 61);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(14, 13);
     this.label8.TabIndex = 13;
     this.label8.Text = "Y";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(200, 60);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(14, 13);
     this.label9.TabIndex = 15;
     this.label9.Text = "Z";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(474, 65);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(14, 13);
     this.label10.TabIndex = 20;
     this.label10.Text = "Y";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(418, 65);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(14, 13);
     this.label11.TabIndex = 18;
     this.label11.Text = "X";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(343, 65);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(50, 13);
     this.label12.TabIndex = 17;
     this.label12.Text = "Entrance";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(530, 65);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(69, 13);
     this.label13.TabIndex = 22;
     this.label13.Text = "Min Z Range";
     //
     // disableLogoutDelay
     //
     this.disableLogoutDelay.AutoSize = true;
     this.disableLogoutDelay.Location = new System.Drawing.Point(15, 86);
     this.disableLogoutDelay.Name = "disableLogoutDelay";
     this.disableLogoutDelay.Size = new System.Drawing.Size(127, 17);
     this.disableLogoutDelay.TabIndex = 24;
     this.disableLogoutDelay.Text = "Disable Logout Delay";
     this.disableLogoutDelay.UseVisualStyleBackColor = true;
     //
     // disableGuards
     //
     this.disableGuards.AutoSize = true;
     this.disableGuards.Location = new System.Drawing.Point(15, 104);
     this.disableGuards.Name = "disableGuards";
     this.disableGuards.Size = new System.Drawing.Size(98, 17);
     this.disableGuards.TabIndex = 25;
     this.disableGuards.Text = "Disable Guards";
     this.disableGuards.UseVisualStyleBackColor = true;
     //
     // smartNoHousing
     //
     this.smartNoHousing.AutoSize = true;
     this.smartNoHousing.Location = new System.Drawing.Point(15, 122);
     this.smartNoHousing.Name = "smartNoHousing";
     this.smartNoHousing.Size = new System.Drawing.Size(112, 17);
     this.smartNoHousing.TabIndex = 26;
     this.smartNoHousing.Text = "Smart No Housing";
     this.smartNoHousing.UseVisualStyleBackColor = true;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(9, 22);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(62, 13);
     this.label14.TabIndex = 27;
     this.label14.Text = "Quest Type";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(9, 48);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(144, 13);
     this.label15.TabIndex = 29;
     this.label15.Text = "Quest Objective (Incomplete)";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(10, 74);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(136, 13);
     this.label16.TabIndex = 31;
     this.label16.Text = "Quest Objective (Complete)";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(10, 100);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(81, 13);
     this.label17.TabIndex = 33;
     this.label17.Text = "Quest Message";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.questType);
     this.groupBox1.Controls.Add(this.questMessage);
     this.groupBox1.Controls.Add(this.label14);
     this.groupBox1.Controls.Add(this.label17);
     this.groupBox1.Controls.Add(this.label15);
     this.groupBox1.Controls.Add(this.questComplete);
     this.groupBox1.Controls.Add(this.questIncomplete);
     this.groupBox1.Controls.Add(this.label16);
     this.groupBox1.Location = new System.Drawing.Point(15, 145);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(395, 127);
     this.groupBox1.TabIndex = 35;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Quest Region Fields";
     //
     // questType
     //
     this.questType.AllowedChars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_";
     this.questType.Location = new System.Drawing.Point(155, 19);
     this.questType.MaxLength = 255;
     this.questType.Name = "questType";
     this.questType.Size = new System.Drawing.Size(223, 20);
     this.questType.TabIndex = 28;
     //
     // questMessage
     //
     this.questMessage.AllowedChars = "1234567890";
     this.questMessage.Location = new System.Drawing.Point(155, 97);
     this.questMessage.MaxLength = 8;
     this.questMessage.Name = "questMessage";
     this.questMessage.Size = new System.Drawing.Size(110, 20);
     this.questMessage.TabIndex = 34;
     //
     // questComplete
     //
     this.questComplete.AllowedChars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_";
     this.questComplete.Location = new System.Drawing.Point(155, 71);
     this.questComplete.MaxLength = 255;
     this.questComplete.Name = "questComplete";
     this.questComplete.Size = new System.Drawing.Size(223, 20);
     this.questComplete.TabIndex = 32;
     //
     // questIncomplete
     //
     this.questIncomplete.AllowedChars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_";
     this.questIncomplete.Location = new System.Drawing.Point(155, 45);
     this.questIncomplete.MaxLength = 255;
     this.questIncomplete.Name = "questIncomplete";
     this.questIncomplete.Size = new System.Drawing.Size(223, 20);
     this.questIncomplete.TabIndex = 30;
     //
     // setButton
     //
     this.setButton.Location = new System.Drawing.Point(236, 278);
     this.setButton.Name = "setButton";
     this.setButton.Size = new System.Drawing.Size(75, 23);
     this.setButton.TabIndex = 36;
     this.setButton.Text = "Set";
     this.setButton.UseVisualStyleBackColor = true;
     this.setButton.Click += new System.EventHandler(this.setButton_Click);
     //
     // cancelButton
     //
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Location = new System.Drawing.Point(335, 278);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.Size = new System.Drawing.Size(75, 23);
     this.cancelButton.TabIndex = 37;
     this.cancelButton.Text = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = true;
     this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
     //
     // minZRange
     //
     this.minZRange.AllowedChars = "1234567890-";
     this.minZRange.Location = new System.Drawing.Point(605, 61);
     this.minZRange.MaxLength = 3;
     this.minZRange.Name = "minZRange";
     this.minZRange.Size = new System.Drawing.Size(34, 20);
     this.minZRange.TabIndex = 23;
     //
     // entranceY
     //
     this.entranceY.AllowedChars = "1234567890";
     this.entranceY.Location = new System.Drawing.Point(491, 61);
     this.entranceY.MaxLength = 4;
     this.entranceY.Name = "entranceY";
     this.entranceY.Size = new System.Drawing.Size(35, 20);
     this.entranceY.TabIndex = 21;
     //
     // entranceX
     //
     this.entranceX.AllowedChars = "1234567890";
     this.entranceX.Location = new System.Drawing.Point(435, 61);
     this.entranceX.MaxLength = 4;
     this.entranceX.Name = "entranceX";
     this.entranceX.Size = new System.Drawing.Size(35, 20);
     this.entranceX.TabIndex = 19;
     //
     // goZ
     //
     this.goZ.AllowedChars = "1234567890-";
     this.goZ.Location = new System.Drawing.Point(217, 57);
     this.goZ.MaxLength = 4;
     this.goZ.Name = "goZ";
     this.goZ.Size = new System.Drawing.Size(35, 20);
     this.goZ.TabIndex = 16;
     //
     // goY
     //
     this.goY.AllowedChars = "1234567890";
     this.goY.Location = new System.Drawing.Point(160, 57);
     this.goY.MaxLength = 4;
     this.goY.Name = "goY";
     this.goY.Size = new System.Drawing.Size(35, 20);
     this.goY.TabIndex = 14;
     //
     // goX
     //
     this.goX.AllowedChars = "1234567890";
     this.goX.Location = new System.Drawing.Point(104, 57);
     this.goX.MaxLength = 4;
     this.goX.Name = "goX";
     this.goX.Size = new System.Drawing.Size(35, 20);
     this.goX.TabIndex = 12;
     //
     // runeName
     //
     this.runeName.Location = new System.Drawing.Point(90, 32);
     this.runeName.MaxLength = 255;
     this.runeName.Name = "runeName";
     this.runeName.Size = new System.Drawing.Size(162, 20);
     this.runeName.TabIndex = 7;
     //
     // priority
     //
     this.priority.AllowedChars = "1234567890";
     this.priority.Location = new System.Drawing.Point(302, 5);
     this.priority.MaxLength = 3;
     this.priority.Name = "priority";
     this.priority.Size = new System.Drawing.Size(34, 20);
     this.priority.TabIndex = 3;
     //
     // regionName
     //
     this.regionName.Location = new System.Drawing.Point(90, 5);
     this.regionName.MaxLength = 255;
     this.regionName.Name = "regionName";
     this.regionName.Size = new System.Drawing.Size(162, 20);
     this.regionName.TabIndex = 1;
     //
     // ModifyRegion
     //
     this.AcceptButton = this.setButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.cancelButton;
     this.ClientSize = new System.Drawing.Size(643, 304);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.setButton);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.smartNoHousing);
     this.Controls.Add(this.disableGuards);
     this.Controls.Add(this.disableLogoutDelay);
     this.Controls.Add(this.minZRange);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.entranceY);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.entranceX);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.goZ);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.goY);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.goX);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.music);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.runeName);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.regionType);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.priority);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.regionName);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "ModifyRegion";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Add/Modify Region";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SpecifyArea));
     this.label1 = new System.Windows.Forms.Label();
     this.x = new Region_Editor.FilteredTextBox();
     this.setbutton = new System.Windows.Forms.Button();
     this.cancelButton = new System.Windows.Forms.Button();
     this.y = new Region_Editor.FilteredTextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.w = new Region_Editor.FilteredTextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.h = new Region_Editor.FilteredTextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.ZMin = new Region_Editor.FilteredTextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(13, 12);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(14, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "X";
     //
     // x
     //
     this.x.AllowedChars = "1234567890";
     this.x.Location = new System.Drawing.Point(33, 8);
     this.x.MaxLength = 4;
     this.x.Name = "x";
     this.x.Size = new System.Drawing.Size(43, 20);
     this.x.TabIndex = 1;
     //
     // setbutton
     //
     this.setbutton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.setbutton.Location = new System.Drawing.Point(432, 7);
     this.setbutton.Name = "setbutton";
     this.setbutton.Size = new System.Drawing.Size(42, 23);
     this.setbutton.TabIndex = 10;
     this.setbutton.TabStop = false;
     this.setbutton.Text = "Set";
     this.setbutton.UseVisualStyleBackColor = true;
     this.setbutton.Click += new System.EventHandler(this.setbutton_Click);
     //
     // cancelButton
     //
     this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Location = new System.Drawing.Point(480, 7);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.Size = new System.Drawing.Size(53, 23);
     this.cancelButton.TabIndex = 11;
     this.cancelButton.TabStop = false;
     this.cancelButton.Text = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = true;
     this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
     //
     // y
     //
     this.y.AllowedChars = "1234567890";
     this.y.Location = new System.Drawing.Point(102, 8);
     this.y.MaxLength = 4;
     this.y.Name = "y";
     this.y.Size = new System.Drawing.Size(43, 20);
     this.y.TabIndex = 3;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(82, 12);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(14, 13);
     this.label2.TabIndex = 2;
     this.label2.Text = "Y";
     //
     // w
     //
     this.w.AllowedChars = "1234567890";
     this.w.Location = new System.Drawing.Point(192, 8);
     this.w.MaxLength = 4;
     this.w.Name = "w";
     this.w.Size = new System.Drawing.Size(43, 20);
     this.w.TabIndex = 5;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(151, 12);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(35, 13);
     this.label3.TabIndex = 4;
     this.label3.Text = "Width";
     //
     // h
     //
     this.h.AllowedChars = "1234567890";
     this.h.Location = new System.Drawing.Point(282, 8);
     this.h.MaxLength = 4;
     this.h.Name = "h";
     this.h.Size = new System.Drawing.Size(43, 20);
     this.h.TabIndex = 7;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(241, 12);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(38, 13);
     this.label4.TabIndex = 6;
     this.label4.Text = "Height";
     //
     // ZMin
     //
     this.ZMin.AllowedChars = "1234567890-";
     this.ZMin.Location = new System.Drawing.Point(373, 8);
     this.ZMin.MaxLength = 4;
     this.ZMin.Name = "ZMin";
     this.ZMin.Size = new System.Drawing.Size(43, 20);
     this.ZMin.TabIndex = 9;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(333, 12);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(34, 13);
     this.label5.TabIndex = 8;
     this.label5.Text = "Z Min";
     //
     // SpecifyArea
     //
     this.AcceptButton = this.setbutton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.cancelButton;
     this.ClientSize = new System.Drawing.Size(538, 33);
     this.Controls.Add(this.ZMin);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.h);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.w);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.y);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.setbutton);
     this.Controls.Add(this.x);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "SpecifyArea";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Specify Region Area";
     this.ResumeLayout(false);
     this.PerformLayout();
 }