Ejemplo n.º 1
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Deco));
			this.panel = new System.Windows.Forms.Panel();
			this.tDeco = new System.Windows.Forms.TreeView();
			this.cmItem = new System.Windows.Forms.ContextMenu();
			this.menuItem1 = new System.Windows.Forms.MenuItem();
			this.splitter = new System.Windows.Forms.Splitter();
			this.tCat = new System.Windows.Forms.TreeView();
			this.bAdd = new System.Windows.Forms.Button();
			this.numTile = new System.Windows.Forms.NumericUpDown();
			this.bTile = new System.Windows.Forms.Button();
			this.chkHued = new System.Windows.Forms.CheckBox();
			this.chkStatic = new System.Windows.Forms.CheckBox();
			this.decoMover1 = new TheBox.Controls.DecoMover();
			this.lnkFind = new System.Windows.Forms.LinkLabel();
			this.numNudge = new System.Windows.Forms.NumericUpDown();
			this.boxButton3 = new TheBox.Buttons.BoxButton();
			this.boxButton4 = new TheBox.Buttons.BoxButton();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.bNudgeUp = new System.Windows.Forms.Button();
			this.bNudgeDown = new System.Windows.Forms.Button();
			this.cmCustom = new System.Windows.Forms.ContextMenu();
			this.cmCustomCat = new System.Windows.Forms.MenuItem();
			this.cmCustomItem = new System.Windows.Forms.MenuItem();
			this.cmCustomDel = new System.Windows.Forms.MenuItem();
			this.chkRnd = new System.Windows.Forms.CheckBox();
			this.nRnd = new System.Windows.Forms.NumericUpDown();
			this.panel.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numTile)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numNudge)).BeginInit();
			this.groupBox1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.nRnd)).BeginInit();
			this.SuspendLayout();
			// 
			// panel
			// 
			this.panel.Controls.Add(this.tDeco);
			this.panel.Controls.Add(this.splitter);
			this.panel.Controls.Add(this.tCat);
			this.panel.Location = new System.Drawing.Point(0, 0);
			this.panel.Name = "panel";
			this.panel.Size = new System.Drawing.Size(320, 140);
			this.panel.TabIndex = 0;
			// 
			// tDeco
			// 
			this.tDeco.ContextMenu = this.cmItem;
			this.tDeco.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tDeco.HideSelection = false;
			this.tDeco.ImageIndex = -1;
			this.tDeco.Location = new System.Drawing.Point(147, 0);
			this.tDeco.Name = "tDeco";
			this.tDeco.SelectedImageIndex = -1;
			this.tDeco.ShowLines = false;
			this.tDeco.ShowPlusMinus = false;
			this.tDeco.ShowRootLines = false;
			this.tDeco.Size = new System.Drawing.Size(173, 140);
			this.tDeco.TabIndex = 2;
			this.tDeco.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.tDeco.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tDeco_MouseDown);
			this.tDeco.DoubleClick += new System.EventHandler(this.tDeco_DoubleClick);
			this.tDeco.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tDeco_AfterSelect);
			this.tDeco.MouseMove += new System.Windows.Forms.MouseEventHandler(this.tDeco_MouseMove);
			// 
			// cmItem
			// 
			this.cmItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																				   this.menuItem1});
			this.cmItem.Popup += new System.EventHandler(this.cmItem_Popup);
			// 
			// menuItem1
			// 
			this.menuItem1.Index = 0;
			this.menuItem1.Text = "Items.ItemID";
			this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
			// 
			// splitter
			// 
			this.splitter.Location = new System.Drawing.Point(144, 0);
			this.splitter.Name = "splitter";
			this.splitter.Size = new System.Drawing.Size(3, 140);
			this.splitter.TabIndex = 1;
			this.splitter.TabStop = false;
			this.splitter.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitter_SplitterMoved);
			// 
			// tCat
			// 
			this.tCat.Dock = System.Windows.Forms.DockStyle.Left;
			this.tCat.HideSelection = false;
			this.tCat.ImageIndex = -1;
			this.tCat.Location = new System.Drawing.Point(0, 0);
			this.tCat.Name = "tCat";
			this.tCat.SelectedImageIndex = -1;
			this.tCat.Size = new System.Drawing.Size(144, 140);
			this.tCat.TabIndex = 0;
			this.tCat.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.tCat.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tCat_MouseDown);
			this.tCat.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tCat_AfterSelect);
			this.tCat.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.tCat_AfterLabelEdit);
			// 
			// bAdd
			// 
			this.bAdd.Enabled = false;
			this.bAdd.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bAdd.Location = new System.Drawing.Point(324, 0);
			this.bAdd.Name = "bAdd";
			this.bAdd.Size = new System.Drawing.Size(52, 23);
			this.bAdd.TabIndex = 1;
			this.bAdd.Text = "Common.Add";
			this.bAdd.Click += new System.EventHandler(this.bAdd_Click);
			// 
			// numTile
			// 
			this.numTile.Location = new System.Drawing.Point(440, 0);
			this.numTile.Maximum = new System.Decimal(new int[] {
																	127,
																	0,
																	0,
																	0});
			this.numTile.Minimum = new System.Decimal(new int[] {
																	128,
																	0,
																	0,
																	-2147483648});
			this.numTile.Name = "numTile";
			this.numTile.Size = new System.Drawing.Size(52, 20);
			this.numTile.TabIndex = 2;
			this.numTile.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.numTile.ValueChanged += new System.EventHandler(this.numTile_ValueChanged);
			// 
			// bTile
			// 
			this.bTile.Enabled = false;
			this.bTile.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bTile.Location = new System.Drawing.Point(384, 0);
			this.bTile.Name = "bTile";
			this.bTile.Size = new System.Drawing.Size(52, 23);
			this.bTile.TabIndex = 3;
			this.bTile.Text = "Deco.Tile";
			this.bTile.Click += new System.EventHandler(this.bTile_Click);
			// 
			// chkHued
			// 
			this.chkHued.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.chkHued.Location = new System.Drawing.Point(440, 24);
			this.chkHued.Name = "chkHued";
			this.chkHued.Size = new System.Drawing.Size(56, 20);
			this.chkHued.TabIndex = 4;
			this.chkHued.Text = "Deco.Hued";
			this.chkHued.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.chkHued.CheckedChanged += new System.EventHandler(this.chkHued_CheckedChanged);
			// 
			// chkStatic
			// 
			this.chkStatic.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.chkStatic.Location = new System.Drawing.Point(384, 24);
			this.chkStatic.Name = "chkStatic";
			this.chkStatic.Size = new System.Drawing.Size(52, 20);
			this.chkStatic.TabIndex = 5;
			this.chkStatic.Text = "Deco.Static";
			this.chkStatic.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.chkStatic.CheckedChanged += new System.EventHandler(this.chkStatic_CheckedChanged);
			// 
			// decoMover1
			// 
			this.decoMover1.BackColor = System.Drawing.SystemColors.Control;
			this.decoMover1.EventMode = false;
			this.decoMover1.Location = new System.Drawing.Point(424, 48);
			this.decoMover1.Name = "decoMover1";
			this.decoMover1.Size = new System.Drawing.Size(72, 92);
			this.decoMover1.TabIndex = 6;
			this.decoMover1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			// 
			// lnkFind
			// 
			this.lnkFind.Location = new System.Drawing.Point(324, 28);
			this.lnkFind.Name = "lnkFind";
			this.lnkFind.Size = new System.Drawing.Size(52, 16);
			this.lnkFind.TabIndex = 7;
			this.lnkFind.TabStop = true;
			this.lnkFind.Text = "Common.Find";
			this.lnkFind.TextAlign = System.Drawing.ContentAlignment.TopCenter;
			this.lnkFind.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkFind_LinkClicked);
			// 
			// numNudge
			// 
			this.numNudge.Location = new System.Drawing.Point(24, 16);
			this.numNudge.Maximum = new System.Decimal(new int[] {
																	 127,
																	 0,
																	 0,
																	 0});
			this.numNudge.Minimum = new System.Decimal(new int[] {
																	 1,
																	 0,
																	 0,
																	 0});
			this.numNudge.Name = "numNudge";
			this.numNudge.Size = new System.Drawing.Size(48, 20);
			this.numNudge.TabIndex = 11;
			this.numNudge.Value = new System.Decimal(new int[] {
																   1,
																   0,
																   0,
																   0});
			this.numNudge.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.numNudge.ValueChanged += new System.EventHandler(this.numNudge_ValueChanged);
			// 
			// boxButton3
			// 
			this.boxButton3.AllowEdit = true;
			this.boxButton3.ButtonID = 45;
			this.boxButton3.Def = null;
			this.boxButton3.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.boxButton3.IsActive = true;
			this.boxButton3.Location = new System.Drawing.Point(324, 76);
			this.boxButton3.Name = "boxButton3";
			this.boxButton3.Size = new System.Drawing.Size(48, 23);
			this.boxButton3.TabIndex = 14;
			this.boxButton3.Text = "boxButton3";
			// 
			// boxButton4
			// 
			this.boxButton4.AllowEdit = true;
			this.boxButton4.ButtonID = 46;
			this.boxButton4.Def = null;
			this.boxButton4.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.boxButton4.IsActive = true;
			this.boxButton4.Location = new System.Drawing.Point(372, 76);
			this.boxButton4.Name = "boxButton4";
			this.boxButton4.Size = new System.Drawing.Size(48, 23);
			this.boxButton4.TabIndex = 15;
			this.boxButton4.Text = "boxButton4";
			// 
			// groupBox1
			// 
			this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
			this.groupBox1.Controls.Add(this.bNudgeUp);
			this.groupBox1.Controls.Add(this.bNudgeDown);
			this.groupBox1.Controls.Add(this.numNudge);
			this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox1.Location = new System.Drawing.Point(324, 100);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(96, 40);
			this.groupBox1.TabIndex = 16;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Nudge";
			// 
			// bNudgeUp
			// 
			this.bNudgeUp.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.bNudgeUp.Image = ((System.Drawing.Image)(resources.GetObject("bNudgeUp.Image")));
			this.bNudgeUp.Location = new System.Drawing.Point(76, 16);
			this.bNudgeUp.Name = "bNudgeUp";
			this.bNudgeUp.Size = new System.Drawing.Size(16, 20);
			this.bNudgeUp.TabIndex = 13;
			this.bNudgeUp.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bNudgeUp_MouseDown);
			// 
			// bNudgeDown
			// 
			this.bNudgeDown.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.bNudgeDown.Image = ((System.Drawing.Image)(resources.GetObject("bNudgeDown.Image")));
			this.bNudgeDown.Location = new System.Drawing.Point(4, 16);
			this.bNudgeDown.Name = "bNudgeDown";
			this.bNudgeDown.Size = new System.Drawing.Size(16, 20);
			this.bNudgeDown.TabIndex = 12;
			this.bNudgeDown.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bNudgeDown_MouseDown);
			// 
			// cmCustom
			// 
			this.cmCustom.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					 this.cmCustomCat,
																					 this.cmCustomItem,
																					 this.cmCustomDel});
			this.cmCustom.Popup += new System.EventHandler(this.cmCustom_Popup);
			// 
			// cmCustomCat
			// 
			this.cmCustomCat.Index = 0;
			this.cmCustomCat.Text = "Deco.cmCat";
			this.cmCustomCat.Click += new System.EventHandler(this.cmCustomCat_Click);
			// 
			// cmCustomItem
			// 
			this.cmCustomItem.Index = 1;
			this.cmCustomItem.Text = "Deco.cmItem";
			this.cmCustomItem.Click += new System.EventHandler(this.cmCustomItem_Click);
			// 
			// cmCustomDel
			// 
			this.cmCustomDel.Index = 2;
			this.cmCustomDel.Text = "Deco.cmDelete";
			this.cmCustomDel.Click += new System.EventHandler(this.cmCustomDel_Click);
			// 
			// chkRnd
			// 
			this.chkRnd.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.chkRnd.Location = new System.Drawing.Point(324, 48);
			this.chkRnd.Name = "chkRnd";
			this.chkRnd.Size = new System.Drawing.Size(48, 20);
			this.chkRnd.TabIndex = 17;
			this.chkRnd.Text = "Rnd";
			this.chkRnd.CheckedChanged += new System.EventHandler(this.chkRnd_CheckedChanged);
			// 
			// nRnd
			// 
			this.nRnd.Location = new System.Drawing.Point(376, 48);
			this.nRnd.Maximum = new System.Decimal(new int[] {
																 15000,
																 0,
																 0,
																 0});
			this.nRnd.Minimum = new System.Decimal(new int[] {
																 15000,
																 0,
																 0,
																 -2147483648});
			this.nRnd.Name = "nRnd";
			this.nRnd.Size = new System.Drawing.Size(48, 20);
			this.nRnd.TabIndex = 18;
			this.nRnd.ValueChanged += new System.EventHandler(this.nRnd_ValueChanged);
			// 
			// Deco
			// 
			this.Controls.Add(this.nRnd);
			this.Controls.Add(this.chkRnd);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.boxButton4);
			this.Controls.Add(this.boxButton3);
			this.Controls.Add(this.lnkFind);
			this.Controls.Add(this.decoMover1);
			this.Controls.Add(this.chkStatic);
			this.Controls.Add(this.chkHued);
			this.Controls.Add(this.bTile);
			this.Controls.Add(this.numTile);
			this.Controls.Add(this.bAdd);
			this.Controls.Add(this.panel);
			this.Name = "Deco";
			this.Size = new System.Drawing.Size(496, 142);
			this.Load += new System.EventHandler(this.Deco_Load);
			this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.panel.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.numTile)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numNudge)).EndInit();
			this.groupBox1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.nRnd)).EndInit();
			this.ResumeLayout(false);

		}
Ejemplo n.º 2
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Items));
			this.panelTrees = new System.Windows.Forms.Panel();
			this.tItems = new System.Windows.Forms.TreeView();
			this.cmItems = new System.Windows.Forms.ContextMenu();
			this.cmAddItem = new System.Windows.Forms.MenuItem();
			this.cmEditItem = new System.Windows.Forms.MenuItem();
			this.cmDeleteItem = new System.Windows.Forms.MenuItem();
			this.menuItem10 = new System.Windows.Forms.MenuItem();
			this.cmSetItemID = new System.Windows.Forms.MenuItem();
			this.cmToSpawn = new System.Windows.Forms.MenuItem();
			this.splitter = new System.Windows.Forms.Splitter();
			this.tCat = new System.Windows.Forms.TreeView();
			this.cmCat = new System.Windows.Forms.ContextMenu();
			this.cmAddMainCat = new System.Windows.Forms.MenuItem();
			this.cmAddSub = new System.Windows.Forms.MenuItem();
			this.menuItem8 = new System.Windows.Forms.MenuItem();
			this.cmCatRename = new System.Windows.Forms.MenuItem();
			this.cmCatDelete = new System.Windows.Forms.MenuItem();
			this.Ctors = new TheBox.Controls.Params.ConstructorsViewer();
			this.bAdd = new System.Windows.Forms.Button();
			this.bToPack = new System.Windows.Forms.Button();
			this.chkCustomParams = new System.Windows.Forms.CheckBox();
			this.cmbCustomParams = new System.Windows.Forms.ComboBox();
			this.boxButton1 = new TheBox.Buttons.BoxButton();
			this.bDown = new System.Windows.Forms.Button();
			this.numNudge = new System.Windows.Forms.NumericUpDown();
			this.bUp = new System.Windows.Forms.Button();
			this.bConfigSpawn = new System.Windows.Forms.Button();
			this.bTile = new System.Windows.Forms.Button();
			this.nTile = new System.Windows.Forms.NumericUpDown();
			this.bFind = new System.Windows.Forms.Button();
			this.panelTrees.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numNudge)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.nTile)).BeginInit();
			this.SuspendLayout();
			// 
			// panelTrees
			// 
			this.panelTrees.Controls.Add(this.tItems);
			this.panelTrees.Controls.Add(this.splitter);
			this.panelTrees.Controls.Add(this.tCat);
			this.panelTrees.Location = new System.Drawing.Point(0, 0);
			this.panelTrees.Name = "panelTrees";
			this.panelTrees.Size = new System.Drawing.Size(284, 140);
			this.panelTrees.TabIndex = 0;
			// 
			// tItems
			// 
			this.tItems.AllowDrop = true;
			this.tItems.ContextMenu = this.cmItems;
			this.tItems.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tItems.HideSelection = false;
			this.tItems.ImageIndex = -1;
			this.tItems.Location = new System.Drawing.Point(135, 0);
			this.tItems.Name = "tItems";
			this.tItems.SelectedImageIndex = -1;
			this.tItems.ShowLines = false;
			this.tItems.ShowRootLines = false;
			this.tItems.Size = new System.Drawing.Size(149, 140);
			this.tItems.Sorted = true;
			this.tItems.TabIndex = 2;
			this.tItems.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.tItems.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tItems_MouseDown);
			this.tItems.DoubleClick += new System.EventHandler(this.tItems_DoubleClick);
			this.tItems.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tItems_AfterSelect);
			this.tItems.MouseMove += new System.Windows.Forms.MouseEventHandler(this.tItems_MouseMove);
			// 
			// cmItems
			// 
			this.cmItems.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																										  this.cmAddItem,
																										  this.cmEditItem,
																										  this.cmDeleteItem,
																										  this.menuItem10,
																										  this.cmSetItemID,
																										  this.cmToSpawn});
			this.cmItems.Popup += new System.EventHandler(this.cmItems_Popup);
			// 
			// cmAddItem
			// 
			this.cmAddItem.Index = 0;
			this.cmAddItem.Text = "Items.Add";
			this.cmAddItem.Click += new System.EventHandler(this.cmAddItem_Click);
			// 
			// cmEditItem
			// 
			this.cmEditItem.Index = 1;
			this.cmEditItem.Text = "Common.Edit";
			this.cmEditItem.Click += new System.EventHandler(this.cmEditItem_Click);
			// 
			// cmDeleteItem
			// 
			this.cmDeleteItem.Index = 2;
			this.cmDeleteItem.Text = "Common.Delete";
			this.cmDeleteItem.Click += new System.EventHandler(this.cmDeleteItem_Click);
			// 
			// menuItem10
			// 
			this.menuItem10.Index = 3;
			this.menuItem10.Text = "-";
			// 
			// cmSetItemID
			// 
			this.cmSetItemID.Index = 4;
			this.cmSetItemID.Text = "Items.ItemID";
			this.cmSetItemID.Click += new System.EventHandler(this.cmSetItemID_Click);
			// 
			// cmToSpawn
			// 
			this.cmToSpawn.Index = 5;
			this.cmToSpawn.Text = "NPCs.ToSpawn";
			this.cmToSpawn.Click += new System.EventHandler(this.cmToSpawn_Click);
			// 
			// splitter
			// 
			this.splitter.Location = new System.Drawing.Point(132, 0);
			this.splitter.Name = "splitter";
			this.splitter.Size = new System.Drawing.Size(3, 140);
			this.splitter.TabIndex = 1;
			this.splitter.TabStop = false;
			this.splitter.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitter_SplitterMoved);
			// 
			// tCat
			// 
			this.tCat.ContextMenu = this.cmCat;
			this.tCat.Dock = System.Windows.Forms.DockStyle.Left;
			this.tCat.HideSelection = false;
			this.tCat.ImageIndex = -1;
			this.tCat.Location = new System.Drawing.Point(0, 0);
			this.tCat.Name = "tCat";
			this.tCat.SelectedImageIndex = -1;
			this.tCat.Size = new System.Drawing.Size(132, 140);
			this.tCat.Sorted = true;
			this.tCat.TabIndex = 0;
			this.tCat.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.tCat.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tCat_AfterSelect);
			this.tCat.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.tCat_AfterLabelEdit);
			// 
			// cmCat
			// 
			this.cmCat.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																										this.cmAddMainCat,
																										this.cmAddSub,
																										this.menuItem8,
																										this.cmCatRename,
																										this.cmCatDelete});
			this.cmCat.Popup += new System.EventHandler(this.cmCat_Popup);
			// 
			// cmAddMainCat
			// 
			this.cmAddMainCat.Index = 0;
			this.cmAddMainCat.Text = "NPCs.mCatAddCat";
			this.cmAddMainCat.Click += new System.EventHandler(this.cmAddMainCat_Click);
			// 
			// cmAddSub
			// 
			this.cmAddSub.Index = 1;
			this.cmAddSub.Text = "NPCs.mCatAddSub";
			this.cmAddSub.Click += new System.EventHandler(this.cmAddSub_Click);
			// 
			// menuItem8
			// 
			this.menuItem8.Index = 2;
			this.menuItem8.Text = "-";
			// 
			// cmCatRename
			// 
			this.cmCatRename.Index = 3;
			this.cmCatRename.Text = "NPCs.mCatRename";
			this.cmCatRename.Click += new System.EventHandler(this.cmCatRename_Click);
			// 
			// cmCatDelete
			// 
			this.cmCatDelete.Index = 4;
			this.cmCatDelete.Text = "NPCs.mCatDelete";
			this.cmCatDelete.Click += new System.EventHandler(this.cmCatDelete_Click);
			// 
			// Ctors
			// 
			this.Ctors.Location = new System.Drawing.Point(288, 80);
			this.Ctors.Name = "Ctors";
			this.Ctors.Size = new System.Drawing.Size(204, 60);
			this.Ctors.TabIndex = 1;
			this.Ctors.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			// 
			// bAdd
			// 
			this.bAdd.Enabled = false;
			this.bAdd.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bAdd.Location = new System.Drawing.Point(288, 0);
			this.bAdd.Name = "bAdd";
			this.bAdd.Size = new System.Drawing.Size(52, 23);
			this.bAdd.TabIndex = 2;
			this.bAdd.Text = "Common.Add";
			this.bAdd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.bAdd.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bAdd_MouseDown);
			// 
			// bToPack
			// 
			this.bToPack.Enabled = false;
			this.bToPack.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bToPack.Location = new System.Drawing.Point(288, 28);
			this.bToPack.Name = "bToPack";
			this.bToPack.Size = new System.Drawing.Size(52, 23);
			this.bToPack.TabIndex = 3;
			this.bToPack.Text = "Items.ToPack";
			this.bToPack.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.bToPack.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bToPack_MouseDown);
			// 
			// chkCustomParams
			// 
			this.chkCustomParams.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.chkCustomParams.Location = new System.Drawing.Point(292, 56);
			this.chkCustomParams.Name = "chkCustomParams";
			this.chkCustomParams.Size = new System.Drawing.Size(20, 20);
			this.chkCustomParams.TabIndex = 4;
			this.chkCustomParams.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.chkCustomParams.CheckedChanged += new System.EventHandler(this.chkCustomParams_CheckedChanged);
			// 
			// cmbCustomParams
			// 
			this.cmbCustomParams.Location = new System.Drawing.Point(312, 56);
			this.cmbCustomParams.Name = "cmbCustomParams";
			this.cmbCustomParams.Size = new System.Drawing.Size(180, 21);
			this.cmbCustomParams.TabIndex = 5;
			this.cmbCustomParams.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			// 
			// boxButton1
			// 
			this.boxButton1.AllowEdit = true;
			this.boxButton1.ButtonID = 47;
			this.boxButton1.Def = null;
			this.boxButton1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.boxButton1.IsActive = true;
			this.boxButton1.Location = new System.Drawing.Point(344, 28);
			this.boxButton1.Name = "boxButton1";
			this.boxButton1.Size = new System.Drawing.Size(40, 23);
			this.boxButton1.TabIndex = 7;
			this.boxButton1.Text = "boxButton1";
			// 
			// bDown
			// 
			this.bDown.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.bDown.Image = ((System.Drawing.Image)(resources.GetObject("bDown.Image")));
			this.bDown.Location = new System.Drawing.Point(408, 0);
			this.bDown.Name = "bDown";
			this.bDown.Size = new System.Drawing.Size(16, 23);
			this.bDown.TabIndex = 9;
			this.bDown.Click += new System.EventHandler(this.bDown_Click);
			// 
			// numNudge
			// 
			this.numNudge.Location = new System.Drawing.Point(428, 2);
			this.numNudge.Maximum = new System.Decimal(new int[] {
																					  127,
																					  0,
																					  0,
																					  0});
			this.numNudge.Name = "numNudge";
			this.numNudge.Size = new System.Drawing.Size(44, 20);
			this.numNudge.TabIndex = 10;
			this.numNudge.Value = new System.Decimal(new int[] {
																					127,
																					0,
																					0,
																					0});
			this.numNudge.ValueChanged += new System.EventHandler(this.numNudge_ValueChanged);
			// 
			// bUp
			// 
			this.bUp.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.bUp.Image = ((System.Drawing.Image)(resources.GetObject("bUp.Image")));
			this.bUp.Location = new System.Drawing.Point(476, 0);
			this.bUp.Name = "bUp";
			this.bUp.Size = new System.Drawing.Size(16, 23);
			this.bUp.TabIndex = 11;
			this.bUp.Click += new System.EventHandler(this.bUp_Click);
			// 
			// bConfigSpawn
			// 
			this.bConfigSpawn.Enabled = false;
			this.bConfigSpawn.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.bConfigSpawn.Image = ((System.Drawing.Image)(resources.GetObject("bConfigSpawn.Image")));
			this.bConfigSpawn.Location = new System.Drawing.Point(476, 28);
			this.bConfigSpawn.Name = "bConfigSpawn";
			this.bConfigSpawn.Size = new System.Drawing.Size(16, 23);
			this.bConfigSpawn.TabIndex = 13;
			this.bConfigSpawn.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bConfigSpawn_MouseDown);
			// 
			// bTile
			// 
			this.bTile.Enabled = false;
			this.bTile.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bTile.Location = new System.Drawing.Point(388, 28);
			this.bTile.Name = "bTile";
			this.bTile.Size = new System.Drawing.Size(36, 23);
			this.bTile.TabIndex = 14;
			this.bTile.Text = "Deco.Tile";
			this.bTile.Click += new System.EventHandler(this.bTile_Click);
			// 
			// nTile
			// 
			this.nTile.Location = new System.Drawing.Point(428, 30);
			this.nTile.Maximum = new System.Decimal(new int[] {
																				  127,
																				  0,
																				  0,
																				  0});
			this.nTile.Minimum = new System.Decimal(new int[] {
																				  128,
																				  0,
																				  0,
																				  -2147483648});
			this.nTile.Name = "nTile";
			this.nTile.Size = new System.Drawing.Size(44, 20);
			this.nTile.TabIndex = 15;
			this.nTile.Value = new System.Decimal(new int[] {
																				128,
																				0,
																				0,
																				-2147483648});
			this.nTile.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
			// 
			// bFind
			// 
			this.bFind.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bFind.Location = new System.Drawing.Point(344, 0);
			this.bFind.Name = "bFind";
			this.bFind.Size = new System.Drawing.Size(60, 23);
			this.bFind.TabIndex = 16;
			this.bFind.Text = "Common.Find";
			this.bFind.Click += new System.EventHandler(this.lnkFind_LinkClicked);
			// 
			// Items
			// 
			this.Controls.Add(this.bFind);
			this.Controls.Add(this.nTile);
			this.Controls.Add(this.bTile);
			this.Controls.Add(this.bConfigSpawn);
			this.Controls.Add(this.bUp);
			this.Controls.Add(this.numNudge);
			this.Controls.Add(this.bDown);
			this.Controls.Add(this.boxButton1);
			this.Controls.Add(this.cmbCustomParams);
			this.Controls.Add(this.chkCustomParams);
			this.Controls.Add(this.bToPack);
			this.Controls.Add(this.bAdd);
			this.Controls.Add(this.Ctors);
			this.Controls.Add(this.panelTrees);
			this.Name = "Items";
			this.Size = new System.Drawing.Size(496, 142);
			this.Load += new System.EventHandler(this.Items_Load);
			this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.panelTrees.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.numNudge)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.nTile)).EndInit();
			this.ResumeLayout(false);

		}
Ejemplo n.º 3
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			this.tCat = new System.Windows.Forms.TreeView();
			this.tLoc = new System.Windows.Forms.TreeView();
			this.bGo = new System.Windows.Forms.Button();
			this.bSend = new System.Windows.Forms.Button();
			this.bSetMap = new System.Windows.Forms.Button();
			this.lnkPoint = new System.Windows.Forms.LinkLabel();
			this.lnkZoomIn = new System.Windows.Forms.LinkLabel();
			this.lnkZoomOut = new System.Windows.Forms.LinkLabel();
			this.lnkWorld = new System.Windows.Forms.LinkLabel();
			this.listMaps = new System.Windows.Forms.ListBox();
			this.linkLabel1 = new System.Windows.Forms.LinkLabel();
			this.LocMenu = new System.Windows.Forms.ContextMenu();
			this.mLocEdit = new System.Windows.Forms.MenuItem();
			this.mLocDel = new System.Windows.Forms.MenuItem();
			this.menuItem3 = new System.Windows.Forms.MenuItem();
			this.mLocNew = new System.Windows.Forms.MenuItem();
			this.CatMenu = new System.Windows.Forms.ContextMenu();
			this.mCatNewCat = new System.Windows.Forms.MenuItem();
			this.mCatNewSub = new System.Windows.Forms.MenuItem();
			this.menuItem7 = new System.Windows.Forms.MenuItem();
			this.mCatRename = new System.Windows.Forms.MenuItem();
			this.mCatDelete = new System.Windows.Forms.MenuItem();
			this.menuItem1 = new System.Windows.Forms.MenuItem();
			this.mCatUp = new System.Windows.Forms.MenuItem();
			this.mCatDown = new System.Windows.Forms.MenuItem();
			this.boxButton1 = new TheBox.Buttons.BoxButton();
			this.panel1 = new System.Windows.Forms.Panel();
			this.splitter = new System.Windows.Forms.Splitter();
			this.chkSynch = new System.Windows.Forms.CheckBox();
			this.bSynch = new System.Windows.Forms.Button();
			this.tmr = new System.Windows.Forms.Timer(this.components);
			this.panel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// tCat
			// 
			this.tCat.Dock = System.Windows.Forms.DockStyle.Left;
			this.tCat.HideSelection = false;
			this.tCat.ImageIndex = -1;
			this.tCat.Location = new System.Drawing.Point(0, 0);
			this.tCat.Name = "tCat";
			this.tCat.SelectedImageIndex = -1;
			this.tCat.Size = new System.Drawing.Size(152, 140);
			this.tCat.TabIndex = 0;
			this.tCat.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.tCat.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tCat_MouseDown);
			this.tCat.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tCat_AfterSelect);
			this.tCat.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.tCat_AfterLabelEdit);
			// 
			// tLoc
			// 
			this.tLoc.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tLoc.HideSelection = false;
			this.tLoc.ImageIndex = -1;
			this.tLoc.Location = new System.Drawing.Point(155, 0);
			this.tLoc.Name = "tLoc";
			this.tLoc.SelectedImageIndex = -1;
			this.tLoc.ShowLines = false;
			this.tLoc.ShowPlusMinus = false;
			this.tLoc.ShowRootLines = false;
			this.tLoc.Size = new System.Drawing.Size(161, 140);
			this.tLoc.TabIndex = 1;
			this.tLoc.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.tLoc.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tLoc_MouseDown);
			this.tLoc.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tLoc_AfterSelect);
			// 
			// bGo
			// 
			this.bGo.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bGo.Location = new System.Drawing.Point(320, 0);
			this.bGo.Name = "bGo";
			this.bGo.Size = new System.Drawing.Size(96, 24);
			this.bGo.TabIndex = 3;
			this.bGo.Text = "Travel.Go";
			this.bGo.Click += new System.EventHandler(this.bGo_Click);
			this.bGo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			// 
			// bSend
			// 
			this.bSend.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bSend.Location = new System.Drawing.Point(420, 0);
			this.bSend.Name = "bSend";
			this.bSend.Size = new System.Drawing.Size(75, 24);
			this.bSend.TabIndex = 4;
			this.bSend.Text = "Travel.Send";
			this.bSend.Click += new System.EventHandler(this.bSend_Click);
			this.bSend.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			// 
			// bSetMap
			// 
			this.bSetMap.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bSetMap.Location = new System.Drawing.Point(420, 28);
			this.bSetMap.Name = "bSetMap";
			this.bSetMap.Size = new System.Drawing.Size(76, 23);
			this.bSetMap.TabIndex = 6;
			this.bSetMap.Text = "Travel.SetMap";
			this.bSetMap.Click += new System.EventHandler(this.bSetMap_Click);
			this.bSetMap.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			// 
			// lnkPoint
			// 
			this.lnkPoint.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
			this.lnkPoint.LinkColor = System.Drawing.Color.Navy;
			this.lnkPoint.Location = new System.Drawing.Point(320, 104);
			this.lnkPoint.Name = "lnkPoint";
			this.lnkPoint.Size = new System.Drawing.Size(88, 16);
			this.lnkPoint.TabIndex = 12;
			this.lnkPoint.TabStop = true;
			this.lnkPoint.Text = "5555,5555,555";
			this.lnkPoint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.lnkPoint.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkPoint_LinkClicked);
			// 
			// lnkZoomIn
			// 
			this.lnkZoomIn.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.lnkZoomIn.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.lnkZoomIn.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
			this.lnkZoomIn.LinkColor = System.Drawing.Color.Red;
			this.lnkZoomIn.Location = new System.Drawing.Point(476, 112);
			this.lnkZoomIn.Name = "lnkZoomIn";
			this.lnkZoomIn.Size = new System.Drawing.Size(16, 16);
			this.lnkZoomIn.TabIndex = 13;
			this.lnkZoomIn.TabStop = true;
			this.lnkZoomIn.Text = "+";
			this.lnkZoomIn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.lnkZoomIn.VisitedLinkColor = System.Drawing.Color.Red;
			this.lnkZoomIn.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkZoomIn_LinkClicked);
			// 
			// lnkZoomOut
			// 
			this.lnkZoomOut.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.lnkZoomOut.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.lnkZoomOut.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
			this.lnkZoomOut.LinkColor = System.Drawing.Color.Red;
			this.lnkZoomOut.Location = new System.Drawing.Point(476, 128);
			this.lnkZoomOut.Name = "lnkZoomOut";
			this.lnkZoomOut.Size = new System.Drawing.Size(16, 16);
			this.lnkZoomOut.TabIndex = 14;
			this.lnkZoomOut.TabStop = true;
			this.lnkZoomOut.Text = "-";
			this.lnkZoomOut.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.lnkZoomOut.VisitedLinkColor = System.Drawing.Color.Red;
			this.lnkZoomOut.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkZoomOut_LinkClicked);
			// 
			// lnkWorld
			// 
			this.lnkWorld.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
			this.lnkWorld.LinkColor = System.Drawing.Color.Red;
			this.lnkWorld.Location = new System.Drawing.Point(416, 120);
			this.lnkWorld.Name = "lnkWorld";
			this.lnkWorld.Size = new System.Drawing.Size(60, 16);
			this.lnkWorld.TabIndex = 15;
			this.lnkWorld.TabStop = true;
			this.lnkWorld.Text = "Travel.World";
			this.lnkWorld.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.lnkWorld.VisitedLinkColor = System.Drawing.Color.Red;
			this.lnkWorld.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkWorld_LinkClicked);
			// 
			// listMaps
			// 
			this.listMaps.Location = new System.Drawing.Point(320, 28);
			this.listMaps.Name = "listMaps";
			this.listMaps.Size = new System.Drawing.Size(96, 69);
			this.listMaps.TabIndex = 16;
			this.listMaps.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.listMaps.DoubleClick += new System.EventHandler(this.listMaps_DoubleClick);
			this.listMaps.SelectedIndexChanged += new System.EventHandler(this.listMaps_SelectedIndexChanged);
			// 
			// linkLabel1
			// 
			this.linkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
			this.linkLabel1.LinkColor = System.Drawing.Color.Navy;
			this.linkLabel1.Location = new System.Drawing.Point(320, 120);
			this.linkLabel1.Name = "linkLabel1";
			this.linkLabel1.Size = new System.Drawing.Size(80, 16);
			this.linkLabel1.TabIndex = 17;
			this.linkLabel1.TabStop = true;
			this.linkLabel1.Text = "Travel.Find";
			this.linkLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
			// 
			// LocMenu
			// 
			this.LocMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					this.mLocEdit,
																					this.mLocDel,
																					this.menuItem3,
																					this.mLocNew});
			// 
			// mLocEdit
			// 
			this.mLocEdit.Index = 0;
			this.mLocEdit.Text = "Common.Edit";
			this.mLocEdit.Click += new System.EventHandler(this.mLocEdit_Click);
			// 
			// mLocDel
			// 
			this.mLocDel.Index = 1;
			this.mLocDel.Text = "Common.Delete";
			this.mLocDel.Click += new System.EventHandler(this.mLocDel_Click);
			// 
			// menuItem3
			// 
			this.menuItem3.Index = 2;
			this.menuItem3.Text = "-";
			// 
			// mLocNew
			// 
			this.mLocNew.Index = 3;
			this.mLocNew.Text = "Travel.NewLoc";
			this.mLocNew.Click += new System.EventHandler(this.mLocNew_Click);
			// 
			// CatMenu
			// 
			this.CatMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					this.mCatNewCat,
																					this.mCatNewSub,
																					this.menuItem7,
																					this.mCatRename,
																					this.mCatDelete,
																					this.menuItem1,
																					this.mCatUp,
																					this.mCatDown});
			// 
			// mCatNewCat
			// 
			this.mCatNewCat.Index = 0;
			this.mCatNewCat.Text = "Travel.NewCat";
			this.mCatNewCat.Click += new System.EventHandler(this.mCatNewCat_Click);
			// 
			// mCatNewSub
			// 
			this.mCatNewSub.Index = 1;
			this.mCatNewSub.Text = "Travel.NewSub";
			this.mCatNewSub.Click += new System.EventHandler(this.mCatNewSub_Click);
			// 
			// menuItem7
			// 
			this.menuItem7.Index = 2;
			this.menuItem7.Text = "-";
			// 
			// mCatRename
			// 
			this.mCatRename.Index = 3;
			this.mCatRename.Text = "Common.Rename";
			this.mCatRename.Click += new System.EventHandler(this.mCatRename_Click);
			// 
			// mCatDelete
			// 
			this.mCatDelete.Index = 4;
			this.mCatDelete.Text = "Common.Delete";
			this.mCatDelete.Click += new System.EventHandler(this.mCatDelete_Click);
			// 
			// menuItem1
			// 
			this.menuItem1.Index = 5;
			this.menuItem1.Text = "-";
			// 
			// mCatUp
			// 
			this.mCatUp.Index = 6;
			this.mCatUp.Text = "Move node up";
			this.mCatUp.Click += new System.EventHandler(this.mCatUp_Click);
			// 
			// mCatDown
			// 
			this.mCatDown.Index = 7;
			this.mCatDown.Text = "Move node down";
			this.mCatDown.Click += new System.EventHandler(this.mCatDown_Click);
			// 
			// boxButton1
			// 
			this.boxButton1.AllowEdit = true;
			this.boxButton1.ButtonID = 35;
			this.boxButton1.Def = null;
			this.boxButton1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.boxButton1.IsActive = true;
			this.boxButton1.Location = new System.Drawing.Point(420, 56);
			this.boxButton1.Name = "boxButton1";
			this.boxButton1.Size = new System.Drawing.Size(76, 23);
			this.boxButton1.TabIndex = 18;
			this.boxButton1.Text = "boxButton1";
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.tLoc);
			this.panel1.Controls.Add(this.splitter);
			this.panel1.Controls.Add(this.tCat);
			this.panel1.Location = new System.Drawing.Point(0, 0);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(316, 140);
			this.panel1.TabIndex = 19;
			// 
			// splitter
			// 
			this.splitter.Location = new System.Drawing.Point(152, 0);
			this.splitter.Name = "splitter";
			this.splitter.Size = new System.Drawing.Size(3, 140);
			this.splitter.TabIndex = 1;
			this.splitter.TabStop = false;
			this.splitter.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitter_SplitterMoved);
			// 
			// chkSynch
			// 
			this.chkSynch.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.chkSynch.Location = new System.Drawing.Point(420, 86);
			this.chkSynch.Name = "chkSynch";
			this.chkSynch.Size = new System.Drawing.Size(16, 16);
			this.chkSynch.TabIndex = 20;
			this.chkSynch.CheckedChanged += new System.EventHandler(this.chkSynch_CheckedChanged);
			// 
			// bSynch
			// 
			this.bSynch.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bSynch.Location = new System.Drawing.Point(436, 84);
			this.bSynch.Name = "bSynch";
			this.bSynch.Size = new System.Drawing.Size(60, 20);
			this.bSynch.TabIndex = 21;
			this.bSynch.Text = "Synch";
			this.bSynch.Click += new System.EventHandler(this.bSynch_Click);
			// 
			// tmr
			// 
			this.tmr.Enabled = true;
			this.tmr.Interval = 2000;
			this.tmr.Tick += new System.EventHandler(this.tmr_Tick);
			// 
			// Travel
			// 
			this.Controls.Add(this.bSynch);
			this.Controls.Add(this.chkSynch);
			this.Controls.Add(this.panel1);
			this.Controls.Add(this.boxButton1);
			this.Controls.Add(this.linkLabel1);
			this.Controls.Add(this.listMaps);
			this.Controls.Add(this.lnkWorld);
			this.Controls.Add(this.lnkZoomOut);
			this.Controls.Add(this.lnkZoomIn);
			this.Controls.Add(this.lnkPoint);
			this.Controls.Add(this.bSetMap);
			this.Controls.Add(this.bSend);
			this.Controls.Add(this.bGo);
			this.Name = "Travel";
			this.Size = new System.Drawing.Size(496, 142);
			this.Load += new System.EventHandler(this.Travel_Load);
			this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.panel1.ResumeLayout(false);
			this.ResumeLayout(false);

		}
Ejemplo n.º 4
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(General));
			this.lnkSound = new System.Windows.Forms.LinkLabel();
			this.cmbSpeech = new System.Windows.Forms.ComboBox();
			this.cmbWeb = new System.Windows.Forms.ComboBox();
			this.bTell = new System.Windows.Forms.Button();
			this.bSM = new System.Windows.Forms.Button();
			this.bBCast = new System.Windows.Forms.Button();
			this.bWeb = new System.Windows.Forms.Button();
			this.bPriv = new System.Windows.Forms.Button();
			this.bSound = new System.Windows.Forms.Button();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.boxButton4 = new TheBox.Buttons.BoxButton();
			this.boxButton3 = new TheBox.Buttons.BoxButton();
			this.boxButton2 = new TheBox.Buttons.BoxButton();
			this.boxButton1 = new TheBox.Buttons.BoxButton();
			this.boxButton5 = new TheBox.Buttons.BoxButton();
			this.boxButton6 = new TheBox.Buttons.BoxButton();
			this.groupBox4 = new System.Windows.Forms.GroupBox();
			this.numSkill = new System.Windows.Forms.NumericUpDown();
			this.lnkSkill = new System.Windows.Forms.LinkLabel();
			this.bGetSkill = new System.Windows.Forms.Button();
			this.bSetSkill = new System.Windows.Forms.Button();
			this.groupBox5 = new System.Windows.Forms.GroupBox();
			this.bInBag = new System.Windows.Forms.Button();
			this.numDupe = new System.Windows.Forms.NumericUpDown();
			this.chkDupe = new System.Windows.Forms.CheckBox();
			this.bDupe = new System.Windows.Forms.Button();
			this.groupBox6 = new System.Windows.Forms.GroupBox();
			this.bLightGlobal = new System.Windows.Forms.Button();
			this.bLightLocal = new System.Windows.Forms.Button();
			this.numLight = new System.Windows.Forms.NumericUpDown();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.groupBox3.SuspendLayout();
			this.groupBox4.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numSkill)).BeginInit();
			this.groupBox5.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numDupe)).BeginInit();
			this.groupBox6.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numLight)).BeginInit();
			this.SuspendLayout();
			// 
			// lnkSound
			// 
			this.lnkSound.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.lnkSound.Location = new System.Drawing.Point(4, 40);
			this.lnkSound.Name = "lnkSound";
			this.lnkSound.Size = new System.Drawing.Size(116, 20);
			this.lnkSound.TabIndex = 0;
			this.lnkSound.TabStop = true;
			this.lnkSound.Text = "General.ChooseSnd";
			this.lnkSound.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.lnkSound.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lnkSound_MouseDown);
			// 
			// cmbSpeech
			// 
			this.cmbSpeech.Location = new System.Drawing.Point(4, 16);
			this.cmbSpeech.Name = "cmbSpeech";
			this.cmbSpeech.Size = new System.Drawing.Size(228, 21);
			this.cmbSpeech.TabIndex = 1;
			// 
			// cmbWeb
			// 
			this.cmbWeb.Location = new System.Drawing.Point(4, 16);
			this.cmbWeb.Name = "cmbWeb";
			this.cmbWeb.Size = new System.Drawing.Size(184, 21);
			this.cmbWeb.TabIndex = 2;
			// 
			// bTell
			// 
			this.bTell.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bTell.Location = new System.Drawing.Point(4, 40);
			this.bTell.Name = "bTell";
			this.bTell.Size = new System.Drawing.Size(72, 21);
			this.bTell.TabIndex = 3;
			this.bTell.Text = "General.Tell";
			this.bTell.Click += new System.EventHandler(this.bTell_Click);
			// 
			// bSM
			// 
			this.bSM.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bSM.Location = new System.Drawing.Point(80, 40);
			this.bSM.Name = "bSM";
			this.bSM.Size = new System.Drawing.Size(72, 21);
			this.bSM.TabIndex = 4;
			this.bSM.Text = "General.SM";
			this.bSM.Click += new System.EventHandler(this.bSM_Click);
			// 
			// bBCast
			// 
			this.bBCast.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bBCast.Location = new System.Drawing.Point(156, 40);
			this.bBCast.Name = "bBCast";
			this.bBCast.Size = new System.Drawing.Size(76, 21);
			this.bBCast.TabIndex = 5;
			this.bBCast.Text = "General.BCast";
			this.bBCast.Click += new System.EventHandler(this.bBCast_Click);
			// 
			// bWeb
			// 
			this.bWeb.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bWeb.Location = new System.Drawing.Point(192, 16);
			this.bWeb.Name = "bWeb";
			this.bWeb.Size = new System.Drawing.Size(56, 21);
			this.bWeb.TabIndex = 6;
			this.bWeb.Text = "General.www";
			this.bWeb.Click += new System.EventHandler(this.bWeb_Click);
			// 
			// bPriv
			// 
			this.bPriv.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bPriv.Location = new System.Drawing.Point(124, 40);
			this.bPriv.Name = "bPriv";
			this.bPriv.Size = new System.Drawing.Size(64, 21);
			this.bPriv.TabIndex = 7;
			this.bPriv.Text = "General.priv";
			this.bPriv.Click += new System.EventHandler(this.bPriv_Click);
			// 
			// bSound
			// 
			this.bSound.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bSound.Location = new System.Drawing.Point(192, 40);
			this.bSound.Name = "bSound";
			this.bSound.Size = new System.Drawing.Size(56, 21);
			this.bSound.TabIndex = 8;
			this.bSound.Text = "General.Snd";
			this.bSound.Click += new System.EventHandler(this.bSound_Click);
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.bSM);
			this.groupBox1.Controls.Add(this.cmbSpeech);
			this.groupBox1.Controls.Add(this.bBCast);
			this.groupBox1.Controls.Add(this.bTell);
			this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox1.Location = new System.Drawing.Point(4, 76);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(236, 64);
			this.groupBox1.TabIndex = 9;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Misc.Speech";
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.cmbWeb);
			this.groupBox2.Controls.Add(this.bWeb);
			this.groupBox2.Controls.Add(this.bPriv);
			this.groupBox2.Controls.Add(this.bSound);
			this.groupBox2.Controls.Add(this.lnkSound);
			this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox2.Location = new System.Drawing.Point(240, 76);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(252, 64);
			this.groupBox2.TabIndex = 10;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Misc.WebSnd";
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.boxButton4);
			this.groupBox3.Controls.Add(this.boxButton3);
			this.groupBox3.Controls.Add(this.boxButton2);
			this.groupBox3.Controls.Add(this.boxButton1);
			this.groupBox3.Controls.Add(this.boxButton5);
			this.groupBox3.Controls.Add(this.boxButton6);
			this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox3.Location = new System.Drawing.Point(4, 0);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(196, 72);
			this.groupBox3.TabIndex = 11;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "General.Cmd";
			// 
			// boxButton4
			// 
			this.boxButton4.AllowEdit = true;
			this.boxButton4.ButtonID = 73;
			this.boxButton4.Def = null;
			this.boxButton4.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.boxButton4.IsActive = true;
			this.boxButton4.Location = new System.Drawing.Point(68, 44);
			this.boxButton4.Name = "boxButton4";
			this.boxButton4.Size = new System.Drawing.Size(60, 23);
			this.boxButton4.TabIndex = 3;
			this.boxButton4.Text = "Restock";
			// 
			// boxButton3
			// 
			this.boxButton3.AllowEdit = true;
			this.boxButton3.ButtonID = 72;
			this.boxButton3.Def = null;
			this.boxButton3.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.boxButton3.IsActive = true;
			this.boxButton3.Location = new System.Drawing.Point(68, 16);
			this.boxButton3.Name = "boxButton3";
			this.boxButton3.Size = new System.Drawing.Size(60, 23);
			this.boxButton3.TabIndex = 2;
			this.boxButton3.Text = "Players";
			// 
			// boxButton2
			// 
			this.boxButton2.AllowEdit = true;
			this.boxButton2.ButtonID = 71;
			this.boxButton2.Def = null;
			this.boxButton2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.boxButton2.IsActive = true;
			this.boxButton2.Location = new System.Drawing.Point(4, 44);
			this.boxButton2.Name = "boxButton2";
			this.boxButton2.Size = new System.Drawing.Size(60, 23);
			this.boxButton2.TabIndex = 1;
			this.boxButton2.Text = "Misc";
			// 
			// boxButton1
			// 
			this.boxButton1.AllowEdit = true;
			this.boxButton1.ButtonID = 70;
			this.boxButton1.Def = null;
			this.boxButton1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.boxButton1.IsActive = true;
			this.boxButton1.Location = new System.Drawing.Point(4, 16);
			this.boxButton1.Name = "boxButton1";
			this.boxButton1.Size = new System.Drawing.Size(60, 23);
			this.boxButton1.TabIndex = 0;
			this.boxButton1.Text = "Bank";
			// 
			// boxButton5
			// 
			this.boxButton5.AllowEdit = true;
			this.boxButton5.ButtonID = 74;
			this.boxButton5.Def = null;
			this.boxButton5.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.boxButton5.IsActive = true;
			this.boxButton5.Location = new System.Drawing.Point(132, 16);
			this.boxButton5.Name = "boxButton5";
			this.boxButton5.Size = new System.Drawing.Size(60, 23);
			this.boxButton5.TabIndex = 4;
			this.boxButton5.Text = "Items";
			// 
			// boxButton6
			// 
			this.boxButton6.AllowEdit = true;
			this.boxButton6.ButtonID = 75;
			this.boxButton6.Def = null;
			this.boxButton6.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.boxButton6.IsActive = true;
			this.boxButton6.Location = new System.Drawing.Point(132, 44);
			this.boxButton6.Name = "boxButton6";
			this.boxButton6.Size = new System.Drawing.Size(60, 23);
			this.boxButton6.TabIndex = 5;
			this.boxButton6.Text = "Cast";
			// 
			// groupBox4
			// 
			this.groupBox4.Controls.Add(this.numSkill);
			this.groupBox4.Controls.Add(this.lnkSkill);
			this.groupBox4.Controls.Add(this.bGetSkill);
			this.groupBox4.Controls.Add(this.bSetSkill);
			this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox4.Location = new System.Drawing.Point(200, 0);
			this.groupBox4.Name = "groupBox4";
			this.groupBox4.Size = new System.Drawing.Size(120, 72);
			this.groupBox4.TabIndex = 12;
			this.groupBox4.TabStop = false;
			this.groupBox4.Text = "Misc.Skills";
			// 
			// numSkill
			// 
			this.numSkill.DecimalPlaces = 1;
			this.numSkill.Location = new System.Drawing.Point(32, 44);
			this.numSkill.Maximum = new System.Decimal(new int[] {
																					  10000,
																					  0,
																					  0,
																					  0});
			this.numSkill.Name = "numSkill";
			this.numSkill.Size = new System.Drawing.Size(48, 20);
			this.numSkill.TabIndex = 1;
			this.numSkill.Value = new System.Decimal(new int[] {
																					1099,
																					0,
																					0,
																					65536});
			this.numSkill.ValueChanged += new System.EventHandler(this.numSkill_ValueChanged);
			// 
			// lnkSkill
			// 
			this.lnkSkill.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.lnkSkill.Location = new System.Drawing.Point(4, 16);
			this.lnkSkill.Name = "lnkSkill";
			this.lnkSkill.Size = new System.Drawing.Size(112, 23);
			this.lnkSkill.TabIndex = 0;
			this.lnkSkill.TabStop = true;
			this.lnkSkill.Text = "Common.Choose";
			this.lnkSkill.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.lnkSkill.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lnkSkill_MouseDown);
			// 
			// bGetSkill
			// 
			this.bGetSkill.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.bGetSkill.Image = ((System.Drawing.Image)(resources.GetObject("bGetSkill.Image")));
			this.bGetSkill.Location = new System.Drawing.Point(4, 44);
			this.bGetSkill.Name = "bGetSkill";
			this.bGetSkill.Size = new System.Drawing.Size(24, 23);
			this.bGetSkill.TabIndex = 13;
			this.bGetSkill.Click += new System.EventHandler(this.bGetSkill_Click);
			// 
			// bSetSkill
			// 
			this.bSetSkill.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bSetSkill.Location = new System.Drawing.Point(80, 44);
			this.bSetSkill.Name = "bSetSkill";
			this.bSetSkill.Size = new System.Drawing.Size(36, 23);
			this.bSetSkill.TabIndex = 13;
			this.bSetSkill.Text = "Common.Set";
			this.bSetSkill.Click += new System.EventHandler(this.bSetSkill_Click);
			// 
			// groupBox5
			// 
			this.groupBox5.Controls.Add(this.bInBag);
			this.groupBox5.Controls.Add(this.numDupe);
			this.groupBox5.Controls.Add(this.chkDupe);
			this.groupBox5.Controls.Add(this.bDupe);
			this.groupBox5.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox5.Location = new System.Drawing.Point(320, 0);
			this.groupBox5.Name = "groupBox5";
			this.groupBox5.Size = new System.Drawing.Size(96, 72);
			this.groupBox5.TabIndex = 13;
			this.groupBox5.TabStop = false;
			this.groupBox5.Text = "General.Dupe";
			// 
			// bInBag
			// 
			this.bInBag.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bInBag.Location = new System.Drawing.Point(4, 44);
			this.bInBag.Name = "bInBag";
			this.bInBag.Size = new System.Drawing.Size(44, 23);
			this.bInBag.TabIndex = 17;
			this.bInBag.Text = "General.Bag";
			this.bInBag.Click += new System.EventHandler(this.bInBag_Click);
			// 
			// numDupe
			// 
			this.numDupe.Location = new System.Drawing.Point(24, 16);
			this.numDupe.Maximum = new System.Decimal(new int[] {
																					 10000,
																					 0,
																					 0,
																					 0});
			this.numDupe.Minimum = new System.Decimal(new int[] {
																					 1,
																					 0,
																					 0,
																					 0});
			this.numDupe.Name = "numDupe";
			this.numDupe.Size = new System.Drawing.Size(60, 20);
			this.numDupe.TabIndex = 15;
			this.numDupe.Value = new System.Decimal(new int[] {
																				  1,
																				  0,
																				  0,
																				  0});
			this.numDupe.ValueChanged += new System.EventHandler(this.numDupe_ValueChanged);
			// 
			// chkDupe
			// 
			this.chkDupe.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.chkDupe.Location = new System.Drawing.Point(8, 16);
			this.chkDupe.Name = "chkDupe";
			this.chkDupe.Size = new System.Drawing.Size(16, 20);
			this.chkDupe.TabIndex = 14;
			this.chkDupe.CheckedChanged += new System.EventHandler(this.chkDupe_CheckedChanged);
			// 
			// bDupe
			// 
			this.bDupe.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bDupe.Location = new System.Drawing.Point(48, 44);
			this.bDupe.Name = "bDupe";
			this.bDupe.Size = new System.Drawing.Size(44, 23);
			this.bDupe.TabIndex = 16;
			this.bDupe.Text = "General.Dupe";
			this.bDupe.Click += new System.EventHandler(this.bDupe_Click);
			// 
			// groupBox6
			// 
			this.groupBox6.Controls.Add(this.bLightGlobal);
			this.groupBox6.Controls.Add(this.bLightLocal);
			this.groupBox6.Controls.Add(this.numLight);
			this.groupBox6.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox6.Location = new System.Drawing.Point(416, 0);
			this.groupBox6.Name = "groupBox6";
			this.groupBox6.Size = new System.Drawing.Size(76, 72);
			this.groupBox6.TabIndex = 14;
			this.groupBox6.TabStop = false;
			this.groupBox6.Text = "General.Light";
			// 
			// bLightGlobal
			// 
			this.bLightGlobal.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bLightGlobal.Location = new System.Drawing.Point(40, 44);
			this.bLightGlobal.Name = "bLightGlobal";
			this.bLightGlobal.Size = new System.Drawing.Size(32, 23);
			this.bLightGlobal.TabIndex = 2;
			this.bLightGlobal.Text = "General.All";
			this.bLightGlobal.Click += new System.EventHandler(this.bLightGlobal_Click);
			// 
			// bLightLocal
			// 
			this.bLightLocal.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bLightLocal.Location = new System.Drawing.Point(8, 44);
			this.bLightLocal.Name = "bLightLocal";
			this.bLightLocal.Size = new System.Drawing.Size(32, 23);
			this.bLightLocal.TabIndex = 1;
			this.bLightLocal.Text = "General.You";
			this.bLightLocal.Click += new System.EventHandler(this.bLightLocal_Click);
			// 
			// numLight
			// 
			this.numLight.Location = new System.Drawing.Point(16, 16);
			this.numLight.Minimum = new System.Decimal(new int[] {
																					  100,
																					  0,
																					  0,
																					  -2147483648});
			this.numLight.Name = "numLight";
			this.numLight.Size = new System.Drawing.Size(48, 20);
			this.numLight.TabIndex = 0;
			this.numLight.ValueChanged += new System.EventHandler(this.numLight_ValueChanged);
			// 
			// General
			// 
			this.Controls.Add(this.groupBox6);
			this.Controls.Add(this.groupBox5);
			this.Controls.Add(this.groupBox4);
			this.Controls.Add(this.groupBox3);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.groupBox1);
			this.Name = "General";
			this.Size = new System.Drawing.Size(496, 142);
			this.Load += new System.EventHandler(this.General_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox2.ResumeLayout(false);
			this.groupBox3.ResumeLayout(false);
			this.groupBox4.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.numSkill)).EndInit();
			this.groupBox5.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.numDupe)).EndInit();
			this.groupBox6.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.numLight)).EndInit();
			this.ResumeLayout(false);

		}
Ejemplo n.º 5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ButtonEditor));
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.linkLeft          = new System.Windows.Forms.LinkLabel();
     this.groupBox2         = new System.Windows.Forms.GroupBox();
     this.linkRight         = new System.Windows.Forms.LinkLabel();
     this.groupBox3         = new System.Windows.Forms.GroupBox();
     this.bPreview          = new TheBox.Buttons.BoxButton();
     this.bCancel           = new System.Windows.Forms.Button();
     this.bOk               = new System.Windows.Forms.Button();
     this.textBox1          = new System.Windows.Forms.TextBox();
     this.label1            = new System.Windows.Forms.Label();
     this.txCaption         = new System.Windows.Forms.TextBox();
     this.cMenu             = new System.Windows.Forms.ContextMenu();
     this.mNone             = new System.Windows.Forms.MenuItem();
     this.mSingleCommand    = new System.Windows.Forms.MenuItem();
     this.mMenu             = new System.Windows.Forms.MenuItem();
     this.mLastCommand      = new System.Windows.Forms.MenuItem();
     this.mMultiCommand     = new System.Windows.Forms.MenuItem();
     this.mModifiersCommand = new System.Windows.Forms.MenuItem();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.linkLeft);
     this.groupBox1.Location = new System.Drawing.Point(16, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(200, 80);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Buttons.LeftMouse";
     //
     // linkLeft
     //
     this.linkLeft.Location   = new System.Drawing.Point(16, 32);
     this.linkLeft.Name       = "linkLeft";
     this.linkLeft.Size       = new System.Drawing.Size(176, 23);
     this.linkLeft.TabIndex   = 0;
     this.linkLeft.TabStop    = true;
     this.linkLeft.Text       = "Common.None";
     this.linkLeft.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.linkLeft.MouseDown += new System.Windows.Forms.MouseEventHandler(this.linkLeft_MouseDown);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.linkRight);
     this.groupBox2.Location = new System.Drawing.Point(240, 8);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(200, 80);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Buttons.RightMouse";
     //
     // linkRight
     //
     this.linkRight.Location   = new System.Drawing.Point(16, 32);
     this.linkRight.Name       = "linkRight";
     this.linkRight.Size       = new System.Drawing.Size(176, 23);
     this.linkRight.TabIndex   = 0;
     this.linkRight.TabStop    = true;
     this.linkRight.Text       = "Common.None";
     this.linkRight.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.linkRight.MouseDown += new System.Windows.Forms.MouseEventHandler(this.linkRight_MouseDown);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.bPreview);
     this.groupBox3.Location = new System.Drawing.Point(16, 96);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.TabIndex = 0;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Common.Preview";
     //
     // bPreview
     //
     this.bPreview.AllowEdit = false;
     this.bPreview.ButtonID  = -1;
     this.bPreview.Def       = null;
     this.bPreview.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bPreview.IsActive  = false;
     this.bPreview.Location  = new System.Drawing.Point(64, 40);
     this.bPreview.Name      = "bPreview";
     this.bPreview.Size      = new System.Drawing.Size(80, 23);
     this.bPreview.TabIndex  = 0;
     this.bPreview.Text      = "Common.Preview";
     //
     // bCancel
     //
     this.bCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bCancel.Location  = new System.Drawing.Point(288, 384);
     this.bCancel.Name      = "bCancel";
     this.bCancel.TabIndex  = 2;
     this.bCancel.Text      = "Common.Cancel";
     this.bCancel.Click    += new System.EventHandler(this.bCancel_Click);
     //
     // bOk
     //
     this.bOk.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bOk.Location  = new System.Drawing.Point(376, 384);
     this.bOk.Name      = "bOk";
     this.bOk.TabIndex  = 1;
     this.bOk.Text      = "Common.Ok";
     this.bOk.Click    += new System.EventHandler(this.bOk_Click);
     //
     // textBox1
     //
     this.textBox1.Location   = new System.Drawing.Point(16, 208);
     this.textBox1.Multiline  = true;
     this.textBox1.Name       = "textBox1";
     this.textBox1.ReadOnly   = true;
     this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox1.Size       = new System.Drawing.Size(432, 168);
     this.textBox1.TabIndex   = 3;
     this.textBox1.Text       = "Buttons.Intstructions";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(240, 104);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(200, 23);
     this.label1.TabIndex = 4;
     this.label1.Text     = "ButtonMenuEditor.Caption";
     //
     // txCaption
     //
     this.txCaption.Location     = new System.Drawing.Point(240, 128);
     this.txCaption.Name         = "txCaption";
     this.txCaption.Size         = new System.Drawing.Size(200, 20);
     this.txCaption.TabIndex     = 5;
     this.txCaption.Text         = "";
     this.txCaption.TextChanged += new System.EventHandler(this.txCaption_TextChanged);
     //
     // cMenu
     //
     this.cMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mNone,
         this.mSingleCommand,
         this.mMenu,
         this.mLastCommand,
         this.mMultiCommand,
         this.mModifiersCommand
     });
     this.cMenu.Popup += new System.EventHandler(this.cMenu_Popup);
     //
     // mNone
     //
     this.mNone.Index  = 0;
     this.mNone.Text   = "Common.None";
     this.mNone.Click += new System.EventHandler(this.mNone_Click);
     //
     // mSingleCommand
     //
     this.mSingleCommand.Index  = 1;
     this.mSingleCommand.Text   = "Buttons.Single";
     this.mSingleCommand.Click += new System.EventHandler(this.mSingleCommand_Click);
     //
     // mMenu
     //
     this.mMenu.Index  = 2;
     this.mMenu.Text   = "Common.Menu";
     this.mMenu.Click += new System.EventHandler(this.mMenu_Click);
     //
     // mLastCommand
     //
     this.mLastCommand.Index  = 3;
     this.mLastCommand.Text   = "Buttons.LastCommand";
     this.mLastCommand.Click += new System.EventHandler(this.mLastCommand_Click);
     //
     // mMultiCommand
     //
     this.mMultiCommand.Index  = 4;
     this.mMultiCommand.Text   = "Buttons.Multi";
     this.mMultiCommand.Click += new System.EventHandler(this.mMultiCommand_Click);
     //
     // mModifiersCommand
     //
     this.mModifiersCommand.Index  = 5;
     this.mModifiersCommand.Text   = "Buttons.Modifiers";
     this.mModifiersCommand.Click += new System.EventHandler(this.mModifiersCommand_Click);
     //
     // ButtonEditor
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(458, 416);
     this.Controls.Add(this.txCaption);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.bOk);
     this.Controls.Add(this.bCancel);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "ButtonEditor";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Buttons.Title";
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.ButtonEditor_Closing);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 6
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.boxButton1 = new TheBox.Buttons.BoxButton();
			this.boxButton2 = new TheBox.Buttons.BoxButton();
			this.boxButton3 = new TheBox.Buttons.BoxButton();
			this.boxButton4 = new TheBox.Buttons.BoxButton();
			this.boxButton5 = new TheBox.Buttons.BoxButton();
			this.boxButton6 = new TheBox.Buttons.BoxButton();
			this.boxButton7 = new TheBox.Buttons.BoxButton();
			this.boxButton8 = new TheBox.Buttons.BoxButton();
			this.boxButton9 = new TheBox.Buttons.BoxButton();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.boxButton10 = new TheBox.Buttons.BoxButton();
			this.cmbFind = new System.Windows.Forms.ComboBox();
			this.bFind = new System.Windows.Forms.Button();
			this.boxButton11 = new TheBox.Buttons.BoxButton();
			this.groupBox4 = new System.Windows.Forms.GroupBox();
			this.bRun = new System.Windows.Forms.Button();
			this.bFindServerProc = new System.Windows.Forms.Button();
			this.bStop = new System.Windows.Forms.Button();
			this.bShowConsole = new System.Windows.Forms.Button();
			this.bHideConsole = new System.Windows.Forms.Button();
			this.bFindServer = new System.Windows.Forms.Button();
			this.labServer = new System.Windows.Forms.Label();
			this.OpenFile = new System.Windows.Forms.OpenFileDialog();
			this.bGetServ = new System.Windows.Forms.Button();
			this.bStartServer = new System.Windows.Forms.Button();
			this.cmbArgs = new System.Windows.Forms.ComboBox();
			this.label1 = new System.Windows.Forms.Label();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.groupBox3.SuspendLayout();
			this.groupBox4.SuspendLayout();
			this.SuspendLayout();
			// 
			// boxButton1
			// 
			this.boxButton1.AllowEdit = true;
			this.boxButton1.ButtonID = 55;
			this.boxButton1.Def = null;
			this.boxButton1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.boxButton1.IsActive = true;
			this.boxButton1.Location = new System.Drawing.Point(8, 16);
			this.boxButton1.Name = "boxButton1";
			this.boxButton1.TabIndex = 0;
			this.boxButton1.Text = "Profile";
			// 
			// boxButton2
			// 
			this.boxButton2.AllowEdit = true;
			this.boxButton2.ButtonID = 56;
			this.boxButton2.Def = null;
			this.boxButton2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.boxButton2.IsActive = true;
			this.boxButton2.Location = new System.Drawing.Point(8, 44);
			this.boxButton2.Name = "boxButton2";
			this.boxButton2.TabIndex = 1;
			this.boxButton2.Text = "Generate";
			// 
			// boxButton3
			// 
			this.boxButton3.AllowEdit = true;
			this.boxButton3.ButtonID = 57;
			this.boxButton3.Def = null;
			this.boxButton3.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.boxButton3.IsActive = true;
			this.boxButton3.Location = new System.Drawing.Point(8, 40);
			this.boxButton3.Name = "boxButton3";
			this.boxButton3.TabIndex = 2;
			this.boxButton3.Text = "Save";
			// 
			// boxButton4
			// 
			this.boxButton4.AllowEdit = true;
			this.boxButton4.ButtonID = 58;
			this.boxButton4.Def = null;
			this.boxButton4.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.boxButton4.IsActive = true;
			this.boxButton4.Location = new System.Drawing.Point(8, 64);
			this.boxButton4.Name = "boxButton4";
			this.boxButton4.TabIndex = 3;
			this.boxButton4.Text = "Ban";
			// 
			// boxButton5
			// 
			this.boxButton5.AllowEdit = true;
			this.boxButton5.ButtonID = 59;
			this.boxButton5.Def = null;
			this.boxButton5.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.boxButton5.IsActive = true;
			this.boxButton5.Location = new System.Drawing.Point(8, 16);
			this.boxButton5.Name = "boxButton5";
			this.boxButton5.TabIndex = 4;
			this.boxButton5.Text = "Admin";
			// 
			// boxButton6
			// 
			this.boxButton6.AllowEdit = true;
			this.boxButton6.ButtonID = 64;
			this.boxButton6.Def = null;
			this.boxButton6.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.boxButton6.IsActive = true;
			this.boxButton6.Location = new System.Drawing.Point(8, 112);
			this.boxButton6.Name = "boxButton6";
			this.boxButton6.TabIndex = 4;
			this.boxButton6.Text = "Guards";
			// 
			// boxButton7
			// 
			this.boxButton7.AllowEdit = true;
			this.boxButton7.ButtonID = 65;
			this.boxButton7.Def = null;
			this.boxButton7.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.boxButton7.IsActive = true;
			this.boxButton7.Location = new System.Drawing.Point(8, 44);
			this.boxButton7.Name = "boxButton7";
			this.boxButton7.TabIndex = 3;
			this.boxButton7.Text = "Unfreeze";
			// 
			// boxButton8
			// 
			this.boxButton8.AllowEdit = true;
			this.boxButton8.ButtonID = 66;
			this.boxButton8.Def = null;
			this.boxButton8.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.boxButton8.IsActive = true;
			this.boxButton8.Location = new System.Drawing.Point(8, 16);
			this.boxButton8.Name = "boxButton8";
			this.boxButton8.TabIndex = 2;
			this.boxButton8.Text = "Freeze";
			// 
			// boxButton9
			// 
			this.boxButton9.AllowEdit = true;
			this.boxButton9.ButtonID = 67;
			this.boxButton9.Def = null;
			this.boxButton9.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.boxButton9.IsActive = true;
			this.boxButton9.Location = new System.Drawing.Point(8, 88);
			this.boxButton9.Name = "boxButton9";
			this.boxButton9.TabIndex = 1;
			this.boxButton9.Text = "Firewall";
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.boxButton5);
			this.groupBox1.Controls.Add(this.boxButton3);
			this.groupBox1.Controls.Add(this.boxButton4);
			this.groupBox1.Controls.Add(this.boxButton9);
			this.groupBox1.Controls.Add(this.boxButton6);
			this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox1.Location = new System.Drawing.Point(4, 0);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(92, 140);
			this.groupBox1.TabIndex = 0;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Admin.Control";
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.boxButton1);
			this.groupBox2.Controls.Add(this.boxButton2);
			this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox2.Location = new System.Drawing.Point(196, 0);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(92, 72);
			this.groupBox2.TabIndex = 4;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Admin.World";
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.boxButton8);
			this.groupBox3.Controls.Add(this.boxButton7);
			this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox3.Location = new System.Drawing.Point(100, 0);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(92, 72);
			this.groupBox3.TabIndex = 5;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "Admin.Statics";
			// 
			// boxButton10
			// 
			this.boxButton10.AllowEdit = true;
			this.boxButton10.ButtonID = 68;
			this.boxButton10.Def = null;
			this.boxButton10.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.boxButton10.IsActive = true;
			this.boxButton10.Location = new System.Drawing.Point(108, 80);
			this.boxButton10.Name = "boxButton10";
			this.boxButton10.TabIndex = 6;
			this.boxButton10.Text = "Misc";
			// 
			// cmbFind
			// 
			this.cmbFind.Location = new System.Drawing.Point(108, 112);
			this.cmbFind.Name = "cmbFind";
			this.cmbFind.Size = new System.Drawing.Size(116, 21);
			this.cmbFind.TabIndex = 7;
			// 
			// bFind
			// 
			this.bFind.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bFind.Location = new System.Drawing.Point(228, 108);
			this.bFind.Name = "bFind";
			this.bFind.Size = new System.Drawing.Size(52, 28);
			this.bFind.TabIndex = 8;
			this.bFind.Text = "Common.Find";
			this.bFind.Click += new System.EventHandler(this.bFind_Click);
			// 
			// boxButton11
			// 
			this.boxButton11.AllowEdit = true;
			this.boxButton11.ButtonID = 69;
			this.boxButton11.Def = null;
			this.boxButton11.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.boxButton11.IsActive = true;
			this.boxButton11.Location = new System.Drawing.Point(204, 80);
			this.boxButton11.Name = "boxButton11";
			this.boxButton11.TabIndex = 9;
			this.boxButton11.Text = "Custom";
			// 
			// groupBox4
			// 
			this.groupBox4.Controls.Add(this.label1);
			this.groupBox4.Controls.Add(this.cmbArgs);
			this.groupBox4.Controls.Add(this.bStartServer);
			this.groupBox4.Controls.Add(this.bGetServ);
			this.groupBox4.Controls.Add(this.bStop);
			this.groupBox4.Controls.Add(this.bShowConsole);
			this.groupBox4.Controls.Add(this.bHideConsole);
			this.groupBox4.Controls.Add(this.bFindServer);
			this.groupBox4.Controls.Add(this.labServer);
			this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox4.Location = new System.Drawing.Point(292, 0);
			this.groupBox4.Name = "groupBox4";
			this.groupBox4.Size = new System.Drawing.Size(200, 140);
			this.groupBox4.TabIndex = 10;
			this.groupBox4.TabStop = false;
			this.groupBox4.Text = "Admin.Process";
			// 
			// bRun
			// 
			this.bRun.Location = new System.Drawing.Point(0, 0);
			this.bRun.Name = "bRun";
			this.bRun.TabIndex = 0;
			// 
			// bFindServerProc
			// 
			this.bFindServerProc.Location = new System.Drawing.Point(0, 0);
			this.bFindServerProc.Name = "bFindServerProc";
			this.bFindServerProc.TabIndex = 0;
			// 
			// bStop
			// 
			this.bStop.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bStop.Location = new System.Drawing.Point(4, 84);
			this.bStop.Name = "bStop";
			this.bStop.Size = new System.Drawing.Size(92, 23);
			this.bStop.TabIndex = 4;
			this.bStop.Text = "Common.Stop";
			this.bStop.Click += new System.EventHandler(this.bStop_Click);
			// 
			// bShowConsole
			// 
			this.bShowConsole.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bShowConsole.Location = new System.Drawing.Point(104, 112);
			this.bShowConsole.Name = "bShowConsole";
			this.bShowConsole.Size = new System.Drawing.Size(92, 23);
			this.bShowConsole.TabIndex = 3;
			this.bShowConsole.Text = "Admin.Show";
			this.bShowConsole.Click += new System.EventHandler(this.bShowConsole_Click);
			// 
			// bHideConsole
			// 
			this.bHideConsole.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bHideConsole.Location = new System.Drawing.Point(4, 112);
			this.bHideConsole.Name = "bHideConsole";
			this.bHideConsole.Size = new System.Drawing.Size(92, 23);
			this.bHideConsole.TabIndex = 2;
			this.bHideConsole.Text = "Admin.Hide";
			this.bHideConsole.Click += new System.EventHandler(this.bHideConsole_Click);
			// 
			// bFindServer
			// 
			this.bFindServer.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bFindServer.Location = new System.Drawing.Point(148, 16);
			this.bFindServer.Name = "bFindServer";
			this.bFindServer.Size = new System.Drawing.Size(48, 23);
			this.bFindServer.TabIndex = 1;
			this.bFindServer.Text = "Common.File";
			this.bFindServer.Click += new System.EventHandler(this.bFindServer_Click);
			// 
			// labServer
			// 
			this.labServer.Location = new System.Drawing.Point(4, 16);
			this.labServer.Name = "labServer";
			this.labServer.Size = new System.Drawing.Size(136, 23);
			this.labServer.TabIndex = 0;
			this.labServer.Text = "Admin.ProcessNotFound";
			this.labServer.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.labServer.Paint += new System.Windows.Forms.PaintEventHandler(this.labServer_Paint);
			// 
			// bGetServ
			// 
			this.bGetServ.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bGetServ.Location = new System.Drawing.Point(104, 84);
			this.bGetServ.Name = "bGetServ";
			this.bGetServ.Size = new System.Drawing.Size(92, 23);
			this.bGetServ.TabIndex = 5;
			this.bGetServ.Text = "Common.Find";
			this.bGetServ.Click += new System.EventHandler(this.bGetServ_Click);
			// 
			// bStartServer
			// 
			this.bStartServer.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bStartServer.Location = new System.Drawing.Point(148, 44);
			this.bStartServer.Name = "bStartServer";
			this.bStartServer.Size = new System.Drawing.Size(48, 32);
			this.bStartServer.TabIndex = 6;
			this.bStartServer.Text = "Common.Run";
			this.bStartServer.Click += new System.EventHandler(this.bStartServer_Click);
			// 
			// cmbArgs
			// 
			this.cmbArgs.Location = new System.Drawing.Point(4, 56);
			this.cmbArgs.Name = "cmbArgs";
			this.cmbArgs.Size = new System.Drawing.Size(136, 21);
			this.cmbArgs.TabIndex = 7;
			this.cmbArgs.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cmbArgs_KeyDown);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(4, 40);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(136, 16);
			this.label1.TabIndex = 8;
			this.label1.Text = "Admin.CmdArgs";
			// 
			// Admin
			// 
			this.Controls.Add(this.groupBox4);
			this.Controls.Add(this.boxButton11);
			this.Controls.Add(this.bFind);
			this.Controls.Add(this.cmbFind);
			this.Controls.Add(this.boxButton10);
			this.Controls.Add(this.groupBox3);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.groupBox1);
			this.Name = "Admin";
			this.Size = new System.Drawing.Size(496, 142);
			this.Load += new System.EventHandler(this.Admin_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox2.ResumeLayout(false);
			this.groupBox3.ResumeLayout(false);
			this.groupBox4.ResumeLayout(false);
			this.ResumeLayout(false);

		}
Ejemplo n.º 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Deco));
     this.panel        = new System.Windows.Forms.Panel();
     this.tDeco        = new System.Windows.Forms.TreeView();
     this.cmItem       = new System.Windows.Forms.ContextMenu();
     this.menuItem1    = new System.Windows.Forms.MenuItem();
     this.splitter     = new System.Windows.Forms.Splitter();
     this.tCat         = new System.Windows.Forms.TreeView();
     this.bAdd         = new System.Windows.Forms.Button();
     this.numTile      = new System.Windows.Forms.NumericUpDown();
     this.bTile        = new System.Windows.Forms.Button();
     this.chkHued      = new System.Windows.Forms.CheckBox();
     this.chkStatic    = new System.Windows.Forms.CheckBox();
     this.decoMover1   = new TheBox.Controls.DecoMover();
     this.lnkFind      = new System.Windows.Forms.LinkLabel();
     this.numNudge     = new System.Windows.Forms.NumericUpDown();
     this.boxButton3   = new TheBox.Buttons.BoxButton();
     this.boxButton4   = new TheBox.Buttons.BoxButton();
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.bNudgeUp     = new System.Windows.Forms.Button();
     this.bNudgeDown   = new System.Windows.Forms.Button();
     this.cmCustom     = new System.Windows.Forms.ContextMenu();
     this.cmCustomCat  = new System.Windows.Forms.MenuItem();
     this.cmCustomItem = new System.Windows.Forms.MenuItem();
     this.cmCustomDel  = new System.Windows.Forms.MenuItem();
     this.chkRnd       = new System.Windows.Forms.CheckBox();
     this.nRnd         = new System.Windows.Forms.NumericUpDown();
     this.panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numTile)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numNudge)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nRnd)).BeginInit();
     this.SuspendLayout();
     //
     // panel
     //
     this.panel.Controls.Add(this.tDeco);
     this.panel.Controls.Add(this.splitter);
     this.panel.Controls.Add(this.tCat);
     this.panel.Location = new System.Drawing.Point(0, 0);
     this.panel.Name     = "panel";
     this.panel.Size     = new System.Drawing.Size(320, 140);
     this.panel.TabIndex = 0;
     //
     // tDeco
     //
     this.tDeco.ContextMenu        = this.cmItem;
     this.tDeco.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.tDeco.HideSelection      = false;
     this.tDeco.ImageIndex         = -1;
     this.tDeco.Location           = new System.Drawing.Point(147, 0);
     this.tDeco.Name               = "tDeco";
     this.tDeco.SelectedImageIndex = -1;
     this.tDeco.ShowLines          = false;
     this.tDeco.ShowPlusMinus      = false;
     this.tDeco.ShowRootLines      = false;
     this.tDeco.Size               = new System.Drawing.Size(173, 140);
     this.tDeco.TabIndex           = 2;
     this.tDeco.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
     this.tDeco.MouseDown         += new System.Windows.Forms.MouseEventHandler(this.tDeco_MouseDown);
     this.tDeco.DoubleClick       += new System.EventHandler(this.tDeco_DoubleClick);
     this.tDeco.AfterSelect       += new System.Windows.Forms.TreeViewEventHandler(this.tDeco_AfterSelect);
     this.tDeco.MouseMove         += new System.Windows.Forms.MouseEventHandler(this.tDeco_MouseMove);
     //
     // cmItem
     //
     this.cmItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem1
     });
     this.cmItem.Popup += new System.EventHandler(this.cmItem_Popup);
     //
     // menuItem1
     //
     this.menuItem1.Index  = 0;
     this.menuItem1.Text   = "Items.ItemID";
     this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // splitter
     //
     this.splitter.Location       = new System.Drawing.Point(144, 0);
     this.splitter.Name           = "splitter";
     this.splitter.Size           = new System.Drawing.Size(3, 140);
     this.splitter.TabIndex       = 1;
     this.splitter.TabStop        = false;
     this.splitter.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitter_SplitterMoved);
     //
     // tCat
     //
     this.tCat.Dock               = System.Windows.Forms.DockStyle.Left;
     this.tCat.HideSelection      = false;
     this.tCat.ImageIndex         = -1;
     this.tCat.Location           = new System.Drawing.Point(0, 0);
     this.tCat.Name               = "tCat";
     this.tCat.SelectedImageIndex = -1;
     this.tCat.Size               = new System.Drawing.Size(144, 140);
     this.tCat.TabIndex           = 0;
     this.tCat.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
     this.tCat.MouseDown         += new System.Windows.Forms.MouseEventHandler(this.tCat_MouseDown);
     this.tCat.AfterSelect       += new System.Windows.Forms.TreeViewEventHandler(this.tCat_AfterSelect);
     this.tCat.AfterLabelEdit    += new System.Windows.Forms.NodeLabelEditEventHandler(this.tCat_AfterLabelEdit);
     //
     // bAdd
     //
     this.bAdd.Enabled   = false;
     this.bAdd.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bAdd.Location  = new System.Drawing.Point(324, 0);
     this.bAdd.Name      = "bAdd";
     this.bAdd.Size      = new System.Drawing.Size(52, 23);
     this.bAdd.TabIndex  = 1;
     this.bAdd.Text      = "Common.Add";
     this.bAdd.Click    += new System.EventHandler(this.bAdd_Click);
     //
     // numTile
     //
     this.numTile.Location = new System.Drawing.Point(440, 0);
     this.numTile.Maximum  = new System.Decimal(new int[] {
         127,
         0,
         0,
         0
     });
     this.numTile.Minimum = new System.Decimal(new int[] {
         128,
         0,
         0,
         -2147483648
     });
     this.numTile.Name          = "numTile";
     this.numTile.Size          = new System.Drawing.Size(52, 20);
     this.numTile.TabIndex      = 2;
     this.numTile.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
     this.numTile.ValueChanged += new System.EventHandler(this.numTile_ValueChanged);
     //
     // bTile
     //
     this.bTile.Enabled   = false;
     this.bTile.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bTile.Location  = new System.Drawing.Point(384, 0);
     this.bTile.Name      = "bTile";
     this.bTile.Size      = new System.Drawing.Size(52, 23);
     this.bTile.TabIndex  = 3;
     this.bTile.Text      = "Deco.Tile";
     this.bTile.Click    += new System.EventHandler(this.bTile_Click);
     //
     // chkHued
     //
     this.chkHued.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.chkHued.Location        = new System.Drawing.Point(440, 24);
     this.chkHued.Name            = "chkHued";
     this.chkHued.Size            = new System.Drawing.Size(56, 20);
     this.chkHued.TabIndex        = 4;
     this.chkHued.Text            = "Deco.Hued";
     this.chkHued.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
     this.chkHued.CheckedChanged += new System.EventHandler(this.chkHued_CheckedChanged);
     //
     // chkStatic
     //
     this.chkStatic.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.chkStatic.Location        = new System.Drawing.Point(384, 24);
     this.chkStatic.Name            = "chkStatic";
     this.chkStatic.Size            = new System.Drawing.Size(52, 20);
     this.chkStatic.TabIndex        = 5;
     this.chkStatic.Text            = "Deco.Static";
     this.chkStatic.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
     this.chkStatic.CheckedChanged += new System.EventHandler(this.chkStatic_CheckedChanged);
     //
     // decoMover1
     //
     this.decoMover1.BackColor = System.Drawing.SystemColors.Control;
     this.decoMover1.EventMode = false;
     this.decoMover1.Location  = new System.Drawing.Point(424, 48);
     this.decoMover1.Name      = "decoMover1";
     this.decoMover1.Size      = new System.Drawing.Size(72, 92);
     this.decoMover1.TabIndex  = 6;
     this.decoMover1.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
     //
     // lnkFind
     //
     this.lnkFind.Location     = new System.Drawing.Point(324, 28);
     this.lnkFind.Name         = "lnkFind";
     this.lnkFind.Size         = new System.Drawing.Size(52, 16);
     this.lnkFind.TabIndex     = 7;
     this.lnkFind.TabStop      = true;
     this.lnkFind.Text         = "Common.Find";
     this.lnkFind.TextAlign    = System.Drawing.ContentAlignment.TopCenter;
     this.lnkFind.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkFind_LinkClicked);
     //
     // numNudge
     //
     this.numNudge.Location = new System.Drawing.Point(24, 16);
     this.numNudge.Maximum  = new System.Decimal(new int[] {
         127,
         0,
         0,
         0
     });
     this.numNudge.Minimum = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numNudge.Name     = "numNudge";
     this.numNudge.Size     = new System.Drawing.Size(48, 20);
     this.numNudge.TabIndex = 11;
     this.numNudge.Value    = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numNudge.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
     this.numNudge.ValueChanged += new System.EventHandler(this.numNudge_ValueChanged);
     //
     // boxButton3
     //
     this.boxButton3.AllowEdit = true;
     this.boxButton3.ButtonID  = 45;
     this.boxButton3.Def       = null;
     this.boxButton3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton3.IsActive  = true;
     this.boxButton3.Location  = new System.Drawing.Point(324, 76);
     this.boxButton3.Name      = "boxButton3";
     this.boxButton3.Size      = new System.Drawing.Size(48, 23);
     this.boxButton3.TabIndex  = 14;
     this.boxButton3.Text      = "boxButton3";
     //
     // boxButton4
     //
     this.boxButton4.AllowEdit = true;
     this.boxButton4.ButtonID  = 46;
     this.boxButton4.Def       = null;
     this.boxButton4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton4.IsActive  = true;
     this.boxButton4.Location  = new System.Drawing.Point(372, 76);
     this.boxButton4.Name      = "boxButton4";
     this.boxButton4.Size      = new System.Drawing.Size(48, 23);
     this.boxButton4.TabIndex  = 15;
     this.boxButton4.Text      = "boxButton4";
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
     this.groupBox1.Controls.Add(this.bNudgeUp);
     this.groupBox1.Controls.Add(this.bNudgeDown);
     this.groupBox1.Controls.Add(this.numNudge);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(324, 100);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(96, 40);
     this.groupBox1.TabIndex  = 16;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Nudge";
     //
     // bNudgeUp
     //
     this.bNudgeUp.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.bNudgeUp.Image      = ((System.Drawing.Image)(resources.GetObject("bNudgeUp.Image")));
     this.bNudgeUp.Location   = new System.Drawing.Point(76, 16);
     this.bNudgeUp.Name       = "bNudgeUp";
     this.bNudgeUp.Size       = new System.Drawing.Size(16, 20);
     this.bNudgeUp.TabIndex   = 13;
     this.bNudgeUp.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bNudgeUp_MouseDown);
     //
     // bNudgeDown
     //
     this.bNudgeDown.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.bNudgeDown.Image      = ((System.Drawing.Image)(resources.GetObject("bNudgeDown.Image")));
     this.bNudgeDown.Location   = new System.Drawing.Point(4, 16);
     this.bNudgeDown.Name       = "bNudgeDown";
     this.bNudgeDown.Size       = new System.Drawing.Size(16, 20);
     this.bNudgeDown.TabIndex   = 12;
     this.bNudgeDown.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bNudgeDown_MouseDown);
     //
     // cmCustom
     //
     this.cmCustom.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.cmCustomCat,
         this.cmCustomItem,
         this.cmCustomDel
     });
     this.cmCustom.Popup += new System.EventHandler(this.cmCustom_Popup);
     //
     // cmCustomCat
     //
     this.cmCustomCat.Index  = 0;
     this.cmCustomCat.Text   = "Deco.cmCat";
     this.cmCustomCat.Click += new System.EventHandler(this.cmCustomCat_Click);
     //
     // cmCustomItem
     //
     this.cmCustomItem.Index  = 1;
     this.cmCustomItem.Text   = "Deco.cmItem";
     this.cmCustomItem.Click += new System.EventHandler(this.cmCustomItem_Click);
     //
     // cmCustomDel
     //
     this.cmCustomDel.Index  = 2;
     this.cmCustomDel.Text   = "Deco.cmDelete";
     this.cmCustomDel.Click += new System.EventHandler(this.cmCustomDel_Click);
     //
     // chkRnd
     //
     this.chkRnd.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.chkRnd.Location        = new System.Drawing.Point(324, 48);
     this.chkRnd.Name            = "chkRnd";
     this.chkRnd.Size            = new System.Drawing.Size(48, 20);
     this.chkRnd.TabIndex        = 17;
     this.chkRnd.Text            = "Rnd";
     this.chkRnd.CheckedChanged += new System.EventHandler(this.chkRnd_CheckedChanged);
     //
     // nRnd
     //
     this.nRnd.Location = new System.Drawing.Point(376, 48);
     this.nRnd.Maximum  = new System.Decimal(new int[] {
         15000,
         0,
         0,
         0
     });
     this.nRnd.Minimum = new System.Decimal(new int[] {
         15000,
         0,
         0,
         -2147483648
     });
     this.nRnd.Name          = "nRnd";
     this.nRnd.Size          = new System.Drawing.Size(48, 20);
     this.nRnd.TabIndex      = 18;
     this.nRnd.ValueChanged += new System.EventHandler(this.nRnd_ValueChanged);
     //
     // Deco
     //
     this.Controls.Add(this.nRnd);
     this.Controls.Add(this.chkRnd);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.boxButton4);
     this.Controls.Add(this.boxButton3);
     this.Controls.Add(this.lnkFind);
     this.Controls.Add(this.decoMover1);
     this.Controls.Add(this.chkStatic);
     this.Controls.Add(this.chkHued);
     this.Controls.Add(this.bTile);
     this.Controls.Add(this.numTile);
     this.Controls.Add(this.bAdd);
     this.Controls.Add(this.panel);
     this.Name     = "Deco";
     this.Size     = new System.Drawing.Size(496, 142);
     this.Load    += new System.EventHandler(this.Deco_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
     this.panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numTile)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numNudge)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.nRnd)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 8
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ButtonEditor));
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.linkLeft = new System.Windows.Forms.LinkLabel();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.linkRight = new System.Windows.Forms.LinkLabel();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.bPreview = new TheBox.Buttons.BoxButton();
			this.bCancel = new System.Windows.Forms.Button();
			this.bOk = new System.Windows.Forms.Button();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.txCaption = new System.Windows.Forms.TextBox();
			this.cMenu = new System.Windows.Forms.ContextMenu();
			this.mNone = new System.Windows.Forms.MenuItem();
			this.mSingleCommand = new System.Windows.Forms.MenuItem();
			this.mMenu = new System.Windows.Forms.MenuItem();
			this.mLastCommand = new System.Windows.Forms.MenuItem();
			this.mMultiCommand = new System.Windows.Forms.MenuItem();
			this.mModifiersCommand = new System.Windows.Forms.MenuItem();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.groupBox3.SuspendLayout();
			this.SuspendLayout();
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.linkLeft);
			this.groupBox1.Location = new System.Drawing.Point(16, 8);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(200, 80);
			this.groupBox1.TabIndex = 0;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Buttons.LeftMouse";
			// 
			// linkLeft
			// 
			this.linkLeft.Location = new System.Drawing.Point(16, 32);
			this.linkLeft.Name = "linkLeft";
			this.linkLeft.Size = new System.Drawing.Size(176, 23);
			this.linkLeft.TabIndex = 0;
			this.linkLeft.TabStop = true;
			this.linkLeft.Text = "Common.None";
			this.linkLeft.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.linkLeft.MouseDown += new System.Windows.Forms.MouseEventHandler(this.linkLeft_MouseDown);
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.linkRight);
			this.groupBox2.Location = new System.Drawing.Point(240, 8);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(200, 80);
			this.groupBox2.TabIndex = 1;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Buttons.RightMouse";
			// 
			// linkRight
			// 
			this.linkRight.Location = new System.Drawing.Point(16, 32);
			this.linkRight.Name = "linkRight";
			this.linkRight.Size = new System.Drawing.Size(176, 23);
			this.linkRight.TabIndex = 0;
			this.linkRight.TabStop = true;
			this.linkRight.Text = "Common.None";
			this.linkRight.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.linkRight.MouseDown += new System.Windows.Forms.MouseEventHandler(this.linkRight_MouseDown);
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.bPreview);
			this.groupBox3.Location = new System.Drawing.Point(16, 96);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.TabIndex = 0;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "Common.Preview";
			// 
			// bPreview
			// 
			this.bPreview.AllowEdit = false;
			this.bPreview.ButtonID = -1;
			this.bPreview.Def = null;
			this.bPreview.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bPreview.IsActive = false;
			this.bPreview.Location = new System.Drawing.Point(64, 40);
			this.bPreview.Name = "bPreview";
			this.bPreview.Size = new System.Drawing.Size(80, 23);
			this.bPreview.TabIndex = 0;
			this.bPreview.Text = "Common.Preview";
			// 
			// bCancel
			// 
			this.bCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bCancel.Location = new System.Drawing.Point(288, 384);
			this.bCancel.Name = "bCancel";
			this.bCancel.TabIndex = 2;
			this.bCancel.Text = "Common.Cancel";
			this.bCancel.Click += new System.EventHandler(this.bCancel_Click);
			// 
			// bOk
			// 
			this.bOk.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bOk.Location = new System.Drawing.Point(376, 384);
			this.bOk.Name = "bOk";
			this.bOk.TabIndex = 1;
			this.bOk.Text = "Common.Ok";
			this.bOk.Click += new System.EventHandler(this.bOk_Click);
			// 
			// textBox1
			// 
			this.textBox1.Location = new System.Drawing.Point(16, 208);
			this.textBox1.Multiline = true;
			this.textBox1.Name = "textBox1";
			this.textBox1.ReadOnly = true;
			this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
			this.textBox1.Size = new System.Drawing.Size(432, 168);
			this.textBox1.TabIndex = 3;
			this.textBox1.Text = "Buttons.Intstructions";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(240, 104);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(200, 23);
			this.label1.TabIndex = 4;
			this.label1.Text = "ButtonMenuEditor.Caption";
			// 
			// txCaption
			// 
			this.txCaption.Location = new System.Drawing.Point(240, 128);
			this.txCaption.Name = "txCaption";
			this.txCaption.Size = new System.Drawing.Size(200, 20);
			this.txCaption.TabIndex = 5;
			this.txCaption.Text = "";
			this.txCaption.TextChanged += new System.EventHandler(this.txCaption_TextChanged);
			// 
			// cMenu
			// 
			this.cMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																										this.mNone,
																										this.mSingleCommand,
																										this.mMenu,
																										this.mLastCommand,
																										this.mMultiCommand,
																										this.mModifiersCommand});
			this.cMenu.Popup += new System.EventHandler(this.cMenu_Popup);
			// 
			// mNone
			// 
			this.mNone.Index = 0;
			this.mNone.Text = "Common.None";
			this.mNone.Click += new System.EventHandler(this.mNone_Click);
			// 
			// mSingleCommand
			// 
			this.mSingleCommand.Index = 1;
			this.mSingleCommand.Text = "Buttons.Single";
			this.mSingleCommand.Click += new System.EventHandler(this.mSingleCommand_Click);
			// 
			// mMenu
			// 
			this.mMenu.Index = 2;
			this.mMenu.Text = "Common.Menu";
			this.mMenu.Click += new System.EventHandler(this.mMenu_Click);
			// 
			// mLastCommand
			// 
			this.mLastCommand.Index = 3;
			this.mLastCommand.Text = "Buttons.LastCommand";
			this.mLastCommand.Click += new System.EventHandler(this.mLastCommand_Click);
			// 
			// mMultiCommand
			// 
			this.mMultiCommand.Index = 4;
			this.mMultiCommand.Text = "Buttons.Multi";
			this.mMultiCommand.Click += new System.EventHandler(this.mMultiCommand_Click);
			// 
			// mModifiersCommand
			// 
			this.mModifiersCommand.Index = 5;
			this.mModifiersCommand.Text = "Buttons.Modifiers";
			this.mModifiersCommand.Click += new System.EventHandler(this.mModifiersCommand_Click);
			// 
			// ButtonEditor
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(458, 416);
			this.Controls.Add(this.txCaption);
			this.Controls.Add(this.textBox1);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.bOk);
			this.Controls.Add(this.bCancel);
			this.Controls.Add(this.groupBox3);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.groupBox1);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "ButtonEditor";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Buttons.Title";
			this.Closing += new System.ComponentModel.CancelEventHandler(this.ButtonEditor_Closing);
			this.groupBox1.ResumeLayout(false);
			this.groupBox2.ResumeLayout(false);
			this.groupBox3.ResumeLayout(false);
			this.ResumeLayout(false);

		}
Ejemplo n.º 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.boxButton1      = new TheBox.Buttons.BoxButton();
     this.boxButton2      = new TheBox.Buttons.BoxButton();
     this.boxButton3      = new TheBox.Buttons.BoxButton();
     this.boxButton4      = new TheBox.Buttons.BoxButton();
     this.boxButton5      = new TheBox.Buttons.BoxButton();
     this.boxButton6      = new TheBox.Buttons.BoxButton();
     this.boxButton7      = new TheBox.Buttons.BoxButton();
     this.boxButton8      = new TheBox.Buttons.BoxButton();
     this.boxButton9      = new TheBox.Buttons.BoxButton();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.groupBox2       = new System.Windows.Forms.GroupBox();
     this.groupBox3       = new System.Windows.Forms.GroupBox();
     this.boxButton10     = new TheBox.Buttons.BoxButton();
     this.cmbFind         = new System.Windows.Forms.ComboBox();
     this.bFind           = new System.Windows.Forms.Button();
     this.boxButton11     = new TheBox.Buttons.BoxButton();
     this.groupBox4       = new System.Windows.Forms.GroupBox();
     this.bRun            = new System.Windows.Forms.Button();
     this.bFindServerProc = new System.Windows.Forms.Button();
     this.bStop           = new System.Windows.Forms.Button();
     this.bShowConsole    = new System.Windows.Forms.Button();
     this.bHideConsole    = new System.Windows.Forms.Button();
     this.bFindServer     = new System.Windows.Forms.Button();
     this.labServer       = new System.Windows.Forms.Label();
     this.OpenFile        = new System.Windows.Forms.OpenFileDialog();
     this.bGetServ        = new System.Windows.Forms.Button();
     this.bStartServer    = new System.Windows.Forms.Button();
     this.cmbArgs         = new System.Windows.Forms.ComboBox();
     this.label1          = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // boxButton1
     //
     this.boxButton1.AllowEdit = true;
     this.boxButton1.ButtonID  = 55;
     this.boxButton1.Def       = null;
     this.boxButton1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton1.IsActive  = true;
     this.boxButton1.Location  = new System.Drawing.Point(8, 16);
     this.boxButton1.Name      = "boxButton1";
     this.boxButton1.TabIndex  = 0;
     this.boxButton1.Text      = "Profile";
     //
     // boxButton2
     //
     this.boxButton2.AllowEdit = true;
     this.boxButton2.ButtonID  = 56;
     this.boxButton2.Def       = null;
     this.boxButton2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton2.IsActive  = true;
     this.boxButton2.Location  = new System.Drawing.Point(8, 44);
     this.boxButton2.Name      = "boxButton2";
     this.boxButton2.TabIndex  = 1;
     this.boxButton2.Text      = "Generate";
     //
     // boxButton3
     //
     this.boxButton3.AllowEdit = true;
     this.boxButton3.ButtonID  = 57;
     this.boxButton3.Def       = null;
     this.boxButton3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton3.IsActive  = true;
     this.boxButton3.Location  = new System.Drawing.Point(8, 40);
     this.boxButton3.Name      = "boxButton3";
     this.boxButton3.TabIndex  = 2;
     this.boxButton3.Text      = "Save";
     //
     // boxButton4
     //
     this.boxButton4.AllowEdit = true;
     this.boxButton4.ButtonID  = 58;
     this.boxButton4.Def       = null;
     this.boxButton4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton4.IsActive  = true;
     this.boxButton4.Location  = new System.Drawing.Point(8, 64);
     this.boxButton4.Name      = "boxButton4";
     this.boxButton4.TabIndex  = 3;
     this.boxButton4.Text      = "Ban";
     //
     // boxButton5
     //
     this.boxButton5.AllowEdit = true;
     this.boxButton5.ButtonID  = 59;
     this.boxButton5.Def       = null;
     this.boxButton5.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton5.IsActive  = true;
     this.boxButton5.Location  = new System.Drawing.Point(8, 16);
     this.boxButton5.Name      = "boxButton5";
     this.boxButton5.TabIndex  = 4;
     this.boxButton5.Text      = "Admin";
     //
     // boxButton6
     //
     this.boxButton6.AllowEdit = true;
     this.boxButton6.ButtonID  = 64;
     this.boxButton6.Def       = null;
     this.boxButton6.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton6.IsActive  = true;
     this.boxButton6.Location  = new System.Drawing.Point(8, 112);
     this.boxButton6.Name      = "boxButton6";
     this.boxButton6.TabIndex  = 4;
     this.boxButton6.Text      = "Guards";
     //
     // boxButton7
     //
     this.boxButton7.AllowEdit = true;
     this.boxButton7.ButtonID  = 65;
     this.boxButton7.Def       = null;
     this.boxButton7.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton7.IsActive  = true;
     this.boxButton7.Location  = new System.Drawing.Point(8, 44);
     this.boxButton7.Name      = "boxButton7";
     this.boxButton7.TabIndex  = 3;
     this.boxButton7.Text      = "Unfreeze";
     //
     // boxButton8
     //
     this.boxButton8.AllowEdit = true;
     this.boxButton8.ButtonID  = 66;
     this.boxButton8.Def       = null;
     this.boxButton8.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton8.IsActive  = true;
     this.boxButton8.Location  = new System.Drawing.Point(8, 16);
     this.boxButton8.Name      = "boxButton8";
     this.boxButton8.TabIndex  = 2;
     this.boxButton8.Text      = "Freeze";
     //
     // boxButton9
     //
     this.boxButton9.AllowEdit = true;
     this.boxButton9.ButtonID  = 67;
     this.boxButton9.Def       = null;
     this.boxButton9.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton9.IsActive  = true;
     this.boxButton9.Location  = new System.Drawing.Point(8, 88);
     this.boxButton9.Name      = "boxButton9";
     this.boxButton9.TabIndex  = 1;
     this.boxButton9.Text      = "Firewall";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.boxButton5);
     this.groupBox1.Controls.Add(this.boxButton3);
     this.groupBox1.Controls.Add(this.boxButton4);
     this.groupBox1.Controls.Add(this.boxButton9);
     this.groupBox1.Controls.Add(this.boxButton6);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(4, 0);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(92, 140);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Admin.Control";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.boxButton1);
     this.groupBox2.Controls.Add(this.boxButton2);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location  = new System.Drawing.Point(196, 0);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(92, 72);
     this.groupBox2.TabIndex  = 4;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Admin.World";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.boxButton8);
     this.groupBox3.Controls.Add(this.boxButton7);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location  = new System.Drawing.Point(100, 0);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(92, 72);
     this.groupBox3.TabIndex  = 5;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = "Admin.Statics";
     //
     // boxButton10
     //
     this.boxButton10.AllowEdit = true;
     this.boxButton10.ButtonID  = 68;
     this.boxButton10.Def       = null;
     this.boxButton10.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton10.IsActive  = true;
     this.boxButton10.Location  = new System.Drawing.Point(108, 80);
     this.boxButton10.Name      = "boxButton10";
     this.boxButton10.TabIndex  = 6;
     this.boxButton10.Text      = "Misc";
     //
     // cmbFind
     //
     this.cmbFind.Location = new System.Drawing.Point(108, 112);
     this.cmbFind.Name     = "cmbFind";
     this.cmbFind.Size     = new System.Drawing.Size(116, 21);
     this.cmbFind.TabIndex = 7;
     //
     // bFind
     //
     this.bFind.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bFind.Location  = new System.Drawing.Point(228, 108);
     this.bFind.Name      = "bFind";
     this.bFind.Size      = new System.Drawing.Size(52, 28);
     this.bFind.TabIndex  = 8;
     this.bFind.Text      = "Common.Find";
     this.bFind.Click    += new System.EventHandler(this.bFind_Click);
     //
     // boxButton11
     //
     this.boxButton11.AllowEdit = true;
     this.boxButton11.ButtonID  = 69;
     this.boxButton11.Def       = null;
     this.boxButton11.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton11.IsActive  = true;
     this.boxButton11.Location  = new System.Drawing.Point(204, 80);
     this.boxButton11.Name      = "boxButton11";
     this.boxButton11.TabIndex  = 9;
     this.boxButton11.Text      = "Custom";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.label1);
     this.groupBox4.Controls.Add(this.cmbArgs);
     this.groupBox4.Controls.Add(this.bStartServer);
     this.groupBox4.Controls.Add(this.bGetServ);
     this.groupBox4.Controls.Add(this.bStop);
     this.groupBox4.Controls.Add(this.bShowConsole);
     this.groupBox4.Controls.Add(this.bHideConsole);
     this.groupBox4.Controls.Add(this.bFindServer);
     this.groupBox4.Controls.Add(this.labServer);
     this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox4.Location  = new System.Drawing.Point(292, 0);
     this.groupBox4.Name      = "groupBox4";
     this.groupBox4.Size      = new System.Drawing.Size(200, 140);
     this.groupBox4.TabIndex  = 10;
     this.groupBox4.TabStop   = false;
     this.groupBox4.Text      = "Admin.Process";
     //
     // bRun
     //
     this.bRun.Location = new System.Drawing.Point(0, 0);
     this.bRun.Name     = "bRun";
     this.bRun.TabIndex = 0;
     //
     // bFindServerProc
     //
     this.bFindServerProc.Location = new System.Drawing.Point(0, 0);
     this.bFindServerProc.Name     = "bFindServerProc";
     this.bFindServerProc.TabIndex = 0;
     //
     // bStop
     //
     this.bStop.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bStop.Location  = new System.Drawing.Point(4, 84);
     this.bStop.Name      = "bStop";
     this.bStop.Size      = new System.Drawing.Size(92, 23);
     this.bStop.TabIndex  = 4;
     this.bStop.Text      = "Common.Stop";
     this.bStop.Click    += new System.EventHandler(this.bStop_Click);
     //
     // bShowConsole
     //
     this.bShowConsole.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bShowConsole.Location  = new System.Drawing.Point(104, 112);
     this.bShowConsole.Name      = "bShowConsole";
     this.bShowConsole.Size      = new System.Drawing.Size(92, 23);
     this.bShowConsole.TabIndex  = 3;
     this.bShowConsole.Text      = "Admin.Show";
     this.bShowConsole.Click    += new System.EventHandler(this.bShowConsole_Click);
     //
     // bHideConsole
     //
     this.bHideConsole.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bHideConsole.Location  = new System.Drawing.Point(4, 112);
     this.bHideConsole.Name      = "bHideConsole";
     this.bHideConsole.Size      = new System.Drawing.Size(92, 23);
     this.bHideConsole.TabIndex  = 2;
     this.bHideConsole.Text      = "Admin.Hide";
     this.bHideConsole.Click    += new System.EventHandler(this.bHideConsole_Click);
     //
     // bFindServer
     //
     this.bFindServer.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bFindServer.Location  = new System.Drawing.Point(148, 16);
     this.bFindServer.Name      = "bFindServer";
     this.bFindServer.Size      = new System.Drawing.Size(48, 23);
     this.bFindServer.TabIndex  = 1;
     this.bFindServer.Text      = "Common.File";
     this.bFindServer.Click    += new System.EventHandler(this.bFindServer_Click);
     //
     // labServer
     //
     this.labServer.Location  = new System.Drawing.Point(4, 16);
     this.labServer.Name      = "labServer";
     this.labServer.Size      = new System.Drawing.Size(136, 23);
     this.labServer.TabIndex  = 0;
     this.labServer.Text      = "Admin.ProcessNotFound";
     this.labServer.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.labServer.Paint    += new System.Windows.Forms.PaintEventHandler(this.labServer_Paint);
     //
     // bGetServ
     //
     this.bGetServ.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bGetServ.Location  = new System.Drawing.Point(104, 84);
     this.bGetServ.Name      = "bGetServ";
     this.bGetServ.Size      = new System.Drawing.Size(92, 23);
     this.bGetServ.TabIndex  = 5;
     this.bGetServ.Text      = "Common.Find";
     this.bGetServ.Click    += new System.EventHandler(this.bGetServ_Click);
     //
     // bStartServer
     //
     this.bStartServer.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bStartServer.Location  = new System.Drawing.Point(148, 44);
     this.bStartServer.Name      = "bStartServer";
     this.bStartServer.Size      = new System.Drawing.Size(48, 32);
     this.bStartServer.TabIndex  = 6;
     this.bStartServer.Text      = "Common.Run";
     this.bStartServer.Click    += new System.EventHandler(this.bStartServer_Click);
     //
     // cmbArgs
     //
     this.cmbArgs.Location = new System.Drawing.Point(4, 56);
     this.cmbArgs.Name     = "cmbArgs";
     this.cmbArgs.Size     = new System.Drawing.Size(136, 21);
     this.cmbArgs.TabIndex = 7;
     this.cmbArgs.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cmbArgs_KeyDown);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(4, 40);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(136, 16);
     this.label1.TabIndex = 8;
     this.label1.Text     = "Admin.CmdArgs";
     //
     // Admin
     //
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.boxButton11);
     this.Controls.Add(this.bFind);
     this.Controls.Add(this.cmbFind);
     this.Controls.Add(this.boxButton10);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name  = "Admin";
     this.Size  = new System.Drawing.Size(496, 142);
     this.Load += new System.EventHandler(this.Admin_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 10
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Box));
            TheBox.Common.MulManager mulManager1 = new TheBox.Common.MulManager();
            this.BigTab = new System.Windows.Forms.TabControl();
            this.TabGeneral = new System.Windows.Forms.TabPage();
            this.TabDeco = new System.Windows.Forms.TabPage();
            this.TabTravel = new System.Windows.Forms.TabPage();
            this.TabProperties = new System.Windows.Forms.TabPage();
            this.TabItems = new System.Windows.Forms.TabPage();
            this.TabNPCs = new System.Windows.Forms.TabPage();
            this.TabAdmin = new System.Windows.Forms.TabPage();
            this.TabTools = new System.Windows.Forms.TabPage();
            this.TabDoors = new System.Windows.Forms.TabPage();
            this.TabLights = new System.Windows.Forms.TabPage();
            this.TabNotes = new System.Windows.Forms.TabPage();
            this.SmallTab = new System.Windows.Forms.TabControl();
            this.tabArt = new System.Windows.Forms.TabPage();
            this.Art = new TheBox.ArtViewer.ArtViewer();
            this.tabMap = new System.Windows.Forms.TabPage();
            this.Map = new TheBox.MapViewer.MapViewer();
            this.tabProps = new System.Windows.Forms.TabPage();
            this.tabCustom = new System.Windows.Forms.TabPage();
            this.bSetHue = new System.Windows.Forms.Button();
            this.Tray = new System.Windows.Forms.NotifyIcon(this.components);
            this.TrayMenu = new System.Windows.Forms.ContextMenu();
            this.TrayBox = new System.Windows.Forms.MenuItem();
            this.menuItem2 = new System.Windows.Forms.MenuItem();
            this.TrayOptions = new System.Windows.Forms.MenuItem();
            this.menuItem3 = new System.Windows.Forms.MenuItem();
            this.miViewDataFolder = new System.Windows.Forms.MenuItem();
            this.miViewLog = new System.Windows.Forms.MenuItem();
            this.miProfile = new System.Windows.Forms.MenuItem();
            this.menuItem1 = new System.Windows.Forms.MenuItem();
            this.miAbout = new System.Windows.Forms.MenuItem();
            this.TrayExit = new System.Windows.Forms.MenuItem();
            this.numHue = new System.Windows.Forms.NumericUpDown();
            this.boxImgLst = new System.Windows.Forms.ImageList(this.components);
            this.bMenu = new System.Windows.Forms.Label();
            this.pctCap = new System.Windows.Forms.PictureBox();
            this.imgHue = new System.Windows.Forms.PictureBox();
            this.boxButton8 = new TheBox.Buttons.BoxButton();
            this.boxButton7 = new TheBox.Buttons.BoxButton();
            this.boxButton6 = new TheBox.Buttons.BoxButton();
            this.boxButton5 = new TheBox.Buttons.BoxButton();
            this.boxButton4 = new TheBox.Buttons.BoxButton();
            this.boxButton3 = new TheBox.Buttons.BoxButton();
            this.boxButton2 = new TheBox.Buttons.BoxButton();
            this.boxButton1 = new TheBox.Buttons.BoxButton();
            this.ucPropManager = new TheBox.Controls.PropManager();
            this.boxButton23 = new TheBox.Buttons.BoxButton();
            this.boxButton22 = new TheBox.Buttons.BoxButton();
            this.boxButton21 = new TheBox.Buttons.BoxButton();
            this.boxButton20 = new TheBox.Buttons.BoxButton();
            this.boxButton19 = new TheBox.Buttons.BoxButton();
            this.boxButton18 = new TheBox.Buttons.BoxButton();
            this.boxButton17 = new TheBox.Buttons.BoxButton();
            this.boxButton16 = new TheBox.Buttons.BoxButton();
            this.boxButton15 = new TheBox.Buttons.BoxButton();
            this.boxButton14 = new TheBox.Buttons.BoxButton();
            this.boxButton13 = new TheBox.Buttons.BoxButton();
            this.boxButton12 = new TheBox.Buttons.BoxButton();
            this.boxButton11 = new TheBox.Buttons.BoxButton();
            this.boxButton10 = new TheBox.Buttons.BoxButton();
            this.boxButton9 = new TheBox.Buttons.BoxButton();
            this.general1 = new TheBox.Pages.General();
            this.m_TabDeco = new TheBox.Pages.Deco();
            this.m_TravelTab = new TheBox.Pages.Travel();
            this.m_PageProperties = new TheBox.Pages.Props();
            this.m_ItemsTab = new TheBox.Pages.Items();
            this.m_PageMobiles = new TheBox.Pages.Mobiles();
            this.m_TabAdmin = new TheBox.Pages.Admin();
            this.m_Tools = new TheBox.Pages.Tools();
            this.DoorsTab = new TheBox.Pages.Doors();
            this.LightsTab = new TheBox.Pages.Lights();
            this.m_NotesTab = new TheBox.Pages.Notes();
            this.BigTab.SuspendLayout();
            this.TabGeneral.SuspendLayout();
            this.TabDeco.SuspendLayout();
            this.TabTravel.SuspendLayout();
            this.TabProperties.SuspendLayout();
            this.TabItems.SuspendLayout();
            this.TabNPCs.SuspendLayout();
            this.TabAdmin.SuspendLayout();
            this.TabTools.SuspendLayout();
            this.TabDoors.SuspendLayout();
            this.TabLights.SuspendLayout();
            this.TabNotes.SuspendLayout();
            this.SmallTab.SuspendLayout();
            this.tabArt.SuspendLayout();
            this.tabMap.SuspendLayout();
            this.tabProps.SuspendLayout();
            this.tabCustom.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numHue)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pctCap)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imgHue)).BeginInit();
            this.SuspendLayout();
            // 
            // BigTab
            // 
            this.BigTab.Controls.Add(this.TabGeneral);
            this.BigTab.Controls.Add(this.TabDeco);
            this.BigTab.Controls.Add(this.TabTravel);
            this.BigTab.Controls.Add(this.TabProperties);
            this.BigTab.Controls.Add(this.TabItems);
            this.BigTab.Controls.Add(this.TabNPCs);
            this.BigTab.Controls.Add(this.TabAdmin);
            this.BigTab.Controls.Add(this.TabTools);
            this.BigTab.Controls.Add(this.TabDoors);
            this.BigTab.Controls.Add(this.TabLights);
            this.BigTab.Controls.Add(this.TabNotes);
            this.BigTab.ItemSize = new System.Drawing.Size(42, 16);
            this.BigTab.Location = new System.Drawing.Point(0, 20);
            this.BigTab.Name = "BigTab";
            this.BigTab.SelectedIndex = 0;
            this.BigTab.Size = new System.Drawing.Size(504, 166);
            this.BigTab.TabIndex = 0;
            this.BigTab.SelectedIndexChanged += new System.EventHandler(this.BigTab_SelectedIndexChanged);
            this.BigTab.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Box_KeyDown);
            // 
            // TabGeneral
            // 
            this.TabGeneral.Controls.Add(this.general1);
            this.TabGeneral.Location = new System.Drawing.Point(4, 20);
            this.TabGeneral.Name = "TabGeneral";
            this.TabGeneral.Size = new System.Drawing.Size(496, 142);
            this.TabGeneral.TabIndex = 7;
            this.TabGeneral.Text = "Tabs.General";
            // 
            // TabDeco
            // 
            this.TabDeco.Controls.Add(this.m_TabDeco);
            this.TabDeco.Location = new System.Drawing.Point(4, 20);
            this.TabDeco.Name = "TabDeco";
            this.TabDeco.Size = new System.Drawing.Size(496, 142);
            this.TabDeco.TabIndex = 3;
            this.TabDeco.Text = "Tabs.Deco";
            // 
            // TabTravel
            // 
            this.TabTravel.Controls.Add(this.m_TravelTab);
            this.TabTravel.Location = new System.Drawing.Point(4, 20);
            this.TabTravel.Name = "TabTravel";
            this.TabTravel.Size = new System.Drawing.Size(496, 142);
            this.TabTravel.TabIndex = 0;
            this.TabTravel.Text = "Tabs.Travel";
            // 
            // TabProperties
            // 
            this.TabProperties.Controls.Add(this.m_PageProperties);
            this.TabProperties.Location = new System.Drawing.Point(4, 20);
            this.TabProperties.Name = "TabProperties";
            this.TabProperties.Size = new System.Drawing.Size(496, 142);
            this.TabProperties.TabIndex = 2;
            this.TabProperties.Text = "Tabs.Props";
            // 
            // TabItems
            // 
            this.TabItems.Controls.Add(this.m_ItemsTab);
            this.TabItems.Location = new System.Drawing.Point(4, 20);
            this.TabItems.Name = "TabItems";
            this.TabItems.Size = new System.Drawing.Size(496, 142);
            this.TabItems.TabIndex = 4;
            this.TabItems.Text = "Tabs.Items";
            // 
            // TabNPCs
            // 
            this.TabNPCs.Controls.Add(this.m_PageMobiles);
            this.TabNPCs.Location = new System.Drawing.Point(4, 20);
            this.TabNPCs.Name = "TabNPCs";
            this.TabNPCs.Size = new System.Drawing.Size(496, 142);
            this.TabNPCs.TabIndex = 1;
            this.TabNPCs.Text = "Tabs.NPCs";
            // 
            // TabAdmin
            // 
            this.TabAdmin.Controls.Add(this.m_TabAdmin);
            this.TabAdmin.Location = new System.Drawing.Point(4, 20);
            this.TabAdmin.Name = "TabAdmin";
            this.TabAdmin.Size = new System.Drawing.Size(496, 142);
            this.TabAdmin.TabIndex = 6;
            this.TabAdmin.Text = "Tabs.Admin";
            // 
            // TabTools
            // 
            this.TabTools.Controls.Add(this.m_Tools);
            this.TabTools.Location = new System.Drawing.Point(4, 20);
            this.TabTools.Name = "TabTools";
            this.TabTools.Size = new System.Drawing.Size(496, 142);
            this.TabTools.TabIndex = 10;
            this.TabTools.Text = "Tabs.Tools";
            // 
            // TabDoors
            // 
            this.TabDoors.Controls.Add(this.DoorsTab);
            this.TabDoors.Location = new System.Drawing.Point(4, 20);
            this.TabDoors.Name = "TabDoors";
            this.TabDoors.Size = new System.Drawing.Size(496, 142);
            this.TabDoors.TabIndex = 9;
            this.TabDoors.Text = "Tabs.Doors";
            // 
            // TabLights
            // 
            this.TabLights.Controls.Add(this.LightsTab);
            this.TabLights.Location = new System.Drawing.Point(4, 20);
            this.TabLights.Name = "TabLights";
            this.TabLights.Size = new System.Drawing.Size(496, 142);
            this.TabLights.TabIndex = 8;
            this.TabLights.Text = "Tabs.Lights";
            // 
            // TabNotes
            // 
            this.TabNotes.Controls.Add(this.m_NotesTab);
            this.TabNotes.Location = new System.Drawing.Point(4, 20);
            this.TabNotes.Name = "TabNotes";
            this.TabNotes.Size = new System.Drawing.Size(496, 142);
            this.TabNotes.TabIndex = 5;
            this.TabNotes.Text = "Tabs.Notes";
            // 
            // SmallTab
            // 
            this.SmallTab.Controls.Add(this.tabArt);
            this.SmallTab.Controls.Add(this.tabMap);
            this.SmallTab.Controls.Add(this.tabProps);
            this.SmallTab.Controls.Add(this.tabCustom);
            this.SmallTab.ItemSize = new System.Drawing.Size(42, 16);
            this.SmallTab.Location = new System.Drawing.Point(504, 20);
            this.SmallTab.Name = "SmallTab";
            this.SmallTab.SelectedIndex = 0;
            this.SmallTab.Size = new System.Drawing.Size(184, 166);
            this.SmallTab.TabIndex = 1;
            this.SmallTab.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Box_KeyDown);
            // 
            // tabArt
            // 
            this.tabArt.Controls.Add(this.Art);
            this.tabArt.Location = new System.Drawing.Point(4, 20);
            this.tabArt.Name = "tabArt";
            this.tabArt.Size = new System.Drawing.Size(176, 142);
            this.tabArt.TabIndex = 0;
            this.tabArt.Text = "Tabs.Art";
            // 
            // Art
            // 
            this.Art.Animate = false;
            this.Art.Art = TheBox.ArtViewer.Art.Items;
            this.Art.ArtIndex = 0;
            this.Art.BackColor = System.Drawing.Color.White;
            this.Art.Hue = 0;
            this.Art.Location = new System.Drawing.Point(1, 1);
            this.Art.Name = "Art";
            this.Art.ResizeTallItems = false;
            this.Art.RoomView = true;
            this.Art.ShowHexID = true;
            this.Art.ShowID = true;
            this.Art.Size = new System.Drawing.Size(174, 140);
            this.Art.TabIndex = 0;
            this.Art.Text = "artViewer1";
            // 
            // tabMap
            // 
            this.tabMap.Controls.Add(this.Map);
            this.tabMap.Location = new System.Drawing.Point(4, 20);
            this.tabMap.Name = "tabMap";
            this.tabMap.Size = new System.Drawing.Size(176, 142);
            this.tabMap.TabIndex = 1;
            this.tabMap.Text = "Tabs.Map";
            // 
            // Map
            // 
            this.Map.Center = new System.Drawing.Point(0, 0);
            this.Map.DisplayErrors = true;
            this.Map.DrawObjects = ((System.Collections.Generic.List<TheBox.MapViewer.DrawObjects.IMapDrawable>)(resources.GetObject("Map.DrawObjects")));
            this.Map.DrawStatics = false;
            this.Map.Location = new System.Drawing.Point(1, 1);
            this.Map.Map = TheBox.MapViewer.Maps.Felucca;
            mulManager1.CustomFolder = null;
            mulManager1.Table = null;
            this.Map.MulManager = mulManager1;
            this.Map.Name = "Map";
            this.Map.Navigation = TheBox.MapViewer.MapNavigation.LeftMouseButton;
            this.Map.RotateView = false;
            this.Map.ShowCross = true;
            this.Map.Size = new System.Drawing.Size(174, 140);
            this.Map.TabIndex = 0;
            this.Map.Text = "mapViewer1";
            this.Map.WheelZoom = true;
            this.Map.XRayView = false;
            this.Map.ZoomLevel = 0;
            this.Map.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Map_MouseDown);
            // 
            // tabProps
            // 
            this.tabProps.Controls.Add(this.ucPropManager);
            this.tabProps.Location = new System.Drawing.Point(4, 20);
            this.tabProps.Name = "tabProps";
            this.tabProps.Size = new System.Drawing.Size(176, 142);
            this.tabProps.TabIndex = 2;
            this.tabProps.Text = "Tabs.Props";
            // 
            // tabCustom
            // 
            this.tabCustom.Controls.Add(this.boxButton23);
            this.tabCustom.Controls.Add(this.boxButton22);
            this.tabCustom.Controls.Add(this.boxButton21);
            this.tabCustom.Controls.Add(this.boxButton20);
            this.tabCustom.Controls.Add(this.boxButton19);
            this.tabCustom.Controls.Add(this.boxButton18);
            this.tabCustom.Controls.Add(this.boxButton17);
            this.tabCustom.Controls.Add(this.boxButton16);
            this.tabCustom.Controls.Add(this.boxButton15);
            this.tabCustom.Controls.Add(this.boxButton14);
            this.tabCustom.Controls.Add(this.boxButton13);
            this.tabCustom.Controls.Add(this.boxButton12);
            this.tabCustom.Controls.Add(this.boxButton11);
            this.tabCustom.Controls.Add(this.boxButton10);
            this.tabCustom.Controls.Add(this.boxButton9);
            this.tabCustom.Location = new System.Drawing.Point(4, 20);
            this.tabCustom.Name = "tabCustom";
            this.tabCustom.Size = new System.Drawing.Size(176, 142);
            this.tabCustom.TabIndex = 3;
            this.tabCustom.Text = "Tabs.Custom";
            // 
            // bSetHue
            // 
            this.bSetHue.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.bSetHue.Location = new System.Drawing.Point(112, 0);
            this.bSetHue.Name = "bSetHue";
            this.bSetHue.Size = new System.Drawing.Size(32, 20);
            this.bSetHue.TabIndex = 3;
            this.bSetHue.Text = "Common.Set";
            this.bSetHue.Click += new System.EventHandler(this.bSetHue_Click);
            // 
            // Tray
            // 
            this.Tray.ContextMenu = this.TrayMenu;
            this.Tray.Icon = ((System.Drawing.Icon)(resources.GetObject("Tray.Icon")));
            this.Tray.Text = "Pandora\'s Box";
            this.Tray.Visible = true;
            this.Tray.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Tray_MouseDown);
            // 
            // TrayMenu
            // 
            this.TrayMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.TrayBox,
            this.menuItem2,
            this.TrayOptions,
            this.menuItem3,
            this.miProfile,
            this.menuItem1,
            this.miAbout,
            this.TrayExit});
            // 
            // TrayBox
            // 
            this.TrayBox.Index = 0;
            this.TrayBox.Text = "Misc.www";
            this.TrayBox.Click += new System.EventHandler(this.TrayBox_Click);
            // 
            // menuItem2
            // 
            this.menuItem2.Index = 1;
            this.menuItem2.Text = "-";
            // 
            // TrayOptions
            // 
            this.TrayOptions.Index = 2;
            this.TrayOptions.Text = "Common.Options";
            this.TrayOptions.Click += new System.EventHandler(this.TrayOptions_Click);
            // 
            // menuItem3
            // 
            this.menuItem3.Index = 3;
            this.menuItem3.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.miViewDataFolder,
            this.miViewLog});
            this.menuItem3.Text = "Common.View";
            // 
            // miViewDataFolder
            // 
            this.miViewDataFolder.Index = 0;
            this.miViewDataFolder.Text = "Misc.DataFolder";
            this.miViewDataFolder.Click += new System.EventHandler(this.miViewDataFolder_Click);
            // 
            // miViewLog
            // 
            this.miViewLog.Index = 1;
            this.miViewLog.Text = "Misc.Log";
            this.miViewLog.Click += new System.EventHandler(this.miViewLog_Click);
            // 
            // miProfile
            // 
            this.miProfile.Index = 4;
            this.miProfile.Text = "Common.Profile";
            // 
            // menuItem1
            // 
            this.menuItem1.Index = 5;
            this.menuItem1.Text = "-";
            // 
            // miAbout
            // 
            this.miAbout.Index = 6;
            this.miAbout.Text = "Common.About";
            this.miAbout.Click += new System.EventHandler(this.miAbout_Click);
            // 
            // TrayExit
            // 
            this.TrayExit.Index = 7;
            this.TrayExit.Text = "Common.Exit";
            this.TrayExit.Click += new System.EventHandler(this.TrayExit_Click);
            // 
            // numHue
            // 
            this.numHue.Location = new System.Drawing.Point(24, 0);
            this.numHue.Maximum = new decimal(new int[] {
            3000,
            0,
            0,
            0});
            this.numHue.Name = "numHue";
            this.numHue.Size = new System.Drawing.Size(48, 20);
            this.numHue.TabIndex = 6;
            this.numHue.ValueChanged += new System.EventHandler(this.numHue_ValueChanged);
            // 
            // boxImgLst
            // 
            this.boxImgLst.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("boxImgLst.ImageStream")));
            this.boxImgLst.TransparentColor = System.Drawing.Color.Transparent;
            this.boxImgLst.Images.SetKeyName(0, "");
            this.boxImgLst.Images.SetKeyName(1, "");
            this.boxImgLst.Images.SetKeyName(2, "");
            // 
            // bMenu
            // 
            this.bMenu.ImageIndex = 0;
            this.bMenu.ImageList = this.boxImgLst;
            this.bMenu.Location = new System.Drawing.Point(3, 2);
            this.bMenu.Name = "bMenu";
            this.bMenu.Size = new System.Drawing.Size(16, 16);
            this.bMenu.TabIndex = 16;
            this.bMenu.MouseLeave += new System.EventHandler(this.bMenu_MouseLeave);
            this.bMenu.Click += new System.EventHandler(this.bMenu_Click);
            this.bMenu.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bMenu_MouseDown_1);
            this.bMenu.MouseEnter += new System.EventHandler(this.bMenu_MouseEnter);
            // 
            // pctCap
            // 
            this.pctCap.Image = ((System.Drawing.Image)(resources.GetObject("pctCap.Image")));
            this.pctCap.Location = new System.Drawing.Point(656, 0);
            this.pctCap.Name = "pctCap";
            this.pctCap.Size = new System.Drawing.Size(32, 20);
            this.pctCap.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.pctCap.TabIndex = 15;
            this.pctCap.TabStop = false;
            this.pctCap.MouseLeave += new System.EventHandler(this.pctCap_MouseLeave);
            this.pctCap.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pctCap_MouseDown);
            this.pctCap.Paint += new System.Windows.Forms.PaintEventHandler(this.pctCap_Paint);
            this.pctCap.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pctCap_MouseUp);
            this.pctCap.MouseEnter += new System.EventHandler(this.pctCap_MouseEnter);
            // 
            // imgHue
            // 
            this.imgHue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.imgHue.Location = new System.Drawing.Point(72, 2);
            this.imgHue.Name = "imgHue";
            this.imgHue.Size = new System.Drawing.Size(38, 16);
            this.imgHue.TabIndex = 5;
            this.imgHue.TabStop = false;
            this.imgHue.MouseDown += new System.Windows.Forms.MouseEventHandler(this.imgHue_MouseDown);
            // 
            // boxButton8
            // 
            this.boxButton8.AllowEdit = true;
            this.boxButton8.ButtonID = 34;
            this.boxButton8.Def = null;
            this.boxButton8.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton8.IsActive = true;
            this.boxButton8.Location = new System.Drawing.Point(592, 0);
            this.boxButton8.Name = "boxButton8";
            this.boxButton8.Size = new System.Drawing.Size(64, 20);
            this.boxButton8.TabIndex = 14;
            this.boxButton8.Text = "boxButton8";
            // 
            // boxButton7
            // 
            this.boxButton7.AllowEdit = true;
            this.boxButton7.ButtonID = 33;
            this.boxButton7.Def = null;
            this.boxButton7.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton7.IsActive = true;
            this.boxButton7.Location = new System.Drawing.Point(528, 0);
            this.boxButton7.Name = "boxButton7";
            this.boxButton7.Size = new System.Drawing.Size(64, 20);
            this.boxButton7.TabIndex = 13;
            this.boxButton7.Text = "boxButton7";
            // 
            // boxButton6
            // 
            this.boxButton6.AllowEdit = true;
            this.boxButton6.ButtonID = 32;
            this.boxButton6.Def = null;
            this.boxButton6.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton6.IsActive = true;
            this.boxButton6.Location = new System.Drawing.Point(464, 0);
            this.boxButton6.Name = "boxButton6";
            this.boxButton6.Size = new System.Drawing.Size(64, 20);
            this.boxButton6.TabIndex = 12;
            this.boxButton6.Text = "boxButton6";
            // 
            // boxButton5
            // 
            this.boxButton5.AllowEdit = true;
            this.boxButton5.ButtonID = 31;
            this.boxButton5.Def = null;
            this.boxButton5.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton5.IsActive = true;
            this.boxButton5.Location = new System.Drawing.Point(400, 0);
            this.boxButton5.Name = "boxButton5";
            this.boxButton5.Size = new System.Drawing.Size(64, 20);
            this.boxButton5.TabIndex = 11;
            this.boxButton5.Text = "boxButton5";
            // 
            // boxButton4
            // 
            this.boxButton4.AllowEdit = true;
            this.boxButton4.ButtonID = 30;
            this.boxButton4.Def = null;
            this.boxButton4.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton4.IsActive = true;
            this.boxButton4.Location = new System.Drawing.Point(336, 0);
            this.boxButton4.Name = "boxButton4";
            this.boxButton4.Size = new System.Drawing.Size(64, 20);
            this.boxButton4.TabIndex = 10;
            this.boxButton4.Text = "boxButton4";
            // 
            // boxButton3
            // 
            this.boxButton3.AllowEdit = true;
            this.boxButton3.ButtonID = 29;
            this.boxButton3.Def = null;
            this.boxButton3.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton3.IsActive = true;
            this.boxButton3.Location = new System.Drawing.Point(272, 0);
            this.boxButton3.Name = "boxButton3";
            this.boxButton3.Size = new System.Drawing.Size(64, 20);
            this.boxButton3.TabIndex = 9;
            this.boxButton3.Text = "boxButton3";
            // 
            // boxButton2
            // 
            this.boxButton2.AllowEdit = true;
            this.boxButton2.ButtonID = 28;
            this.boxButton2.Def = null;
            this.boxButton2.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton2.IsActive = true;
            this.boxButton2.Location = new System.Drawing.Point(208, 0);
            this.boxButton2.Name = "boxButton2";
            this.boxButton2.Size = new System.Drawing.Size(64, 20);
            this.boxButton2.TabIndex = 8;
            this.boxButton2.Text = "boxButton2";
            // 
            // boxButton1
            // 
            this.boxButton1.AllowEdit = true;
            this.boxButton1.ButtonID = 9;
            this.boxButton1.Def = null;
            this.boxButton1.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton1.IsActive = true;
            this.boxButton1.Location = new System.Drawing.Point(144, 0);
            this.boxButton1.Name = "boxButton1";
            this.boxButton1.Size = new System.Drawing.Size(64, 20);
            this.boxButton1.TabIndex = 7;
            this.boxButton1.Text = "boxButton1";
            this.boxButton1.Click += new System.EventHandler(this.boxButton1_Click);
            // 
            // ucPropManager
            // 
            this.ucPropManager.Location = new System.Drawing.Point(0, 0);
            this.ucPropManager.Name = "ucPropManager";
            this.ucPropManager.Size = new System.Drawing.Size(176, 144);
            this.ucPropManager.TabIndex = 0;
            // 
            // boxButton23
            // 
            this.boxButton23.AllowEdit = true;
            this.boxButton23.ButtonID = 118;
            this.boxButton23.Def = null;
            this.boxButton23.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton23.IsActive = true;
            this.boxButton23.Location = new System.Drawing.Point(120, 116);
            this.boxButton23.Name = "boxButton23";
            this.boxButton23.Size = new System.Drawing.Size(56, 23);
            this.boxButton23.TabIndex = 14;
            this.boxButton23.Text = "boxButton23";
            // 
            // boxButton22
            // 
            this.boxButton22.AllowEdit = true;
            this.boxButton22.ButtonID = 117;
            this.boxButton22.Def = null;
            this.boxButton22.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton22.IsActive = true;
            this.boxButton22.Location = new System.Drawing.Point(120, 88);
            this.boxButton22.Name = "boxButton22";
            this.boxButton22.Size = new System.Drawing.Size(56, 23);
            this.boxButton22.TabIndex = 13;
            this.boxButton22.Text = "boxButton22";
            // 
            // boxButton21
            // 
            this.boxButton21.AllowEdit = true;
            this.boxButton21.ButtonID = 116;
            this.boxButton21.Def = null;
            this.boxButton21.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton21.IsActive = true;
            this.boxButton21.Location = new System.Drawing.Point(120, 60);
            this.boxButton21.Name = "boxButton21";
            this.boxButton21.Size = new System.Drawing.Size(56, 23);
            this.boxButton21.TabIndex = 12;
            this.boxButton21.Text = "boxButton21";
            // 
            // boxButton20
            // 
            this.boxButton20.AllowEdit = true;
            this.boxButton20.ButtonID = 115;
            this.boxButton20.Def = null;
            this.boxButton20.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton20.IsActive = true;
            this.boxButton20.Location = new System.Drawing.Point(120, 32);
            this.boxButton20.Name = "boxButton20";
            this.boxButton20.Size = new System.Drawing.Size(56, 23);
            this.boxButton20.TabIndex = 11;
            this.boxButton20.Text = "boxButton20";
            // 
            // boxButton19
            // 
            this.boxButton19.AllowEdit = true;
            this.boxButton19.ButtonID = 114;
            this.boxButton19.Def = null;
            this.boxButton19.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton19.IsActive = true;
            this.boxButton19.Location = new System.Drawing.Point(60, 60);
            this.boxButton19.Name = "boxButton19";
            this.boxButton19.Size = new System.Drawing.Size(56, 23);
            this.boxButton19.TabIndex = 10;
            this.boxButton19.Text = "boxButton19";
            // 
            // boxButton18
            // 
            this.boxButton18.AllowEdit = true;
            this.boxButton18.ButtonID = 113;
            this.boxButton18.Def = null;
            this.boxButton18.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton18.IsActive = true;
            this.boxButton18.Location = new System.Drawing.Point(60, 116);
            this.boxButton18.Name = "boxButton18";
            this.boxButton18.Size = new System.Drawing.Size(56, 23);
            this.boxButton18.TabIndex = 9;
            this.boxButton18.Text = "boxButton18";
            // 
            // boxButton17
            // 
            this.boxButton17.AllowEdit = true;
            this.boxButton17.ButtonID = 112;
            this.boxButton17.Def = null;
            this.boxButton17.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton17.IsActive = true;
            this.boxButton17.Location = new System.Drawing.Point(60, 88);
            this.boxButton17.Name = "boxButton17";
            this.boxButton17.Size = new System.Drawing.Size(56, 23);
            this.boxButton17.TabIndex = 8;
            this.boxButton17.Text = "boxButton17";
            // 
            // boxButton16
            // 
            this.boxButton16.AllowEdit = true;
            this.boxButton16.ButtonID = 111;
            this.boxButton16.Def = null;
            this.boxButton16.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton16.IsActive = true;
            this.boxButton16.Location = new System.Drawing.Point(0, 116);
            this.boxButton16.Name = "boxButton16";
            this.boxButton16.Size = new System.Drawing.Size(56, 23);
            this.boxButton16.TabIndex = 7;
            this.boxButton16.Text = "boxButton16";
            // 
            // boxButton15
            // 
            this.boxButton15.AllowEdit = true;
            this.boxButton15.ButtonID = 110;
            this.boxButton15.Def = null;
            this.boxButton15.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton15.IsActive = true;
            this.boxButton15.Location = new System.Drawing.Point(60, 32);
            this.boxButton15.Name = "boxButton15";
            this.boxButton15.Size = new System.Drawing.Size(56, 23);
            this.boxButton15.TabIndex = 6;
            this.boxButton15.Text = "boxButton15";
            // 
            // boxButton14
            // 
            this.boxButton14.AllowEdit = true;
            this.boxButton14.ButtonID = 109;
            this.boxButton14.Def = null;
            this.boxButton14.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton14.IsActive = true;
            this.boxButton14.Location = new System.Drawing.Point(0, 88);
            this.boxButton14.Name = "boxButton14";
            this.boxButton14.Size = new System.Drawing.Size(56, 23);
            this.boxButton14.TabIndex = 5;
            this.boxButton14.Text = "boxButton14";
            // 
            // boxButton13
            // 
            this.boxButton13.AllowEdit = true;
            this.boxButton13.ButtonID = 108;
            this.boxButton13.Def = null;
            this.boxButton13.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton13.IsActive = true;
            this.boxButton13.Location = new System.Drawing.Point(0, 60);
            this.boxButton13.Name = "boxButton13";
            this.boxButton13.Size = new System.Drawing.Size(56, 23);
            this.boxButton13.TabIndex = 4;
            this.boxButton13.Text = "boxButton13";
            // 
            // boxButton12
            // 
            this.boxButton12.AllowEdit = true;
            this.boxButton12.ButtonID = 107;
            this.boxButton12.Def = null;
            this.boxButton12.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton12.IsActive = true;
            this.boxButton12.Location = new System.Drawing.Point(0, 32);
            this.boxButton12.Name = "boxButton12";
            this.boxButton12.Size = new System.Drawing.Size(56, 23);
            this.boxButton12.TabIndex = 3;
            this.boxButton12.Text = "boxButton12";
            // 
            // boxButton11
            // 
            this.boxButton11.AllowEdit = true;
            this.boxButton11.ButtonID = 106;
            this.boxButton11.Def = null;
            this.boxButton11.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton11.IsActive = true;
            this.boxButton11.Location = new System.Drawing.Point(120, 4);
            this.boxButton11.Name = "boxButton11";
            this.boxButton11.Size = new System.Drawing.Size(56, 23);
            this.boxButton11.TabIndex = 2;
            this.boxButton11.Text = "boxButton11";
            // 
            // boxButton10
            // 
            this.boxButton10.AllowEdit = true;
            this.boxButton10.ButtonID = 105;
            this.boxButton10.Def = null;
            this.boxButton10.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton10.IsActive = true;
            this.boxButton10.Location = new System.Drawing.Point(60, 4);
            this.boxButton10.Name = "boxButton10";
            this.boxButton10.Size = new System.Drawing.Size(56, 23);
            this.boxButton10.TabIndex = 1;
            this.boxButton10.Text = "boxButton10";
            // 
            // boxButton9
            // 
            this.boxButton9.AllowEdit = true;
            this.boxButton9.ButtonID = 104;
            this.boxButton9.Def = null;
            this.boxButton9.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton9.IsActive = true;
            this.boxButton9.Location = new System.Drawing.Point(0, 4);
            this.boxButton9.Name = "boxButton9";
            this.boxButton9.Size = new System.Drawing.Size(56, 23);
            this.boxButton9.TabIndex = 0;
            this.boxButton9.Text = "boxButton9";
            // 
            // general1
            // 
            this.general1.Location = new System.Drawing.Point(0, 0);
            this.general1.Name = "general1";
            this.general1.Size = new System.Drawing.Size(496, 142);
            this.general1.TabIndex = 0;
            // 
            // m_TabDeco
            // 
            this.m_TabDeco.Location = new System.Drawing.Point(0, 0);
            this.m_TabDeco.Name = "m_TabDeco";
            this.m_TabDeco.Size = new System.Drawing.Size(496, 142);
            this.m_TabDeco.TabIndex = 0;
            // 
            // m_TravelTab
            // 
            this.m_TravelTab.Location = new System.Drawing.Point(0, 0);
            this.m_TravelTab.Name = "m_TravelTab";
            this.m_TravelTab.Size = new System.Drawing.Size(496, 142);
            this.m_TravelTab.TabIndex = 0;
            // 
            // m_PageProperties
            // 
            this.m_PageProperties.Location = new System.Drawing.Point(0, 0);
            this.m_PageProperties.Name = "m_PageProperties";
            this.m_PageProperties.SelectedProperty = null;
            this.m_PageProperties.Size = new System.Drawing.Size(496, 142);
            this.m_PageProperties.TabIndex = 0;
            // 
            // m_ItemsTab
            // 
            this.m_ItemsTab.Location = new System.Drawing.Point(0, 0);
            this.m_ItemsTab.Name = "m_ItemsTab";
            this.m_ItemsTab.Size = new System.Drawing.Size(496, 142);
            this.m_ItemsTab.TabIndex = 0;
            // 
            // m_PageMobiles
            // 
            this.m_PageMobiles.Location = new System.Drawing.Point(0, 0);
            this.m_PageMobiles.Name = "m_PageMobiles";
            this.m_PageMobiles.Size = new System.Drawing.Size(496, 142);
            this.m_PageMobiles.TabIndex = 0;
            // 
            // m_TabAdmin
            // 
            this.m_TabAdmin.Location = new System.Drawing.Point(0, 0);
            this.m_TabAdmin.Name = "m_TabAdmin";
            this.m_TabAdmin.Size = new System.Drawing.Size(496, 142);
            this.m_TabAdmin.TabIndex = 0;
            // 
            // m_Tools
            // 
            this.m_Tools.Location = new System.Drawing.Point(0, 0);
            this.m_Tools.Name = "m_Tools";
            this.m_Tools.Size = new System.Drawing.Size(496, 142);
            this.m_Tools.TabIndex = 0;
            // 
            // DoorsTab
            // 
            this.DoorsTab.Location = new System.Drawing.Point(0, 0);
            this.DoorsTab.Name = "DoorsTab";
            this.DoorsTab.Size = new System.Drawing.Size(496, 142);
            this.DoorsTab.TabIndex = 0;
            // 
            // LightsTab
            // 
            this.LightsTab.Location = new System.Drawing.Point(0, 0);
            this.LightsTab.Name = "LightsTab";
            this.LightsTab.Size = new System.Drawing.Size(496, 142);
            this.LightsTab.TabIndex = 0;
            // 
            // m_NotesTab
            // 
            this.m_NotesTab.Location = new System.Drawing.Point(0, 0);
            this.m_NotesTab.Name = "m_NotesTab";
            this.m_NotesTab.Size = new System.Drawing.Size(496, 142);
            this.m_NotesTab.TabIndex = 0;
            // 
            // Box
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(688, 185);
            this.Controls.Add(this.bMenu);
            this.Controls.Add(this.pctCap);
            this.Controls.Add(this.boxButton8);
            this.Controls.Add(this.boxButton7);
            this.Controls.Add(this.boxButton6);
            this.Controls.Add(this.boxButton5);
            this.Controls.Add(this.boxButton4);
            this.Controls.Add(this.boxButton3);
            this.Controls.Add(this.boxButton2);
            this.Controls.Add(this.boxButton1);
            this.Controls.Add(this.numHue);
            this.Controls.Add(this.imgHue);
            this.Controls.Add(this.bSetHue);
            this.Controls.Add(this.SmallTab);
            this.Controls.Add(this.BigTab);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "Box";
            this.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "Box";
            this.Load += new System.EventHandler(this.Box_Load);
            this.Closing += new System.ComponentModel.CancelEventHandler(this.Box_Closing);
            this.Resize += new System.EventHandler(this.Box_Resize);
            this.LocationChanged += new System.EventHandler(this.Box_LocationChanged);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Box_KeyDown);
            this.BigTab.ResumeLayout(false);
            this.TabGeneral.ResumeLayout(false);
            this.TabDeco.ResumeLayout(false);
            this.TabTravel.ResumeLayout(false);
            this.TabProperties.ResumeLayout(false);
            this.TabItems.ResumeLayout(false);
            this.TabNPCs.ResumeLayout(false);
            this.TabAdmin.ResumeLayout(false);
            this.TabTools.ResumeLayout(false);
            this.TabDoors.ResumeLayout(false);
            this.TabLights.ResumeLayout(false);
            this.TabNotes.ResumeLayout(false);
            this.SmallTab.ResumeLayout(false);
            this.tabArt.ResumeLayout(false);
            this.tabMap.ResumeLayout(false);
            this.tabProps.ResumeLayout(false);
            this.tabCustom.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.numHue)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pctCap)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imgHue)).EndInit();
            this.ResumeLayout(false);

		}
Ejemplo n.º 11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Items));
     this.panelTrees      = new System.Windows.Forms.Panel();
     this.tItems          = new System.Windows.Forms.TreeView();
     this.cmItems         = new System.Windows.Forms.ContextMenu();
     this.cmAddItem       = new System.Windows.Forms.MenuItem();
     this.cmEditItem      = new System.Windows.Forms.MenuItem();
     this.cmDeleteItem    = new System.Windows.Forms.MenuItem();
     this.menuItem10      = new System.Windows.Forms.MenuItem();
     this.cmSetItemID     = new System.Windows.Forms.MenuItem();
     this.cmToSpawn       = new System.Windows.Forms.MenuItem();
     this.splitter        = new System.Windows.Forms.Splitter();
     this.tCat            = new System.Windows.Forms.TreeView();
     this.cmCat           = new System.Windows.Forms.ContextMenu();
     this.cmAddMainCat    = new System.Windows.Forms.MenuItem();
     this.cmAddSub        = new System.Windows.Forms.MenuItem();
     this.menuItem8       = new System.Windows.Forms.MenuItem();
     this.cmCatRename     = new System.Windows.Forms.MenuItem();
     this.cmCatDelete     = new System.Windows.Forms.MenuItem();
     this.Ctors           = new TheBox.Controls.Params.ConstructorsViewer();
     this.bAdd            = new System.Windows.Forms.Button();
     this.bToPack         = new System.Windows.Forms.Button();
     this.chkCustomParams = new System.Windows.Forms.CheckBox();
     this.cmbCustomParams = new System.Windows.Forms.ComboBox();
     this.boxButton1      = new TheBox.Buttons.BoxButton();
     this.bDown           = new System.Windows.Forms.Button();
     this.numNudge        = new System.Windows.Forms.NumericUpDown();
     this.bUp             = new System.Windows.Forms.Button();
     this.bConfigSpawn    = new System.Windows.Forms.Button();
     this.bTile           = new System.Windows.Forms.Button();
     this.nTile           = new System.Windows.Forms.NumericUpDown();
     this.bFind           = new System.Windows.Forms.Button();
     this.panelTrees.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numNudge)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nTile)).BeginInit();
     this.SuspendLayout();
     //
     // panelTrees
     //
     this.panelTrees.Controls.Add(this.tItems);
     this.panelTrees.Controls.Add(this.splitter);
     this.panelTrees.Controls.Add(this.tCat);
     this.panelTrees.Location = new System.Drawing.Point(0, 0);
     this.panelTrees.Name     = "panelTrees";
     this.panelTrees.Size     = new System.Drawing.Size(284, 140);
     this.panelTrees.TabIndex = 0;
     //
     // tItems
     //
     this.tItems.AllowDrop          = true;
     this.tItems.ContextMenu        = this.cmItems;
     this.tItems.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.tItems.HideSelection      = false;
     this.tItems.ImageIndex         = -1;
     this.tItems.Location           = new System.Drawing.Point(135, 0);
     this.tItems.Name               = "tItems";
     this.tItems.SelectedImageIndex = -1;
     this.tItems.ShowLines          = false;
     this.tItems.ShowRootLines      = false;
     this.tItems.Size               = new System.Drawing.Size(149, 140);
     this.tItems.Sorted             = true;
     this.tItems.TabIndex           = 2;
     this.tItems.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
     this.tItems.MouseDown         += new System.Windows.Forms.MouseEventHandler(this.tItems_MouseDown);
     this.tItems.DoubleClick       += new System.EventHandler(this.tItems_DoubleClick);
     this.tItems.AfterSelect       += new System.Windows.Forms.TreeViewEventHandler(this.tItems_AfterSelect);
     this.tItems.MouseMove         += new System.Windows.Forms.MouseEventHandler(this.tItems_MouseMove);
     //
     // cmItems
     //
     this.cmItems.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.cmAddItem,
         this.cmEditItem,
         this.cmDeleteItem,
         this.menuItem10,
         this.cmSetItemID,
         this.cmToSpawn
     });
     this.cmItems.Popup += new System.EventHandler(this.cmItems_Popup);
     //
     // cmAddItem
     //
     this.cmAddItem.Index  = 0;
     this.cmAddItem.Text   = "Items.Add";
     this.cmAddItem.Click += new System.EventHandler(this.cmAddItem_Click);
     //
     // cmEditItem
     //
     this.cmEditItem.Index  = 1;
     this.cmEditItem.Text   = "Common.Edit";
     this.cmEditItem.Click += new System.EventHandler(this.cmEditItem_Click);
     //
     // cmDeleteItem
     //
     this.cmDeleteItem.Index  = 2;
     this.cmDeleteItem.Text   = "Common.Delete";
     this.cmDeleteItem.Click += new System.EventHandler(this.cmDeleteItem_Click);
     //
     // menuItem10
     //
     this.menuItem10.Index = 3;
     this.menuItem10.Text  = "-";
     //
     // cmSetItemID
     //
     this.cmSetItemID.Index  = 4;
     this.cmSetItemID.Text   = "Items.ItemID";
     this.cmSetItemID.Click += new System.EventHandler(this.cmSetItemID_Click);
     //
     // cmToSpawn
     //
     this.cmToSpawn.Index  = 5;
     this.cmToSpawn.Text   = "NPCs.ToSpawn";
     this.cmToSpawn.Click += new System.EventHandler(this.cmToSpawn_Click);
     //
     // splitter
     //
     this.splitter.Location       = new System.Drawing.Point(132, 0);
     this.splitter.Name           = "splitter";
     this.splitter.Size           = new System.Drawing.Size(3, 140);
     this.splitter.TabIndex       = 1;
     this.splitter.TabStop        = false;
     this.splitter.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitter_SplitterMoved);
     //
     // tCat
     //
     this.tCat.ContextMenu        = this.cmCat;
     this.tCat.Dock               = System.Windows.Forms.DockStyle.Left;
     this.tCat.HideSelection      = false;
     this.tCat.ImageIndex         = -1;
     this.tCat.Location           = new System.Drawing.Point(0, 0);
     this.tCat.Name               = "tCat";
     this.tCat.SelectedImageIndex = -1;
     this.tCat.Size               = new System.Drawing.Size(132, 140);
     this.tCat.Sorted             = true;
     this.tCat.TabIndex           = 0;
     this.tCat.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
     this.tCat.AfterSelect       += new System.Windows.Forms.TreeViewEventHandler(this.tCat_AfterSelect);
     this.tCat.AfterLabelEdit    += new System.Windows.Forms.NodeLabelEditEventHandler(this.tCat_AfterLabelEdit);
     //
     // cmCat
     //
     this.cmCat.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.cmAddMainCat,
         this.cmAddSub,
         this.menuItem8,
         this.cmCatRename,
         this.cmCatDelete
     });
     this.cmCat.Popup += new System.EventHandler(this.cmCat_Popup);
     //
     // cmAddMainCat
     //
     this.cmAddMainCat.Index  = 0;
     this.cmAddMainCat.Text   = "NPCs.mCatAddCat";
     this.cmAddMainCat.Click += new System.EventHandler(this.cmAddMainCat_Click);
     //
     // cmAddSub
     //
     this.cmAddSub.Index  = 1;
     this.cmAddSub.Text   = "NPCs.mCatAddSub";
     this.cmAddSub.Click += new System.EventHandler(this.cmAddSub_Click);
     //
     // menuItem8
     //
     this.menuItem8.Index = 2;
     this.menuItem8.Text  = "-";
     //
     // cmCatRename
     //
     this.cmCatRename.Index  = 3;
     this.cmCatRename.Text   = "NPCs.mCatRename";
     this.cmCatRename.Click += new System.EventHandler(this.cmCatRename_Click);
     //
     // cmCatDelete
     //
     this.cmCatDelete.Index  = 4;
     this.cmCatDelete.Text   = "NPCs.mCatDelete";
     this.cmCatDelete.Click += new System.EventHandler(this.cmCatDelete_Click);
     //
     // Ctors
     //
     this.Ctors.Location = new System.Drawing.Point(288, 80);
     this.Ctors.Name     = "Ctors";
     this.Ctors.Size     = new System.Drawing.Size(204, 60);
     this.Ctors.TabIndex = 1;
     this.Ctors.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
     //
     // bAdd
     //
     this.bAdd.Enabled    = false;
     this.bAdd.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.bAdd.Location   = new System.Drawing.Point(288, 0);
     this.bAdd.Name       = "bAdd";
     this.bAdd.Size       = new System.Drawing.Size(52, 23);
     this.bAdd.TabIndex   = 2;
     this.bAdd.Text       = "Common.Add";
     this.bAdd.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
     this.bAdd.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bAdd_MouseDown);
     //
     // bToPack
     //
     this.bToPack.Enabled    = false;
     this.bToPack.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.bToPack.Location   = new System.Drawing.Point(288, 28);
     this.bToPack.Name       = "bToPack";
     this.bToPack.Size       = new System.Drawing.Size(52, 23);
     this.bToPack.TabIndex   = 3;
     this.bToPack.Text       = "Items.ToPack";
     this.bToPack.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
     this.bToPack.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bToPack_MouseDown);
     //
     // chkCustomParams
     //
     this.chkCustomParams.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.chkCustomParams.Location        = new System.Drawing.Point(292, 56);
     this.chkCustomParams.Name            = "chkCustomParams";
     this.chkCustomParams.Size            = new System.Drawing.Size(20, 20);
     this.chkCustomParams.TabIndex        = 4;
     this.chkCustomParams.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
     this.chkCustomParams.CheckedChanged += new System.EventHandler(this.chkCustomParams_CheckedChanged);
     //
     // cmbCustomParams
     //
     this.cmbCustomParams.Location = new System.Drawing.Point(312, 56);
     this.cmbCustomParams.Name     = "cmbCustomParams";
     this.cmbCustomParams.Size     = new System.Drawing.Size(180, 21);
     this.cmbCustomParams.TabIndex = 5;
     this.cmbCustomParams.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
     //
     // boxButton1
     //
     this.boxButton1.AllowEdit = true;
     this.boxButton1.ButtonID  = 47;
     this.boxButton1.Def       = null;
     this.boxButton1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton1.IsActive  = true;
     this.boxButton1.Location  = new System.Drawing.Point(344, 28);
     this.boxButton1.Name      = "boxButton1";
     this.boxButton1.Size      = new System.Drawing.Size(40, 23);
     this.boxButton1.TabIndex  = 7;
     this.boxButton1.Text      = "boxButton1";
     //
     // bDown
     //
     this.bDown.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.bDown.Image     = ((System.Drawing.Image)(resources.GetObject("bDown.Image")));
     this.bDown.Location  = new System.Drawing.Point(408, 0);
     this.bDown.Name      = "bDown";
     this.bDown.Size      = new System.Drawing.Size(16, 23);
     this.bDown.TabIndex  = 9;
     this.bDown.Click    += new System.EventHandler(this.bDown_Click);
     //
     // numNudge
     //
     this.numNudge.Location = new System.Drawing.Point(428, 2);
     this.numNudge.Maximum  = new System.Decimal(new int[] {
         127,
         0,
         0,
         0
     });
     this.numNudge.Name     = "numNudge";
     this.numNudge.Size     = new System.Drawing.Size(44, 20);
     this.numNudge.TabIndex = 10;
     this.numNudge.Value    = new System.Decimal(new int[] {
         127,
         0,
         0,
         0
     });
     this.numNudge.ValueChanged += new System.EventHandler(this.numNudge_ValueChanged);
     //
     // bUp
     //
     this.bUp.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.bUp.Image     = ((System.Drawing.Image)(resources.GetObject("bUp.Image")));
     this.bUp.Location  = new System.Drawing.Point(476, 0);
     this.bUp.Name      = "bUp";
     this.bUp.Size      = new System.Drawing.Size(16, 23);
     this.bUp.TabIndex  = 11;
     this.bUp.Click    += new System.EventHandler(this.bUp_Click);
     //
     // bConfigSpawn
     //
     this.bConfigSpawn.Enabled    = false;
     this.bConfigSpawn.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.bConfigSpawn.Image      = ((System.Drawing.Image)(resources.GetObject("bConfigSpawn.Image")));
     this.bConfigSpawn.Location   = new System.Drawing.Point(476, 28);
     this.bConfigSpawn.Name       = "bConfigSpawn";
     this.bConfigSpawn.Size       = new System.Drawing.Size(16, 23);
     this.bConfigSpawn.TabIndex   = 13;
     this.bConfigSpawn.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bConfigSpawn_MouseDown);
     //
     // bTile
     //
     this.bTile.Enabled   = false;
     this.bTile.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bTile.Location  = new System.Drawing.Point(388, 28);
     this.bTile.Name      = "bTile";
     this.bTile.Size      = new System.Drawing.Size(36, 23);
     this.bTile.TabIndex  = 14;
     this.bTile.Text      = "Deco.Tile";
     this.bTile.Click    += new System.EventHandler(this.bTile_Click);
     //
     // nTile
     //
     this.nTile.Location = new System.Drawing.Point(428, 30);
     this.nTile.Maximum  = new System.Decimal(new int[] {
         127,
         0,
         0,
         0
     });
     this.nTile.Minimum = new System.Decimal(new int[] {
         128,
         0,
         0,
         -2147483648
     });
     this.nTile.Name     = "nTile";
     this.nTile.Size     = new System.Drawing.Size(44, 20);
     this.nTile.TabIndex = 15;
     this.nTile.Value    = new System.Decimal(new int[] {
         128,
         0,
         0,
         -2147483648
     });
     this.nTile.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
     //
     // bFind
     //
     this.bFind.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bFind.Location  = new System.Drawing.Point(344, 0);
     this.bFind.Name      = "bFind";
     this.bFind.Size      = new System.Drawing.Size(60, 23);
     this.bFind.TabIndex  = 16;
     this.bFind.Text      = "Common.Find";
     this.bFind.Click    += new System.EventHandler(this.lnkFind_LinkClicked);
     //
     // Items
     //
     this.Controls.Add(this.bFind);
     this.Controls.Add(this.nTile);
     this.Controls.Add(this.bTile);
     this.Controls.Add(this.bConfigSpawn);
     this.Controls.Add(this.bUp);
     this.Controls.Add(this.numNudge);
     this.Controls.Add(this.bDown);
     this.Controls.Add(this.boxButton1);
     this.Controls.Add(this.cmbCustomParams);
     this.Controls.Add(this.chkCustomParams);
     this.Controls.Add(this.bToPack);
     this.Controls.Add(this.bAdd);
     this.Controls.Add(this.Ctors);
     this.Controls.Add(this.panelTrees);
     this.Name     = "Items";
     this.Size     = new System.Drawing.Size(496, 142);
     this.Load    += new System.EventHandler(this.Items_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
     this.panelTrees.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numNudge)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nTile)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Doors));
     this.WestCCW    = new System.Windows.Forms.Label();
     this.EastCW     = new System.Windows.Forms.Label();
     this.WestCW     = new System.Windows.Forms.Label();
     this.EastCCW    = new System.Windows.Forms.Label();
     this.NorthCW    = new System.Windows.Forms.Label();
     this.SouthCCW   = new System.Windows.Forms.Label();
     this.NorthCCW   = new System.Windows.Forms.Label();
     this.SouthCW    = new System.Windows.Forms.Label();
     this.lnkDoor    = new System.Windows.Forms.LinkLabel();
     this.bLock      = new System.Windows.Forms.Button();
     this.bUnlock    = new System.Windows.Forms.Button();
     this.boxButton1 = new TheBox.Buttons.BoxButton();
     this.boxButton2 = new TheBox.Buttons.BoxButton();
     this.SuspendLayout();
     //
     // WestCCW
     //
     this.WestCCW.BackColor   = System.Drawing.Color.White;
     this.WestCCW.Image       = ((System.Drawing.Image)(resources.GetObject("WestCCW.Image")));
     this.WestCCW.Location    = new System.Drawing.Point(72, 0);
     this.WestCCW.Name        = "WestCCW";
     this.WestCCW.Size        = new System.Drawing.Size(68, 68);
     this.WestCCW.TabIndex    = 0;
     this.WestCCW.Paint      += new System.Windows.Forms.PaintEventHandler(this.LabelPaint);
     this.WestCCW.MouseEnter += new System.EventHandler(this.LabelEnter);
     this.WestCCW.MouseLeave += new System.EventHandler(this.LabelLeave);
     this.WestCCW.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.WestCCW_MouseDown);
     //
     // EastCW
     //
     this.EastCW.BackColor   = System.Drawing.Color.White;
     this.EastCW.Image       = ((System.Drawing.Image)(resources.GetObject("EastCW.Image")));
     this.EastCW.Location    = new System.Drawing.Point(124, 72);
     this.EastCW.Name        = "EastCW";
     this.EastCW.Size        = new System.Drawing.Size(68, 68);
     this.EastCW.TabIndex    = 1;
     this.EastCW.Paint      += new System.Windows.Forms.PaintEventHandler(this.LabelPaint);
     this.EastCW.MouseEnter += new System.EventHandler(this.LabelEnter);
     this.EastCW.MouseLeave += new System.EventHandler(this.LabelLeave);
     this.EastCW.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.WestCCW_MouseDown);
     //
     // WestCW
     //
     this.WestCW.BackColor   = System.Drawing.Color.White;
     this.WestCW.Image       = ((System.Drawing.Image)(resources.GetObject("WestCW.Image")));
     this.WestCW.Location    = new System.Drawing.Point(0, 0);
     this.WestCW.Name        = "WestCW";
     this.WestCW.Size        = new System.Drawing.Size(68, 68);
     this.WestCW.TabIndex    = 2;
     this.WestCW.Paint      += new System.Windows.Forms.PaintEventHandler(this.LabelPaint);
     this.WestCW.MouseEnter += new System.EventHandler(this.LabelEnter);
     this.WestCW.MouseLeave += new System.EventHandler(this.LabelLeave);
     this.WestCW.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.WestCCW_MouseDown);
     //
     // EastCCW
     //
     this.EastCCW.BackColor   = System.Drawing.Color.White;
     this.EastCCW.Image       = ((System.Drawing.Image)(resources.GetObject("EastCCW.Image")));
     this.EastCCW.Location    = new System.Drawing.Point(52, 72);
     this.EastCCW.Name        = "EastCCW";
     this.EastCCW.Size        = new System.Drawing.Size(68, 68);
     this.EastCCW.TabIndex    = 3;
     this.EastCCW.Paint      += new System.Windows.Forms.PaintEventHandler(this.LabelPaint);
     this.EastCCW.MouseEnter += new System.EventHandler(this.LabelEnter);
     this.EastCCW.MouseLeave += new System.EventHandler(this.LabelLeave);
     this.EastCCW.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.WestCCW_MouseDown);
     //
     // NorthCW
     //
     this.NorthCW.BackColor   = System.Drawing.Color.White;
     this.NorthCW.Image       = ((System.Drawing.Image)(resources.GetObject("NorthCW.Image")));
     this.NorthCW.Location    = new System.Drawing.Point(356, 0);
     this.NorthCW.Name        = "NorthCW";
     this.NorthCW.Size        = new System.Drawing.Size(68, 68);
     this.NorthCW.TabIndex    = 4;
     this.NorthCW.Paint      += new System.Windows.Forms.PaintEventHandler(this.LabelPaint);
     this.NorthCW.MouseEnter += new System.EventHandler(this.LabelEnter);
     this.NorthCW.MouseLeave += new System.EventHandler(this.LabelLeave);
     this.NorthCW.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.WestCCW_MouseDown);
     //
     // SouthCCW
     //
     this.SouthCCW.BackColor   = System.Drawing.Color.White;
     this.SouthCCW.Image       = ((System.Drawing.Image)(resources.GetObject("SouthCCW.Image")));
     this.SouthCCW.Location    = new System.Drawing.Point(304, 72);
     this.SouthCCW.Name        = "SouthCCW";
     this.SouthCCW.Size        = new System.Drawing.Size(68, 68);
     this.SouthCCW.TabIndex    = 5;
     this.SouthCCW.Paint      += new System.Windows.Forms.PaintEventHandler(this.LabelPaint);
     this.SouthCCW.MouseEnter += new System.EventHandler(this.LabelEnter);
     this.SouthCCW.MouseLeave += new System.EventHandler(this.LabelLeave);
     this.SouthCCW.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.WestCCW_MouseDown);
     //
     // NorthCCW
     //
     this.NorthCCW.BackColor   = System.Drawing.Color.White;
     this.NorthCCW.Image       = ((System.Drawing.Image)(resources.GetObject("NorthCCW.Image")));
     this.NorthCCW.Location    = new System.Drawing.Point(428, 0);
     this.NorthCCW.Name        = "NorthCCW";
     this.NorthCCW.Size        = new System.Drawing.Size(68, 68);
     this.NorthCCW.TabIndex    = 6;
     this.NorthCCW.Paint      += new System.Windows.Forms.PaintEventHandler(this.LabelPaint);
     this.NorthCCW.MouseEnter += new System.EventHandler(this.LabelEnter);
     this.NorthCCW.MouseLeave += new System.EventHandler(this.LabelLeave);
     this.NorthCCW.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.WestCCW_MouseDown);
     //
     // SouthCW
     //
     this.SouthCW.BackColor   = System.Drawing.Color.White;
     this.SouthCW.Image       = ((System.Drawing.Image)(resources.GetObject("SouthCW.Image")));
     this.SouthCW.Location    = new System.Drawing.Point(376, 72);
     this.SouthCW.Name        = "SouthCW";
     this.SouthCW.Size        = new System.Drawing.Size(68, 68);
     this.SouthCW.TabIndex    = 7;
     this.SouthCW.Paint      += new System.Windows.Forms.PaintEventHandler(this.LabelPaint);
     this.SouthCW.MouseEnter += new System.EventHandler(this.LabelEnter);
     this.SouthCW.MouseLeave += new System.EventHandler(this.LabelLeave);
     this.SouthCW.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.WestCCW_MouseDown);
     //
     // lnkDoor
     //
     this.lnkDoor.Location   = new System.Drawing.Point(180, 4);
     this.lnkDoor.Name       = "lnkDoor";
     this.lnkDoor.Size       = new System.Drawing.Size(136, 32);
     this.lnkDoor.TabIndex   = 8;
     this.lnkDoor.TabStop    = true;
     this.lnkDoor.Text       = "Doors.Select";
     this.lnkDoor.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.lnkDoor.Paint     += new System.Windows.Forms.PaintEventHandler(this.lnkDoor_Paint);
     this.lnkDoor.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lnkDoor_MouseDown);
     //
     // bLock
     //
     this.bLock.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bLock.Location  = new System.Drawing.Point(148, 44);
     this.bLock.Name      = "bLock";
     this.bLock.Size      = new System.Drawing.Size(96, 23);
     this.bLock.TabIndex  = 9;
     this.bLock.Text      = "Doors.Lock";
     this.bLock.Click    += new System.EventHandler(this.bLock_Click);
     //
     // bUnlock
     //
     this.bUnlock.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bUnlock.Location  = new System.Drawing.Point(252, 44);
     this.bUnlock.Name      = "bUnlock";
     this.bUnlock.Size      = new System.Drawing.Size(96, 23);
     this.bUnlock.TabIndex  = 10;
     this.bUnlock.Text      = "Doors.Unlock";
     this.bUnlock.Click    += new System.EventHandler(this.bUnlock_Click);
     //
     // boxButton1
     //
     this.boxButton1.AllowEdit = true;
     this.boxButton1.ButtonID  = 76;
     this.boxButton1.Def       = null;
     this.boxButton1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton1.IsActive  = true;
     this.boxButton1.Location  = new System.Drawing.Point(204, 80);
     this.boxButton1.Name      = "boxButton1";
     this.boxButton1.Size      = new System.Drawing.Size(88, 23);
     this.boxButton1.TabIndex  = 11;
     this.boxButton1.Text      = "boxButton1";
     //
     // boxButton2
     //
     this.boxButton2.AllowEdit = true;
     this.boxButton2.ButtonID  = 77;
     this.boxButton2.Def       = null;
     this.boxButton2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton2.IsActive  = true;
     this.boxButton2.Location  = new System.Drawing.Point(204, 112);
     this.boxButton2.Name      = "boxButton2";
     this.boxButton2.Size      = new System.Drawing.Size(88, 23);
     this.boxButton2.TabIndex  = 12;
     this.boxButton2.Text      = "boxButton2";
     //
     // Doors
     //
     this.Controls.Add(this.boxButton2);
     this.Controls.Add(this.boxButton1);
     this.Controls.Add(this.bUnlock);
     this.Controls.Add(this.bLock);
     this.Controls.Add(this.lnkDoor);
     this.Controls.Add(this.SouthCW);
     this.Controls.Add(this.NorthCCW);
     this.Controls.Add(this.SouthCCW);
     this.Controls.Add(this.NorthCW);
     this.Controls.Add(this.EastCCW);
     this.Controls.Add(this.WestCW);
     this.Controls.Add(this.EastCW);
     this.Controls.Add(this.WestCCW);
     this.Name  = "Doors";
     this.Size  = new System.Drawing.Size(496, 142);
     this.Load += new System.EventHandler(this.Doors_Load);
     this.ResumeLayout(false);
 }
Ejemplo n.º 13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(General));
     this.lnkSound     = new System.Windows.Forms.LinkLabel();
     this.cmbSpeech    = new System.Windows.Forms.ComboBox();
     this.cmbWeb       = new System.Windows.Forms.ComboBox();
     this.bTell        = new System.Windows.Forms.Button();
     this.bSM          = new System.Windows.Forms.Button();
     this.bBCast       = new System.Windows.Forms.Button();
     this.bWeb         = new System.Windows.Forms.Button();
     this.bPriv        = new System.Windows.Forms.Button();
     this.bSound       = new System.Windows.Forms.Button();
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.groupBox2    = new System.Windows.Forms.GroupBox();
     this.groupBox3    = new System.Windows.Forms.GroupBox();
     this.boxButton4   = new TheBox.Buttons.BoxButton();
     this.boxButton3   = new TheBox.Buttons.BoxButton();
     this.boxButton2   = new TheBox.Buttons.BoxButton();
     this.boxButton1   = new TheBox.Buttons.BoxButton();
     this.boxButton5   = new TheBox.Buttons.BoxButton();
     this.boxButton6   = new TheBox.Buttons.BoxButton();
     this.groupBox4    = new System.Windows.Forms.GroupBox();
     this.numSkill     = new System.Windows.Forms.NumericUpDown();
     this.lnkSkill     = new System.Windows.Forms.LinkLabel();
     this.bGetSkill    = new System.Windows.Forms.Button();
     this.bSetSkill    = new System.Windows.Forms.Button();
     this.groupBox5    = new System.Windows.Forms.GroupBox();
     this.bInBag       = new System.Windows.Forms.Button();
     this.numDupe      = new System.Windows.Forms.NumericUpDown();
     this.chkDupe      = new System.Windows.Forms.CheckBox();
     this.bDupe        = new System.Windows.Forms.Button();
     this.groupBox6    = new System.Windows.Forms.GroupBox();
     this.bLightGlobal = new System.Windows.Forms.Button();
     this.bLightLocal  = new System.Windows.Forms.Button();
     this.numLight     = new System.Windows.Forms.NumericUpDown();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numSkill)).BeginInit();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numDupe)).BeginInit();
     this.groupBox6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numLight)).BeginInit();
     this.SuspendLayout();
     //
     // lnkSound
     //
     this.lnkSound.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lnkSound.Location    = new System.Drawing.Point(4, 40);
     this.lnkSound.Name        = "lnkSound";
     this.lnkSound.Size        = new System.Drawing.Size(116, 20);
     this.lnkSound.TabIndex    = 0;
     this.lnkSound.TabStop     = true;
     this.lnkSound.Text        = "General.ChooseSnd";
     this.lnkSound.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.lnkSound.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.lnkSound_MouseDown);
     //
     // cmbSpeech
     //
     this.cmbSpeech.Location = new System.Drawing.Point(4, 16);
     this.cmbSpeech.Name     = "cmbSpeech";
     this.cmbSpeech.Size     = new System.Drawing.Size(228, 21);
     this.cmbSpeech.TabIndex = 1;
     //
     // cmbWeb
     //
     this.cmbWeb.Location = new System.Drawing.Point(4, 16);
     this.cmbWeb.Name     = "cmbWeb";
     this.cmbWeb.Size     = new System.Drawing.Size(184, 21);
     this.cmbWeb.TabIndex = 2;
     //
     // bTell
     //
     this.bTell.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bTell.Location  = new System.Drawing.Point(4, 40);
     this.bTell.Name      = "bTell";
     this.bTell.Size      = new System.Drawing.Size(72, 21);
     this.bTell.TabIndex  = 3;
     this.bTell.Text      = "General.Tell";
     this.bTell.Click    += new System.EventHandler(this.bTell_Click);
     //
     // bSM
     //
     this.bSM.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bSM.Location  = new System.Drawing.Point(80, 40);
     this.bSM.Name      = "bSM";
     this.bSM.Size      = new System.Drawing.Size(72, 21);
     this.bSM.TabIndex  = 4;
     this.bSM.Text      = "General.SM";
     this.bSM.Click    += new System.EventHandler(this.bSM_Click);
     //
     // bBCast
     //
     this.bBCast.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bBCast.Location  = new System.Drawing.Point(156, 40);
     this.bBCast.Name      = "bBCast";
     this.bBCast.Size      = new System.Drawing.Size(76, 21);
     this.bBCast.TabIndex  = 5;
     this.bBCast.Text      = "General.BCast";
     this.bBCast.Click    += new System.EventHandler(this.bBCast_Click);
     //
     // bWeb
     //
     this.bWeb.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bWeb.Location  = new System.Drawing.Point(192, 16);
     this.bWeb.Name      = "bWeb";
     this.bWeb.Size      = new System.Drawing.Size(56, 21);
     this.bWeb.TabIndex  = 6;
     this.bWeb.Text      = "General.www";
     this.bWeb.Click    += new System.EventHandler(this.bWeb_Click);
     //
     // bPriv
     //
     this.bPriv.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bPriv.Location  = new System.Drawing.Point(124, 40);
     this.bPriv.Name      = "bPriv";
     this.bPriv.Size      = new System.Drawing.Size(64, 21);
     this.bPriv.TabIndex  = 7;
     this.bPriv.Text      = "General.priv";
     this.bPriv.Click    += new System.EventHandler(this.bPriv_Click);
     //
     // bSound
     //
     this.bSound.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bSound.Location  = new System.Drawing.Point(192, 40);
     this.bSound.Name      = "bSound";
     this.bSound.Size      = new System.Drawing.Size(56, 21);
     this.bSound.TabIndex  = 8;
     this.bSound.Text      = "General.Snd";
     this.bSound.Click    += new System.EventHandler(this.bSound_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.bSM);
     this.groupBox1.Controls.Add(this.cmbSpeech);
     this.groupBox1.Controls.Add(this.bBCast);
     this.groupBox1.Controls.Add(this.bTell);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(4, 76);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(236, 64);
     this.groupBox1.TabIndex  = 9;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Misc.Speech";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.cmbWeb);
     this.groupBox2.Controls.Add(this.bWeb);
     this.groupBox2.Controls.Add(this.bPriv);
     this.groupBox2.Controls.Add(this.bSound);
     this.groupBox2.Controls.Add(this.lnkSound);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location  = new System.Drawing.Point(240, 76);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(252, 64);
     this.groupBox2.TabIndex  = 10;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Misc.WebSnd";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.boxButton4);
     this.groupBox3.Controls.Add(this.boxButton3);
     this.groupBox3.Controls.Add(this.boxButton2);
     this.groupBox3.Controls.Add(this.boxButton1);
     this.groupBox3.Controls.Add(this.boxButton5);
     this.groupBox3.Controls.Add(this.boxButton6);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location  = new System.Drawing.Point(4, 0);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(196, 72);
     this.groupBox3.TabIndex  = 11;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = "General.Cmd";
     //
     // boxButton4
     //
     this.boxButton4.AllowEdit = true;
     this.boxButton4.ButtonID  = 73;
     this.boxButton4.Def       = null;
     this.boxButton4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton4.IsActive  = true;
     this.boxButton4.Location  = new System.Drawing.Point(68, 44);
     this.boxButton4.Name      = "boxButton4";
     this.boxButton4.Size      = new System.Drawing.Size(60, 23);
     this.boxButton4.TabIndex  = 3;
     this.boxButton4.Text      = "Restock";
     //
     // boxButton3
     //
     this.boxButton3.AllowEdit = true;
     this.boxButton3.ButtonID  = 72;
     this.boxButton3.Def       = null;
     this.boxButton3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton3.IsActive  = true;
     this.boxButton3.Location  = new System.Drawing.Point(68, 16);
     this.boxButton3.Name      = "boxButton3";
     this.boxButton3.Size      = new System.Drawing.Size(60, 23);
     this.boxButton3.TabIndex  = 2;
     this.boxButton3.Text      = "Players";
     //
     // boxButton2
     //
     this.boxButton2.AllowEdit = true;
     this.boxButton2.ButtonID  = 71;
     this.boxButton2.Def       = null;
     this.boxButton2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton2.IsActive  = true;
     this.boxButton2.Location  = new System.Drawing.Point(4, 44);
     this.boxButton2.Name      = "boxButton2";
     this.boxButton2.Size      = new System.Drawing.Size(60, 23);
     this.boxButton2.TabIndex  = 1;
     this.boxButton2.Text      = "Misc";
     //
     // boxButton1
     //
     this.boxButton1.AllowEdit = true;
     this.boxButton1.ButtonID  = 70;
     this.boxButton1.Def       = null;
     this.boxButton1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton1.IsActive  = true;
     this.boxButton1.Location  = new System.Drawing.Point(4, 16);
     this.boxButton1.Name      = "boxButton1";
     this.boxButton1.Size      = new System.Drawing.Size(60, 23);
     this.boxButton1.TabIndex  = 0;
     this.boxButton1.Text      = "Bank";
     //
     // boxButton5
     //
     this.boxButton5.AllowEdit = true;
     this.boxButton5.ButtonID  = 74;
     this.boxButton5.Def       = null;
     this.boxButton5.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton5.IsActive  = true;
     this.boxButton5.Location  = new System.Drawing.Point(132, 16);
     this.boxButton5.Name      = "boxButton5";
     this.boxButton5.Size      = new System.Drawing.Size(60, 23);
     this.boxButton5.TabIndex  = 4;
     this.boxButton5.Text      = "Items";
     //
     // boxButton6
     //
     this.boxButton6.AllowEdit = true;
     this.boxButton6.ButtonID  = 75;
     this.boxButton6.Def       = null;
     this.boxButton6.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.boxButton6.IsActive  = true;
     this.boxButton6.Location  = new System.Drawing.Point(132, 44);
     this.boxButton6.Name      = "boxButton6";
     this.boxButton6.Size      = new System.Drawing.Size(60, 23);
     this.boxButton6.TabIndex  = 5;
     this.boxButton6.Text      = "Cast";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.numSkill);
     this.groupBox4.Controls.Add(this.lnkSkill);
     this.groupBox4.Controls.Add(this.bGetSkill);
     this.groupBox4.Controls.Add(this.bSetSkill);
     this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox4.Location  = new System.Drawing.Point(200, 0);
     this.groupBox4.Name      = "groupBox4";
     this.groupBox4.Size      = new System.Drawing.Size(120, 72);
     this.groupBox4.TabIndex  = 12;
     this.groupBox4.TabStop   = false;
     this.groupBox4.Text      = "Misc.Skills";
     //
     // numSkill
     //
     this.numSkill.DecimalPlaces = 1;
     this.numSkill.Location      = new System.Drawing.Point(32, 44);
     this.numSkill.Maximum       = new System.Decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.numSkill.Name     = "numSkill";
     this.numSkill.Size     = new System.Drawing.Size(48, 20);
     this.numSkill.TabIndex = 1;
     this.numSkill.Value    = new System.Decimal(new int[] {
         1099,
         0,
         0,
         65536
     });
     this.numSkill.ValueChanged += new System.EventHandler(this.numSkill_ValueChanged);
     //
     // lnkSkill
     //
     this.lnkSkill.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lnkSkill.Location    = new System.Drawing.Point(4, 16);
     this.lnkSkill.Name        = "lnkSkill";
     this.lnkSkill.Size        = new System.Drawing.Size(112, 23);
     this.lnkSkill.TabIndex    = 0;
     this.lnkSkill.TabStop     = true;
     this.lnkSkill.Text        = "Common.Choose";
     this.lnkSkill.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.lnkSkill.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.lnkSkill_MouseDown);
     //
     // bGetSkill
     //
     this.bGetSkill.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.bGetSkill.Image     = ((System.Drawing.Image)(resources.GetObject("bGetSkill.Image")));
     this.bGetSkill.Location  = new System.Drawing.Point(4, 44);
     this.bGetSkill.Name      = "bGetSkill";
     this.bGetSkill.Size      = new System.Drawing.Size(24, 23);
     this.bGetSkill.TabIndex  = 13;
     this.bGetSkill.Click    += new System.EventHandler(this.bGetSkill_Click);
     //
     // bSetSkill
     //
     this.bSetSkill.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bSetSkill.Location  = new System.Drawing.Point(80, 44);
     this.bSetSkill.Name      = "bSetSkill";
     this.bSetSkill.Size      = new System.Drawing.Size(36, 23);
     this.bSetSkill.TabIndex  = 13;
     this.bSetSkill.Text      = "Common.Set";
     this.bSetSkill.Click    += new System.EventHandler(this.bSetSkill_Click);
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.bInBag);
     this.groupBox5.Controls.Add(this.numDupe);
     this.groupBox5.Controls.Add(this.chkDupe);
     this.groupBox5.Controls.Add(this.bDupe);
     this.groupBox5.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox5.Location  = new System.Drawing.Point(320, 0);
     this.groupBox5.Name      = "groupBox5";
     this.groupBox5.Size      = new System.Drawing.Size(96, 72);
     this.groupBox5.TabIndex  = 13;
     this.groupBox5.TabStop   = false;
     this.groupBox5.Text      = "General.Dupe";
     //
     // bInBag
     //
     this.bInBag.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bInBag.Location  = new System.Drawing.Point(4, 44);
     this.bInBag.Name      = "bInBag";
     this.bInBag.Size      = new System.Drawing.Size(44, 23);
     this.bInBag.TabIndex  = 17;
     this.bInBag.Text      = "General.Bag";
     this.bInBag.Click    += new System.EventHandler(this.bInBag_Click);
     //
     // numDupe
     //
     this.numDupe.Location = new System.Drawing.Point(24, 16);
     this.numDupe.Maximum  = new System.Decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.numDupe.Minimum = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numDupe.Name     = "numDupe";
     this.numDupe.Size     = new System.Drawing.Size(60, 20);
     this.numDupe.TabIndex = 15;
     this.numDupe.Value    = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numDupe.ValueChanged += new System.EventHandler(this.numDupe_ValueChanged);
     //
     // chkDupe
     //
     this.chkDupe.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.chkDupe.Location        = new System.Drawing.Point(8, 16);
     this.chkDupe.Name            = "chkDupe";
     this.chkDupe.Size            = new System.Drawing.Size(16, 20);
     this.chkDupe.TabIndex        = 14;
     this.chkDupe.CheckedChanged += new System.EventHandler(this.chkDupe_CheckedChanged);
     //
     // bDupe
     //
     this.bDupe.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bDupe.Location  = new System.Drawing.Point(48, 44);
     this.bDupe.Name      = "bDupe";
     this.bDupe.Size      = new System.Drawing.Size(44, 23);
     this.bDupe.TabIndex  = 16;
     this.bDupe.Text      = "General.Dupe";
     this.bDupe.Click    += new System.EventHandler(this.bDupe_Click);
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.bLightGlobal);
     this.groupBox6.Controls.Add(this.bLightLocal);
     this.groupBox6.Controls.Add(this.numLight);
     this.groupBox6.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox6.Location  = new System.Drawing.Point(416, 0);
     this.groupBox6.Name      = "groupBox6";
     this.groupBox6.Size      = new System.Drawing.Size(76, 72);
     this.groupBox6.TabIndex  = 14;
     this.groupBox6.TabStop   = false;
     this.groupBox6.Text      = "General.Light";
     //
     // bLightGlobal
     //
     this.bLightGlobal.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bLightGlobal.Location  = new System.Drawing.Point(40, 44);
     this.bLightGlobal.Name      = "bLightGlobal";
     this.bLightGlobal.Size      = new System.Drawing.Size(32, 23);
     this.bLightGlobal.TabIndex  = 2;
     this.bLightGlobal.Text      = "General.All";
     this.bLightGlobal.Click    += new System.EventHandler(this.bLightGlobal_Click);
     //
     // bLightLocal
     //
     this.bLightLocal.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bLightLocal.Location  = new System.Drawing.Point(8, 44);
     this.bLightLocal.Name      = "bLightLocal";
     this.bLightLocal.Size      = new System.Drawing.Size(32, 23);
     this.bLightLocal.TabIndex  = 1;
     this.bLightLocal.Text      = "General.You";
     this.bLightLocal.Click    += new System.EventHandler(this.bLightLocal_Click);
     //
     // numLight
     //
     this.numLight.Location = new System.Drawing.Point(16, 16);
     this.numLight.Minimum  = new System.Decimal(new int[] {
         100,
         0,
         0,
         -2147483648
     });
     this.numLight.Name          = "numLight";
     this.numLight.Size          = new System.Drawing.Size(48, 20);
     this.numLight.TabIndex      = 0;
     this.numLight.ValueChanged += new System.EventHandler(this.numLight_ValueChanged);
     //
     // General
     //
     this.Controls.Add(this.groupBox6);
     this.Controls.Add(this.groupBox5);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name  = "General";
     this.Size  = new System.Drawing.Size(496, 142);
     this.Load += new System.EventHandler(this.General_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numSkill)).EndInit();
     this.groupBox5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numDupe)).EndInit();
     this.groupBox6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numLight)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 14
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.tCat = new System.Windows.Forms.TreeView();
			this.cmCat = new System.Windows.Forms.ContextMenu();
			this.mCatAddCat = new System.Windows.Forms.MenuItem();
			this.mCatAddSub = new System.Windows.Forms.MenuItem();
			this.menuItem3 = new System.Windows.Forms.MenuItem();
			this.mCatRename = new System.Windows.Forms.MenuItem();
			this.mCatDelete = new System.Windows.Forms.MenuItem();
			this.tMob = new System.Windows.Forms.TreeView();
			this.cmMob = new System.Windows.Forms.ContextMenu();
			this.mMobAddMob = new System.Windows.Forms.MenuItem();
			this.mMobAddSpawn = new System.Windows.Forms.MenuItem();
			this.menuItem4 = new System.Windows.Forms.MenuItem();
			this.mMobEdit = new System.Windows.Forms.MenuItem();
			this.mMobDelete = new System.Windows.Forms.MenuItem();
			this.menuItem7 = new System.Windows.Forms.MenuItem();
			this.mMobSetBody = new System.Windows.Forms.MenuItem();
			this.mMobSetBodyMod = new System.Windows.Forms.MenuItem();
			this.chkName = new System.Windows.Forms.CheckBox();
			this.bAdd = new System.Windows.Forms.Button();
			this.bToSpawn = new System.Windows.Forms.Button();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.nRange2 = new System.Windows.Forms.NumericUpDown();
			this.linkSpawn = new System.Windows.Forms.LinkLabel();
			this.nTeam = new System.Windows.Forms.NumericUpDown();
			this.nMaxDelay = new System.Windows.Forms.NumericUpDown();
			this.nMinDelay = new System.Windows.Forms.NumericUpDown();
			this.nRange = new System.Windows.Forms.NumericUpDown();
			this.nAmount = new System.Windows.Forms.NumericUpDown();
			this.label5 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.boxButton1 = new TheBox.Buttons.BoxButton();
			this.linkLabel1 = new System.Windows.Forms.LinkLabel();
			this.cbNames = new System.Windows.Forms.ComboBox();
			this.panel1 = new System.Windows.Forms.Panel();
			this.splitter = new System.Windows.Forms.Splitter();
			this.groupBox1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.nRange2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.nTeam)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.nMaxDelay)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.nMinDelay)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.nRange)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.nAmount)).BeginInit();
			this.panel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// tCat
			// 
			this.tCat.ContextMenu = this.cmCat;
			this.tCat.Dock = System.Windows.Forms.DockStyle.Left;
			this.tCat.HideSelection = false;
			this.tCat.ImageIndex = -1;
			this.tCat.Location = new System.Drawing.Point(0, 0);
			this.tCat.Name = "tCat";
			this.tCat.SelectedImageIndex = -1;
			this.tCat.Size = new System.Drawing.Size(152, 140);
			this.tCat.TabIndex = 0;
			this.tCat.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.tCat.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tCat_AfterSelect);
			this.tCat.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.tCat_AfterLabelEdit);
			// 
			// cmCat
			// 
			this.cmCat.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																										this.mCatAddCat,
																										this.mCatAddSub,
																										this.menuItem3,
																										this.mCatRename,
																										this.mCatDelete});
			this.cmCat.Popup += new System.EventHandler(this.cmCat_Popup);
			// 
			// mCatAddCat
			// 
			this.mCatAddCat.Index = 0;
			this.mCatAddCat.Text = "NPCs.mCatAddCat";
			this.mCatAddCat.Click += new System.EventHandler(this.mCatAddCat_Click);
			// 
			// mCatAddSub
			// 
			this.mCatAddSub.Index = 1;
			this.mCatAddSub.Text = "NPCs.mCatAddSub";
			this.mCatAddSub.Click += new System.EventHandler(this.mCatAddSub_Click);
			// 
			// menuItem3
			// 
			this.menuItem3.Index = 2;
			this.menuItem3.Text = "-";
			// 
			// mCatRename
			// 
			this.mCatRename.Index = 3;
			this.mCatRename.Text = "NPCs.mCatRename";
			this.mCatRename.Click += new System.EventHandler(this.mCatRename_Click);
			// 
			// mCatDelete
			// 
			this.mCatDelete.Index = 4;
			this.mCatDelete.Text = "NPCs.mCatDelete";
			this.mCatDelete.Click += new System.EventHandler(this.mCatDelete_Click);
			// 
			// tMob
			// 
			this.tMob.AllowDrop = true;
			this.tMob.ContextMenu = this.cmMob;
			this.tMob.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tMob.HideSelection = false;
			this.tMob.ImageIndex = -1;
			this.tMob.Location = new System.Drawing.Point(0, 0);
			this.tMob.Name = "tMob";
			this.tMob.SelectedImageIndex = -1;
			this.tMob.ShowLines = false;
			this.tMob.ShowRootLines = false;
			this.tMob.Size = new System.Drawing.Size(284, 140);
			this.tMob.TabIndex = 1;
			this.tMob.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.tMob.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tMob_MouseDown);
			this.tMob.DoubleClick += new System.EventHandler(this.tMob_DoubleClick);
			this.tMob.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tMob_AfterSelect);
			this.tMob.MouseMove += new System.Windows.Forms.MouseEventHandler(this.tMob_MouseMove);
			// 
			// cmMob
			// 
			this.cmMob.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																										this.mMobAddMob,
																										this.mMobAddSpawn,
																										this.menuItem4,
																										this.mMobEdit,
																										this.mMobDelete,
																										this.menuItem7,
																										this.mMobSetBody,
																										this.mMobSetBodyMod});
			this.cmMob.Popup += new System.EventHandler(this.cmMob_Popup);
			// 
			// mMobAddMob
			// 
			this.mMobAddMob.Index = 0;
			this.mMobAddMob.Text = "NPCs.mMobAddMob";
			this.mMobAddMob.Click += new System.EventHandler(this.mMobAddMob_Click);
			// 
			// mMobAddSpawn
			// 
			this.mMobAddSpawn.Index = 1;
			this.mMobAddSpawn.Text = "NPCs.mMobAddSpawn";
			this.mMobAddSpawn.Click += new System.EventHandler(this.mMobAddSpawn_Click);
			// 
			// menuItem4
			// 
			this.menuItem4.Index = 2;
			this.menuItem4.Text = "-";
			// 
			// mMobEdit
			// 
			this.mMobEdit.Index = 3;
			this.mMobEdit.Text = "NPCs.mMobEdit";
			this.mMobEdit.Click += new System.EventHandler(this.mMobEdit_Click);
			// 
			// mMobDelete
			// 
			this.mMobDelete.Index = 4;
			this.mMobDelete.Text = "NPCs.mMobDelete";
			this.mMobDelete.Click += new System.EventHandler(this.mMobDelete_Click);
			// 
			// menuItem7
			// 
			this.menuItem7.Index = 5;
			this.menuItem7.Text = "-";
			// 
			// mMobSetBody
			// 
			this.mMobSetBody.Index = 6;
			this.mMobSetBody.Text = "NPCs.mMobBody";
			this.mMobSetBody.Click += new System.EventHandler(this.mMobSetBody_Click);
			// 
			// mMobSetBodyMod
			// 
			this.mMobSetBodyMod.Index = 7;
			this.mMobSetBodyMod.Text = "NPCs.mMobBodyMod";
			this.mMobSetBodyMod.Click += new System.EventHandler(this.mMobSetBodyMod_Click);
			// 
			// chkName
			// 
			this.chkName.Enabled = false;
			this.chkName.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.chkName.Location = new System.Drawing.Point(288, 24);
			this.chkName.Name = "chkName";
			this.chkName.Size = new System.Drawing.Size(72, 16);
			this.chkName.TabIndex = 2;
			this.chkName.Text = "Common.Name";
			this.chkName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.chkName.CheckedChanged += new System.EventHandler(this.chkName_CheckedChanged);
			// 
			// bAdd
			// 
			this.bAdd.Enabled = false;
			this.bAdd.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bAdd.Location = new System.Drawing.Point(288, 0);
			this.bAdd.Name = "bAdd";
			this.bAdd.Size = new System.Drawing.Size(84, 23);
			this.bAdd.TabIndex = 4;
			this.bAdd.Text = "Common.Add";
			this.bAdd.Click += new System.EventHandler(this.bAdd_Click);
			this.bAdd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			// 
			// bToSpawn
			// 
			this.bToSpawn.Enabled = false;
			this.bToSpawn.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bToSpawn.Location = new System.Drawing.Point(288, 68);
			this.bToSpawn.Name = "bToSpawn";
			this.bToSpawn.Size = new System.Drawing.Size(84, 24);
			this.bToSpawn.TabIndex = 5;
			this.bToSpawn.Text = "NPCs.ToSpawn";
			this.bToSpawn.Click += new System.EventHandler(this.bToSpawn_Click);
			this.bToSpawn.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.nRange2);
			this.groupBox1.Controls.Add(this.linkSpawn);
			this.groupBox1.Controls.Add(this.nTeam);
			this.groupBox1.Controls.Add(this.nMaxDelay);
			this.groupBox1.Controls.Add(this.nMinDelay);
			this.groupBox1.Controls.Add(this.nRange);
			this.groupBox1.Controls.Add(this.nAmount);
			this.groupBox1.Controls.Add(this.label5);
			this.groupBox1.Controls.Add(this.label4);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Controls.Add(this.label6);
			this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox1.Location = new System.Drawing.Point(376, 0);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(116, 140);
			this.groupBox1.TabIndex = 6;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "NPCs.Spawn";
			// 
			// nRange2
			// 
			this.nRange2.Location = new System.Drawing.Point(64, 100);
			this.nRange2.Maximum = new System.Decimal(new int[] {
																					 10000,
																					 0,
																					 0,
																					 0});
			this.nRange2.Name = "nRange2";
			this.nRange2.Size = new System.Drawing.Size(48, 20);
			this.nRange2.TabIndex = 19;
			this.nRange2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.nRange2.ValueChanged += new System.EventHandler(this.nRange2_ValueChanged);
			// 
			// linkSpawn
			// 
			this.linkSpawn.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
			this.linkSpawn.Location = new System.Drawing.Point(8, 122);
			this.linkSpawn.Name = "linkSpawn";
			this.linkSpawn.Size = new System.Drawing.Size(104, 16);
			this.linkSpawn.TabIndex = 17;
			this.linkSpawn.TabStop = true;
			this.linkSpawn.Text = "NPCs.BigSpawn";
			this.linkSpawn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.linkSpawn.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkSpawn_LinkClicked);
			// 
			// nTeam
			// 
			this.nTeam.Location = new System.Drawing.Point(8, 100);
			this.nTeam.Maximum = new System.Decimal(new int[] {
																				  10000,
																				  0,
																				  0,
																				  0});
			this.nTeam.Name = "nTeam";
			this.nTeam.Size = new System.Drawing.Size(48, 20);
			this.nTeam.TabIndex = 16;
			this.nTeam.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.nTeam.ValueChanged += new System.EventHandler(this.nTeam_ValueChanged);
			// 
			// nMaxDelay
			// 
			this.nMaxDelay.Location = new System.Drawing.Point(64, 64);
			this.nMaxDelay.Maximum = new System.Decimal(new int[] {
																						100000,
																						0,
																						0,
																						0});
			this.nMaxDelay.Name = "nMaxDelay";
			this.nMaxDelay.Size = new System.Drawing.Size(48, 20);
			this.nMaxDelay.TabIndex = 15;
			this.nMaxDelay.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.nMaxDelay.ValueChanged += new System.EventHandler(this.nMaxDelay_ValueChanged);
			// 
			// nMinDelay
			// 
			this.nMinDelay.Location = new System.Drawing.Point(8, 64);
			this.nMinDelay.Maximum = new System.Decimal(new int[] {
																						100000,
																						0,
																						0,
																						0});
			this.nMinDelay.Name = "nMinDelay";
			this.nMinDelay.Size = new System.Drawing.Size(48, 20);
			this.nMinDelay.TabIndex = 14;
			this.nMinDelay.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.nMinDelay.ValueChanged += new System.EventHandler(this.nMinDelay_ValueChanged);
			// 
			// nRange
			// 
			this.nRange.Location = new System.Drawing.Point(64, 28);
			this.nRange.Maximum = new System.Decimal(new int[] {
																					10000,
																					0,
																					0,
																					0});
			this.nRange.Name = "nRange";
			this.nRange.Size = new System.Drawing.Size(48, 20);
			this.nRange.TabIndex = 13;
			this.nRange.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.nRange.ValueChanged += new System.EventHandler(this.nRange_ValueChanged);
			// 
			// nAmount
			// 
			this.nAmount.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.nAmount.Location = new System.Drawing.Point(8, 28);
			this.nAmount.Maximum = new System.Decimal(new int[] {
																					 10000,
																					 0,
																					 0,
																					 0});
			this.nAmount.Name = "nAmount";
			this.nAmount.Size = new System.Drawing.Size(48, 20);
			this.nAmount.TabIndex = 12;
			this.nAmount.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.nAmount.ValueChanged += new System.EventHandler(this.nAmount_ValueChanged);
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(8, 86);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(56, 16);
			this.label5.TabIndex = 11;
			this.label5.Text = "NPCs.Team";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(64, 14);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(48, 16);
			this.label4.TabIndex = 10;
			this.label4.Text = "NPCs.Range";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(8, 50);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(104, 16);
			this.label2.TabIndex = 8;
			this.label2.Text = "NPCs.MinTime";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(8, 14);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(48, 16);
			this.label1.TabIndex = 7;
			this.label1.Text = "NPCs.Amount";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(64, 86);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(48, 16);
			this.label6.TabIndex = 20;
			this.label6.Text = "NPCs.SpawnRange";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(0, 0);
			this.label3.Name = "label3";
			this.label3.TabIndex = 0;
			// 
			// boxButton1
			// 
			this.boxButton1.AllowEdit = true;
			this.boxButton1.ButtonID = 36;
			this.boxButton1.Def = null;
			this.boxButton1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.boxButton1.IsActive = true;
			this.boxButton1.Location = new System.Drawing.Point(288, 100);
			this.boxButton1.Name = "boxButton1";
			this.boxButton1.Size = new System.Drawing.Size(84, 24);
			this.boxButton1.TabIndex = 7;
			this.boxButton1.Text = "boxButton1";
			this.boxButton1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			// 
			// linkLabel1
			// 
			this.linkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
			this.linkLabel1.LinkColor = System.Drawing.SystemColors.WindowText;
			this.linkLabel1.Location = new System.Drawing.Point(288, 124);
			this.linkLabel1.Name = "linkLabel1";
			this.linkLabel1.Size = new System.Drawing.Size(80, 12);
			this.linkLabel1.TabIndex = 8;
			this.linkLabel1.TabStop = true;
			this.linkLabel1.Text = "Common.Find";
			this.linkLabel1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
			this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
			// 
			// cbNames
			// 
			this.cbNames.Enabled = false;
			this.cbNames.Location = new System.Drawing.Point(288, 44);
			this.cbNames.Name = "cbNames";
			this.cbNames.Size = new System.Drawing.Size(84, 21);
			this.cbNames.TabIndex = 9;
			this.cbNames.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DoKeys);
			this.cbNames.Enter += new System.EventHandler(this.cbNames_Enter);
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.tMob);
			this.panel1.Controls.Add(this.splitter);
			this.panel1.Controls.Add(this.tCat);
			this.panel1.Location = new System.Drawing.Point(0, 0);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(284, 140);
			this.panel1.TabIndex = 10;
			// 
			// splitter
			// 
			this.splitter.Location = new System.Drawing.Point(152, 0);
			this.splitter.Name = "splitter";
			this.splitter.Size = new System.Drawing.Size(3, 140);
			this.splitter.TabIndex = 1;
			this.splitter.TabStop = false;
			this.splitter.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitter_SplitterMoved);
			// 
			// Mobiles
			// 
			this.Controls.Add(this.panel1);
			this.Controls.Add(this.cbNames);
			this.Controls.Add(this.linkLabel1);
			this.Controls.Add(this.boxButton1);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.bToSpawn);
			this.Controls.Add(this.bAdd);
			this.Controls.Add(this.chkName);
			this.Name = "Mobiles";
			this.Size = new System.Drawing.Size(496, 142);
			this.Load += new System.EventHandler(this.Mobiles_Load);
			this.Enter += new System.EventHandler(this.Mobiles_Enter);
			this.groupBox1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.nRange2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.nTeam)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.nMaxDelay)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.nMinDelay)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.nRange)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.nAmount)).EndInit();
			this.panel1.ResumeLayout(false);
			this.ResumeLayout(false);

		}