namespace FilterPermissionsEditor
{
partial class Main
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
this.Value = new System.Windows.Forms.TextBox();
this.bBypassChecks = new System.Windows.Forms.CheckBox();
this.bSendAdmin = new System.Windows.Forms.CheckBox();
this.bSendWorldMessages = new System.Windows.Forms.CheckBox();
this.bCanTrade = new System.Windows.Forms.CheckBox();
this.bCanStorage = new System.Windows.Forms.CheckBox();
this.bCanGuildStorage = new System.Windows.Forms.CheckBox();
this.bCanPickup = new System.Windows.Forms.CheckBox();
this.bCanVend = new System.Windows.Forms.CheckBox();
this.bCanDrop = new System.Windows.Forms.CheckBox();
this.bSpawnMobMulti = new System.Windows.Forms.CheckBox();
this.bSpawnMob = new System.Windows.Forms.CheckBox();
this.bPortableNPC = new System.Windows.Forms.CheckBox();
this.bPortalNPC = new System.Windows.Forms.CheckBox();
this.bDivorce = new System.Windows.Forms.CheckBox();
this.bLeaveGuild = new System.Windows.Forms.CheckBox();
this.bHidePlayers = new System.Windows.Forms.CheckBox();
this.bTown = new System.Windows.Forms.CheckBox();
this.bUnstuck = new System.Windows.Forms.CheckBox();
this.bGiveItem = new System.Windows.Forms.CheckBox();
this.bItemAll = new System.Windows.Forms.CheckBox();
this.bItem = new System.Windows.Forms.CheckBox();
this.bSpawnMobPlayer = new System.Windows.Forms.CheckBox();
this.bSpawnMobAll = new System.Windows.Forms.CheckBox();
this.bSetLevel = new System.Windows.Forms.CheckBox();
this.bDisconnect = new System.Windows.Forms.CheckBox();
this.bClearInv = new System.Windows.Forms.CheckBox();
this.bKQReward = new System.Windows.Forms.CheckBox();
this.bAbstate = new System.Windows.Forms.CheckBox();
this.bMap = new System.Windows.Forms.CheckBox();
this.bTpAll = new System.Windows.Forms.CheckBox();
this.bTp = new System.Windows.Forms.CheckBox();
this.bOtherCommands = new System.Windows.Forms.CheckBox();
this.bMigrateZone = new System.Windows.Forms.CheckBox();
this.bProduceItems = new System.Windows.Forms.CheckBox();
this.bCanWalk = new System.Windows.Forms.CheckBox();
this.bRunCommand = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// Value
//
this.Value.Dock = System.Windows.Forms.DockStyle.Top;
this.Value.Location = new System.Drawing.Point(0, 0);
this.Value.Name = "Value";
this.Value.Size = new System.Drawing.Size(472, 20);
this.Value.TabIndex = 1;
this.Value.Text = " ";
this.Value.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.Value.TextChanged += new System.EventHandler(this.Value_TextChanged);
//
// bBypassChecks
//
this.bBypassChecks.AutoSize = true;
this.bBypassChecks.Location = new System.Drawing.Point(12, 26);
this.bBypassChecks.Name = "bBypassChecks";
this.bBypassChecks.Size = new System.Drawing.Size(99, 17);
this.bBypassChecks.TabIndex = 2;
this.bBypassChecks.Text = "Bypass Checks";
this.bBypassChecks.UseVisualStyleBackColor = true;
this.bBypassChecks.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bSendAdmin
//
this.bSendAdmin.AutoSize = true;
this.bSendAdmin.Location = new System.Drawing.Point(12, 49);
this.bSendAdmin.Name = "bSendAdmin";
this.bSendAdmin.Size = new System.Drawing.Size(83, 17);
this.bSendAdmin.TabIndex = 3;
this.bSendAdmin.Text = "Send Admin";
this.bSendAdmin.UseVisualStyleBackColor = true;
this.bSendAdmin.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bSendWorldMessages
//
this.bSendWorldMessages.AutoSize = true;
this.bSendWorldMessages.Location = new System.Drawing.Point(12, 72);
this.bSendWorldMessages.Name = "bSendWorldMessages";
this.bSendWorldMessages.Size = new System.Drawing.Size(133, 17);
this.bSendWorldMessages.TabIndex = 4;
this.bSendWorldMessages.Text = "Send World Messages";
this.bSendWorldMessages.UseVisualStyleBackColor = true;
this.bSendWorldMessages.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bCanTrade
//
this.bCanTrade.AutoSize = true;
this.bCanTrade.Location = new System.Drawing.Point(12, 95);
this.bCanTrade.Name = "bCanTrade";
this.bCanTrade.Size = new System.Drawing.Size(76, 17);
this.bCanTrade.TabIndex = 5;
this.bCanTrade.Text = "Can Trade";
this.bCanTrade.UseVisualStyleBackColor = true;
this.bCanTrade.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bCanStorage
//
this.bCanStorage.AutoSize = true;
this.bCanStorage.Location = new System.Drawing.Point(12, 118);
this.bCanStorage.Name = "bCanStorage";
this.bCanStorage.Size = new System.Drawing.Size(85, 17);
this.bCanStorage.TabIndex = 6;
this.bCanStorage.Text = "Can Storage";
this.bCanStorage.UseVisualStyleBackColor = true;
this.bCanStorage.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bCanGuildStorage
//
this.bCanGuildStorage.AutoSize = true;
this.bCanGuildStorage.Location = new System.Drawing.Point(12, 141);
this.bCanGuildStorage.Name = "bCanGuildStorage";
this.bCanGuildStorage.Size = new System.Drawing.Size(112, 17);
this.bCanGuildStorage.TabIndex = 7;
this.bCanGuildStorage.Text = "Can Guild Storage";
this.bCanGuildStorage.UseVisualStyleBackColor = true;
this.bCanGuildStorage.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bCanPickup
//
this.bCanPickup.AutoSize = true;
this.bCanPickup.Location = new System.Drawing.Point(12, 164);
this.bCanPickup.Name = "bCanPickup";
this.bCanPickup.Size = new System.Drawing.Size(81, 17);
this.bCanPickup.TabIndex = 8;
this.bCanPickup.Text = "Can Pickup";
this.bCanPickup.UseVisualStyleBackColor = true;
this.bCanPickup.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bCanVend
//
this.bCanVend.AutoSize = true;
this.bCanVend.Location = new System.Drawing.Point(12, 187);
this.bCanVend.Name = "bCanVend";
this.bCanVend.Size = new System.Drawing.Size(73, 17);
this.bCanVend.TabIndex = 9;
this.bCanVend.Text = "Can Vend";
this.bCanVend.UseVisualStyleBackColor = true;
this.bCanVend.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bCanDrop
//
this.bCanDrop.AutoSize = true;
this.bCanDrop.Location = new System.Drawing.Point(12, 210);
this.bCanDrop.Name = "bCanDrop";
this.bCanDrop.Size = new System.Drawing.Size(71, 17);
this.bCanDrop.TabIndex = 10;
this.bCanDrop.Text = "Can Drop";
this.bCanDrop.UseVisualStyleBackColor = true;
this.bCanDrop.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bSpawnMobMulti
//
this.bSpawnMobMulti.AutoSize = true;
this.bSpawnMobMulti.Location = new System.Drawing.Point(151, 210);
this.bSpawnMobMulti.Name = "bSpawnMobMulti";
this.bSpawnMobMulti.Size = new System.Drawing.Size(150, 17);
this.bSpawnMobMulti.TabIndex = 19;
this.bSpawnMobMulti.Text = "Spawnmobmulti Command";
this.bSpawnMobMulti.UseVisualStyleBackColor = true;
this.bSpawnMobMulti.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bSpawnMob
//
this.bSpawnMob.AutoSize = true;
this.bSpawnMob.Location = new System.Drawing.Point(151, 187);
this.bSpawnMob.Name = "bSpawnMob";
this.bSpawnMob.Size = new System.Drawing.Size(129, 17);
this.bSpawnMob.TabIndex = 18;
this.bSpawnMob.Text = "Spawnmob Command";
this.bSpawnMob.UseVisualStyleBackColor = true;
this.bSpawnMob.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bPortableNPC
//
this.bPortableNPC.AutoSize = true;
this.bPortableNPC.Location = new System.Drawing.Point(151, 164);
this.bPortableNPC.Name = "bPortableNPC";
this.bPortableNPC.Size = new System.Drawing.Size(137, 17);
this.bPortableNPC.TabIndex = 17;
this.bPortableNPC.Text = "PortableNPC Command";
this.bPortableNPC.UseVisualStyleBackColor = true;
this.bPortableNPC.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bPortalNPC
//
this.bPortalNPC.AutoSize = true;
this.bPortalNPC.Location = new System.Drawing.Point(151, 141);
this.bPortalNPC.Name = "bPortalNPC";
this.bPortalNPC.Size = new System.Drawing.Size(125, 17);
this.bPortalNPC.TabIndex = 16;
this.bPortalNPC.Text = "PortalNPC Command";
this.bPortalNPC.UseVisualStyleBackColor = true;
this.bPortalNPC.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bDivorce
//
this.bDivorce.AutoSize = true;
this.bDivorce.Location = new System.Drawing.Point(151, 118);
this.bDivorce.Name = "bDivorce";
this.bDivorce.Size = new System.Drawing.Size(113, 17);
this.bDivorce.TabIndex = 15;
this.bDivorce.Text = "Divorce Command";
this.bDivorce.UseVisualStyleBackColor = true;
this.bDivorce.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bLeaveGuild
//
this.bLeaveGuild.AutoSize = true;
this.bLeaveGuild.Location = new System.Drawing.Point(151, 95);
this.bLeaveGuild.Name = "bLeaveGuild";
this.bLeaveGuild.Size = new System.Drawing.Size(128, 17);
this.bLeaveGuild.TabIndex = 14;
this.bLeaveGuild.Text = "Leaveguild Command";
this.bLeaveGuild.UseVisualStyleBackColor = true;
this.bLeaveGuild.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bHidePlayers
//
this.bHidePlayers.AutoSize = true;
this.bHidePlayers.Location = new System.Drawing.Point(151, 72);
this.bHidePlayers.Name = "bHidePlayers";
this.bHidePlayers.Size = new System.Drawing.Size(131, 17);
this.bHidePlayers.TabIndex = 13;
this.bHidePlayers.Text = "Hideplayers Command";
this.bHidePlayers.UseVisualStyleBackColor = true;
this.bHidePlayers.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bTown
//
this.bTown.AutoSize = true;
this.bTown.Location = new System.Drawing.Point(151, 49);
this.bTown.Name = "bTown";
this.bTown.Size = new System.Drawing.Size(103, 17);
this.bTown.TabIndex = 12;
this.bTown.Text = "Town Command";
this.bTown.UseVisualStyleBackColor = true;
this.bTown.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bUnstuck
//
this.bUnstuck.AutoSize = true;
this.bUnstuck.Location = new System.Drawing.Point(151, 26);
this.bUnstuck.Name = "bUnstuck";
this.bUnstuck.Size = new System.Drawing.Size(116, 17);
this.bUnstuck.TabIndex = 11;
this.bUnstuck.Text = "Unstuck Command";
this.bUnstuck.UseVisualStyleBackColor = true;
this.bUnstuck.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bGiveItem
//
this.bGiveItem.AutoSize = true;
this.bGiveItem.Location = new System.Drawing.Point(151, 325);
this.bGiveItem.Name = "bGiveItem";
this.bGiveItem.Size = new System.Drawing.Size(117, 17);
this.bGiveItem.TabIndex = 24;
this.bGiveItem.Text = "Giveitem Command";
this.bGiveItem.UseVisualStyleBackColor = true;
this.bGiveItem.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bItemAll
//
this.bItemAll.AutoSize = true;
this.bItemAll.Location = new System.Drawing.Point(151, 302);
this.bItemAll.Name = "bItemAll";
this.bItemAll.Size = new System.Drawing.Size(106, 17);
this.bItemAll.TabIndex = 23;
this.bItemAll.Text = "Itemall Command";
this.bItemAll.UseVisualStyleBackColor = true;
this.bItemAll.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bItem
//
this.bItem.AutoSize = true;
this.bItem.Location = new System.Drawing.Point(151, 279);
this.bItem.Name = "bItem";
this.bItem.Size = new System.Drawing.Size(96, 17);
this.bItem.TabIndex = 22;
this.bItem.Text = "Item Command";
this.bItem.UseVisualStyleBackColor = true;
this.bItem.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bSpawnMobPlayer
//
this.bSpawnMobPlayer.AutoSize = true;
this.bSpawnMobPlayer.Location = new System.Drawing.Point(151, 256);
this.bSpawnMobPlayer.Name = "bSpawnMobPlayer";
this.bSpawnMobPlayer.Size = new System.Drawing.Size(157, 17);
this.bSpawnMobPlayer.TabIndex = 21;
this.bSpawnMobPlayer.Text = "Spawnmobplayer Command";
this.bSpawnMobPlayer.UseVisualStyleBackColor = true;
this.bSpawnMobPlayer.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bSpawnMobAll
//
this.bSpawnMobAll.AutoSize = true;
this.bSpawnMobAll.Location = new System.Drawing.Point(151, 233);
this.bSpawnMobAll.Name = "bSpawnMobAll";
this.bSpawnMobAll.Size = new System.Drawing.Size(139, 17);
this.bSpawnMobAll.TabIndex = 20;
this.bSpawnMobAll.Text = "Spawnmoball Command";
this.bSpawnMobAll.UseVisualStyleBackColor = true;
this.bSpawnMobAll.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bSetLevel
//
this.bSetLevel.AutoSize = true;
this.bSetLevel.Location = new System.Drawing.Point(328, 187);
this.bSetLevel.Name = "bSetLevel";
this.bSetLevel.Size = new System.Drawing.Size(114, 17);
this.bSetLevel.TabIndex = 32;
this.bSetLevel.Text = "Setlevel Command";
this.bSetLevel.UseVisualStyleBackColor = true;
this.bSetLevel.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bDisconnect
//
this.bDisconnect.AutoSize = true;
this.bDisconnect.Location = new System.Drawing.Point(328, 164);
this.bDisconnect.Name = "bDisconnect";
this.bDisconnect.Size = new System.Drawing.Size(130, 17);
this.bDisconnect.TabIndex = 31;
this.bDisconnect.Text = "Disconnect Command";
this.bDisconnect.UseVisualStyleBackColor = true;
this.bDisconnect.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bClearInv
//
this.bClearInv.AutoSize = true;
this.bClearInv.Location = new System.Drawing.Point(328, 141);
this.bClearInv.Name = "bClearInv";
this.bClearInv.Size = new System.Drawing.Size(114, 17);
this.bClearInv.TabIndex = 30;
this.bClearInv.Text = "Clearinv Command";
this.bClearInv.UseVisualStyleBackColor = true;
this.bClearInv.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bKQReward
//
this.bKQReward.AutoSize = true;
this.bKQReward.Location = new System.Drawing.Point(328, 118);
this.bKQReward.Name = "bKQReward";
this.bKQReward.Size = new System.Drawing.Size(128, 17);
this.bKQReward.TabIndex = 29;
this.bKQReward.Text = "KQReward Command";
this.bKQReward.UseVisualStyleBackColor = true;
this.bKQReward.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bAbstate
//
this.bAbstate.AutoSize = true;
this.bAbstate.Location = new System.Drawing.Point(328, 95);
this.bAbstate.Name = "bAbstate";
this.bAbstate.Size = new System.Drawing.Size(112, 17);
this.bAbstate.TabIndex = 28;
this.bAbstate.Text = "Abstate Command";
this.bAbstate.UseVisualStyleBackColor = true;
this.bAbstate.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bMap
//
this.bMap.AutoSize = true;
this.bMap.Location = new System.Drawing.Point(328, 72);
this.bMap.Name = "bMap";
this.bMap.Size = new System.Drawing.Size(97, 17);
this.bMap.TabIndex = 27;
this.bMap.Text = "Map Command";
this.bMap.UseVisualStyleBackColor = true;
this.bMap.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bTpAll
//
this.bTpAll.AutoSize = true;
this.bTpAll.Location = new System.Drawing.Point(328, 49);
this.bTpAll.Name = "bTpAll";
this.bTpAll.Size = new System.Drawing.Size(99, 17);
this.bTpAll.TabIndex = 26;
this.bTpAll.Text = "Tpall Command";
this.bTpAll.UseVisualStyleBackColor = true;
this.bTpAll.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bTp
//
this.bTp.AutoSize = true;
this.bTp.Location = new System.Drawing.Point(328, 26);
this.bTp.Name = "bTp";
this.bTp.Size = new System.Drawing.Size(89, 17);
this.bTp.TabIndex = 25;
this.bTp.Text = "Tp Command";
this.bTp.UseVisualStyleBackColor = true;
this.bTp.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bOtherCommands
//
this.bOtherCommands.AutoSize = true;
this.bOtherCommands.Location = new System.Drawing.Point(328, 302);
this.bOtherCommands.Name = "bOtherCommands";
this.bOtherCommands.Size = new System.Drawing.Size(107, 17);
this.bOtherCommands.TabIndex = 37;
this.bOtherCommands.Text = "Other Commands";
this.bOtherCommands.UseVisualStyleBackColor = true;
this.bOtherCommands.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bMigrateZone
//
this.bMigrateZone.AutoSize = true;
this.bMigrateZone.Location = new System.Drawing.Point(328, 279);
this.bMigrateZone.Name = "bMigrateZone";
this.bMigrateZone.Size = new System.Drawing.Size(134, 17);
this.bMigrateZone.TabIndex = 36;
this.bMigrateZone.Text = "Migratezone Command";
this.bMigrateZone.UseVisualStyleBackColor = true;
this.bMigrateZone.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bProduceItems
//
this.bProduceItems.AutoSize = true;
this.bProduceItems.Location = new System.Drawing.Point(328, 256);
this.bProduceItems.Name = "bProduceItems";
this.bProduceItems.Size = new System.Drawing.Size(140, 17);
this.bProduceItems.TabIndex = 35;
this.bProduceItems.Text = "Produceitems Command";
this.bProduceItems.UseVisualStyleBackColor = true;
this.bProduceItems.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bCanWalk
//
this.bCanWalk.AutoSize = true;
this.bCanWalk.Location = new System.Drawing.Point(328, 233);
this.bCanWalk.Name = "bCanWalk";
this.bCanWalk.Size = new System.Drawing.Size(117, 17);
this.bCanWalk.TabIndex = 34;
this.bCanWalk.Text = "Canwalk Command";
this.bCanWalk.UseVisualStyleBackColor = true;
this.bCanWalk.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// bRunCommand
//
this.bRunCommand.AutoSize = true;
this.bRunCommand.Location = new System.Drawing.Point(328, 210);
this.bRunCommand.Name = "bRunCommand";
this.bRunCommand.Size = new System.Drawing.Size(142, 17);
this.bRunCommand.TabIndex = 33;
this.bRunCommand.Text = "Runcommand Command";
this.bRunCommand.UseVisualStyleBackColor = true;
this.bRunCommand.CheckedChanged += new System.EventHandler(this.Object_CheckedChanged);
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(472, 361);
this.Controls.Add(this.bOtherCommands);
this.Controls.Add(this.bMigrateZone);
this.Controls.Add(this.bProduceItems);
this.Controls.Add(this.bCanWalk);
this.Controls.Add(this.bRunCommand);
this.Controls.Add(this.bSetLevel);
this.Controls.Add(this.bDisconnect);
this.Controls.Add(this.bClearInv);
this.Controls.Add(this.bKQReward);
this.Controls.Add(this.bAbstate);
this.Controls.Add(this.bMap);
this.Controls.Add(this.bTpAll);
this.Controls.Add(this.bTp);
this.Controls.Add(this.bGiveItem);
this.Controls.Add(this.bItemAll);
this.Controls.Add(this.bItem);
this.Controls.Add(this.bSpawnMobPlayer);
this.Controls.Add(this.bSpawnMobAll);
this.Controls.Add(this.bSpawnMobMulti);
this.Controls.Add(this.bSpawnMob);
this.Controls.Add(this.bPortableNPC);
this.Controls.Add(this.bPortalNPC);
this.Controls.Add(this.bDivorce);
this.Controls.Add(this.bLeaveGuild);
this.Controls.Add(this.bHidePlayers);
this.Controls.Add(this.bTown);
this.Controls.Add(this.bUnstuck);
this.Controls.Add(this.bCanDrop);
this.Controls.Add(this.bCanVend);
this.Controls.Add(this.bCanPickup);
this.Controls.Add(this.bCanGuildStorage);
this.Controls.Add(this.bCanStorage);
this.Controls.Add(this.bCanTrade);
this.Controls.Add(this.bSendWorldMessages);
this.Controls.Add(this.bSendAdmin);
this.Controls.Add(this.bBypassChecks);
this.Controls.Add(this.Value);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Shown += new System.EventHandler(this.Main_Shown);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox Value;
private System.Windows.Forms.CheckBox bBypassChecks;
private System.Windows.Forms.CheckBox bSendAdmin;
private System.Windows.Forms.CheckBox bSendWorldMessages;
private System.Windows.Forms.CheckBox bCanTrade;
private System.Windows.Forms.CheckBox bCanStorage;
private System.Windows.Forms.CheckBox bCanGuildStorage;
private System.Windows.Forms.CheckBox bCanPickup;
private System.Windows.Forms.CheckBox bCanVend;
private System.Windows.Forms.CheckBox bCanDrop;
private System.Windows.Forms.CheckBox bSpawnMobMulti;
private System.Windows.Forms.CheckBox bSpawnMob;
private System.Windows.Forms.CheckBox bPortableNPC;
private System.Windows.Forms.CheckBox bPortalNPC;
private System.Windows.Forms.CheckBox bDivorce;
private System.Windows.Forms.CheckBox bLeaveGuild;
private System.Windows.Forms.CheckBox bHidePlayers;
private System.Windows.Forms.CheckBox bTown;
private System.Windows.Forms.CheckBox bUnstuck;
private System.Windows.Forms.CheckBox bGiveItem;
private System.Windows.Forms.CheckBox bItemAll;
private System.Windows.Forms.CheckBox bItem;
private System.Windows.Forms.CheckBox bSpawnMobPlayer;
private System.Windows.Forms.CheckBox bSpawnMobAll;
private System.Windows.Forms.CheckBox bSetLevel;
private System.Windows.Forms.CheckBox bDisconnect;
private System.Windows.Forms.CheckBox bClearInv;
private System.Windows.Forms.CheckBox bKQReward;
private System.Windows.Forms.CheckBox bAbstate;
private System.Windows.Forms.CheckBox bMap;
private System.Windows.Forms.CheckBox bTpAll;
private System.Windows.Forms.CheckBox bTp;
private System.Windows.Forms.CheckBox bOtherCommands;
private System.Windows.Forms.CheckBox bMigrateZone;
private System.Windows.Forms.CheckBox bProduceItems;
private System.Windows.Forms.CheckBox bCanWalk;
private System.Windows.Forms.CheckBox bRunCommand;
}
}