Files
Client/rylCoder_16.02.2008_src/frmNpcEdit.Designer.vb
LGram16 dd97ddec92 Restructure repository to include all source folders
Move git root from Client/ to src/ to track all source code:
- Client: Game client source (moved to Client/Client/)
- Server: Game server source
- GameTools: Development tools
- CryptoSource: Encryption utilities
- database: Database scripts
- Script: Game scripts
- rylCoder_16.02.2008_src: Legacy coder tools
- GMFont, Game: Additional resources

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 20:17:20 +09:00

2221 lines
199 KiB
VB.net
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmNpcEdit
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmNpcEdit))
Me.treeNpcs = New System.Windows.Forms.TreeView
Me.mnuMain = New System.Windows.Forms.MenuStrip
Me.mnuFile = New System.Windows.Forms.ToolStripMenuItem
Me.mnuOpen = New System.Windows.Forms.ToolStripMenuItem
Me.mnuSave = New System.Windows.Forms.ToolStripMenuItem
Me.mnuSaveAs = New System.Windows.Forms.ToolStripMenuItem
Me.mnuClose = New System.Windows.Forms.ToolStripMenuItem
Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator
Me.ItemScriptToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.mnuLoadItemScript = New System.Windows.Forms.ToolStripMenuItem
Me.mnuUnloadItemScript = New System.Windows.Forms.ToolStripMenuItem
Me.MonsterPrototypeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.mnuLoadMobScript = New System.Windows.Forms.ToolStripMenuItem
Me.mnuUnloadMobScript = New System.Windows.Forms.ToolStripMenuItem
Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator
Me.ArrangementToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.mnuOpenArrangement = New System.Windows.Forms.ToolStripMenuItem
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator
Me.mnuExit = New System.Windows.Forms.ToolStripMenuItem
Me.HelpToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.AboutToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem
Me.ConfigurationToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.mnuDecoder = New System.Windows.Forms.ToolStripMenuItem
Me.txtEdit = New System.Windows.Forms.RichTextBox
Me.statusBar = New System.Windows.Forms.StatusStrip
Me.lblStatus = New System.Windows.Forms.ToolStripStatusLabel
Me.statProg = New System.Windows.Forms.ToolStripProgressBar
Me.lblCredits = New System.Windows.Forms.ToolStripStatusLabel
Me.dlgFileOpen = New System.Windows.Forms.OpenFileDialog
Me.dlgFileSave = New System.Windows.Forms.SaveFileDialog
Me.TabCntrl = New System.Windows.Forms.TabControl
Me.tabNPCeditor = New System.Windows.Forms.TabPage
Me.teleportTargetMap = New rylCoder.CMiniMapPanel
Me.locationMap = New rylCoder.CMiniMapPanel
Me.btnNpcFromMap = New System.Windows.Forms.Button
Me.txtSearchNpc = New System.Windows.Forms.TextBox
Me.tabNPCEditorControl = New System.Windows.Forms.TabControl
Me.tabGeneral = New System.Windows.Forms.TabPage
Me.lnkOpenModel = New System.Windows.Forms.LinkLabel
Me.txtNPCID = New System.Windows.Forms.TextBox
Me.Label1 = New System.Windows.Forms.Label
Me.txtNPCTexture = New System.Windows.Forms.TextBox
Me.txtNPCDesc = New System.Windows.Forms.TextBox
Me.txtNPCName = New System.Windows.Forms.TextBox
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.sldNPCDirection = New System.Windows.Forms.TrackBar
Me.btnNpcLocOpenMap = New System.Windows.Forms.Button
Me.txtNPCLocationDir = New System.Windows.Forms.TextBox
Me.txtNPCLocationZone = New System.Windows.Forms.TextBox
Me.txtNPCLocationZ = New System.Windows.Forms.TextBox
Me.Label12 = New System.Windows.Forms.Label
Me.txtNPCLocationY = New System.Windows.Forms.TextBox
Me.txtNPCLocationX = New System.Windows.Forms.TextBox
Me.Label11 = New System.Windows.Forms.Label
Me.Label10 = New System.Windows.Forms.Label
Me.grpNPCTeleport = New System.Windows.Forms.GroupBox
Me.btnNpcTelepOpenMap = New System.Windows.Forms.Button
Me.txtNPCTeleportZone = New System.Windows.Forms.TextBox
Me.txtNPCTeleportZ = New System.Windows.Forms.TextBox
Me.txtNPCTeleportY = New System.Windows.Forms.TextBox
Me.txtNPCTeleportX = New System.Windows.Forms.TextBox
Me.Label16 = New System.Windows.Forms.Label
Me.Label17 = New System.Windows.Forms.Label
Me.Label13 = New System.Windows.Forms.Label
Me.Label8 = New System.Windows.Forms.Label
Me.Label7 = New System.Windows.Forms.Label
Me.tabItems = New System.Windows.Forms.TabPage
Me.NpcShopPage = New rylCoder.cntShopView
Me.Label15 = New System.Windows.Forms.Label
Me.btnItemToPageRight = New System.Windows.Forms.Button
Me.btnItemToPageLeft = New System.Windows.Forms.Button
Me.Label14 = New System.Windows.Forms.Label
Me.btnItemToTabRight = New System.Windows.Forms.Button
Me.btnItemToTabLeft = New System.Windows.Forms.Button
Me.Label9 = New System.Windows.Forms.Label
Me.cmbShopIndex = New System.Windows.Forms.ComboBox
Me.btnItemToDown = New System.Windows.Forms.Button
Me.btnItemToUp = New System.Windows.Forms.Button
Me.lblItemsPage = New System.Windows.Forms.Label
Me.btnItemsPageRight = New System.Windows.Forms.Button
Me.btnItemsPageLeft = New System.Windows.Forms.Button
Me.tabItemsControl = New System.Windows.Forms.TabControl
Me.tabItems1 = New System.Windows.Forms.TabPage
Me.tabItems2 = New System.Windows.Forms.TabPage
Me.tabItems3 = New System.Windows.Forms.TabPage
Me.tabItems4 = New System.Windows.Forms.TabPage
Me.tabTexts = New System.Windows.Forms.TabPage
Me.flowNPCTexts = New System.Windows.Forms.FlowLayoutPanel
Me.tabQuestEditor = New System.Windows.Forms.TabPage
Me.lnkDeleteOpenQuest = New System.Windows.Forms.LinkLabel
Me.lnkAddNewQuest = New System.Windows.Forms.LinkLabel
Me.tabCntrlQuest = New System.Windows.Forms.TabControl
Me.TabPage2 = New System.Windows.Forms.TabPage
Me.Label21 = New System.Windows.Forms.Label
Me.chkQAddToCompletedList = New System.Windows.Forms.CheckBox
Me.lnkGoToExQuest = New System.Windows.Forms.LinkLabel
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.txtQTAward = New System.Windows.Forms.TextBox
Me.Label20 = New System.Windows.Forms.Label
Me.txtQTShortDesc = New System.Windows.Forms.TextBox
Me.Label30 = New System.Windows.Forms.Label
Me.txtQTLevel = New System.Windows.Forms.TextBox
Me.Label29 = New System.Windows.Forms.Label
Me.cmbQuestType = New System.Windows.Forms.ComboBox
Me.Label28 = New System.Windows.Forms.Label
Me.Label27 = New System.Windows.Forms.Label
Me.chkQParty = New System.Windows.Forms.CheckBox
Me.txtQExistingQuest = New System.Windows.Forms.TextBox
Me.Label19 = New System.Windows.Forms.Label
Me.Label18 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.cmbQNation = New System.Windows.Forms.ComboBox
Me.cmbQClass = New System.Windows.Forms.ComboBox
Me.txtQMaxLvl = New System.Windows.Forms.TextBox
Me.txtQMinLvl = New System.Windows.Forms.TextBox
Me.Label5 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.chkQAllowDel = New System.Windows.Forms.CheckBox
Me.Label2 = New System.Windows.Forms.Label
Me.txtQId = New System.Windows.Forms.TextBox
Me.Label3 = New System.Windows.Forms.Label
Me.txtQTName = New System.Windows.Forms.TextBox
Me.Label22 = New System.Windows.Forms.Label
Me.TabPage1 = New System.Windows.Forms.TabPage
Me.txtQTDesc = New System.Windows.Forms.TextBox
Me.TabPage3 = New System.Windows.Forms.TabPage
Me.GroupBox4 = New System.Windows.Forms.GroupBox
Me.lblQPhaseNumberOfTargets = New System.Windows.Forms.Label
Me.Label23 = New System.Windows.Forms.Label
Me.btnQPhaseTargetsOnMap = New System.Windows.Forms.Button
Me.GroupBox5 = New System.Windows.Forms.GroupBox
Me.flowQPhases = New System.Windows.Forms.FlowLayoutPanel
Me.btnQMovePhaseDown = New System.Windows.Forms.Button
Me.btnQMovePhaseUp = New System.Windows.Forms.Button
Me.btnQDeletePhase = New System.Windows.Forms.Button
Me.txtQPhaseZone = New System.Windows.Forms.TextBox
Me.Label42 = New System.Windows.Forms.Label
Me.txtQPhaseName = New System.Windows.Forms.TextBox
Me.Label43 = New System.Windows.Forms.Label
Me.btnQAddPhase = New System.Windows.Forms.Button
Me.Label25 = New System.Windows.Forms.Label
Me.cmbQPhases = New System.Windows.Forms.ComboBox
Me.txtSearchQuest = New System.Windows.Forms.TextBox
Me.treeQuests = New System.Windows.Forms.TreeView
Me.tabScriptEditor = New System.Windows.Forms.TabPage
Me.pnlSyntaxHelp = New System.Windows.Forms.Panel
Me.chkShowHex = New System.Windows.Forms.CheckBox
Me.lblSyntaxHelpParInfo = New System.Windows.Forms.Label
Me.pnlSyntaxHelpM = New System.Windows.Forms.FlowLayoutPanel
Me.cntMnuNPCItem = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.mnuNPCItemsAdd = New System.Windows.Forms.ToolStripMenuItem
Me.mnuNPCItemsEdit = New System.Windows.Forms.ToolStripMenuItem
Me.mnuNPCItemsDelete = New System.Windows.Forms.ToolStripMenuItem
Me.lblOpenFile = New System.Windows.Forms.Label
Me.dlgItemScriptOpen = New System.Windows.Forms.OpenFileDialog
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel
Me.GroupBox3 = New System.Windows.Forms.GroupBox
Me.TextBox1 = New System.Windows.Forms.TextBox
Me.Label24 = New System.Windows.Forms.Label
Me.TextBox2 = New System.Windows.Forms.TextBox
Me.Label26 = New System.Windows.Forms.Label
Me.TextBox3 = New System.Windows.Forms.TextBox
Me.Label31 = New System.Windows.Forms.Label
Me.ComboBox1 = New System.Windows.Forms.ComboBox
Me.Label32 = New System.Windows.Forms.Label
Me.Label33 = New System.Windows.Forms.Label
Me.CheckBox1 = New System.Windows.Forms.CheckBox
Me.TextBox4 = New System.Windows.Forms.TextBox
Me.Label34 = New System.Windows.Forms.Label
Me.Label35 = New System.Windows.Forms.Label
Me.Label36 = New System.Windows.Forms.Label
Me.ComboBox2 = New System.Windows.Forms.ComboBox
Me.ComboBox3 = New System.Windows.Forms.ComboBox
Me.TextBox5 = New System.Windows.Forms.TextBox
Me.TextBox6 = New System.Windows.Forms.TextBox
Me.Label37 = New System.Windows.Forms.Label
Me.Label38 = New System.Windows.Forms.Label
Me.CheckBox2 = New System.Windows.Forms.CheckBox
Me.Label39 = New System.Windows.Forms.Label
Me.TextBox7 = New System.Windows.Forms.TextBox
Me.Label40 = New System.Windows.Forms.Label
Me.TextBox8 = New System.Windows.Forms.TextBox
Me.Label41 = New System.Windows.Forms.Label
Me.tipHoverHelp = New System.Windows.Forms.ToolTip(Me.components)
Me.mnuMain.SuspendLayout()
Me.statusBar.SuspendLayout()
Me.TabCntrl.SuspendLayout()
Me.tabNPCeditor.SuspendLayout()
Me.tabNPCEditorControl.SuspendLayout()
Me.tabGeneral.SuspendLayout()
Me.GroupBox2.SuspendLayout()
CType(Me.sldNPCDirection, System.ComponentModel.ISupportInitialize).BeginInit()
Me.grpNPCTeleport.SuspendLayout()
Me.tabItems.SuspendLayout()
Me.tabItemsControl.SuspendLayout()
Me.tabTexts.SuspendLayout()
Me.tabQuestEditor.SuspendLayout()
Me.tabCntrlQuest.SuspendLayout()
Me.TabPage2.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.TabPage1.SuspendLayout()
Me.TabPage3.SuspendLayout()
Me.GroupBox4.SuspendLayout()
Me.GroupBox5.SuspendLayout()
Me.tabScriptEditor.SuspendLayout()
Me.pnlSyntaxHelp.SuspendLayout()
Me.cntMnuNPCItem.SuspendLayout()
Me.GroupBox3.SuspendLayout()
Me.SuspendLayout()
'
'treeNpcs
'
Me.treeNpcs.FullRowSelect = True
Me.treeNpcs.HideSelection = False
Me.treeNpcs.Location = New System.Drawing.Point(6, 42)
Me.treeNpcs.Name = "treeNpcs"
Me.treeNpcs.Size = New System.Drawing.Size(235, 439)
Me.treeNpcs.TabIndex = 1
'
'mnuMain
'
Me.mnuMain.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuFile, Me.HelpToolStripMenuItem, Me.ToolStripMenuItem1})
Me.mnuMain.Location = New System.Drawing.Point(0, 0)
Me.mnuMain.Name = "mnuMain"
Me.mnuMain.Size = New System.Drawing.Size(942, 24)
Me.mnuMain.TabIndex = 0
Me.mnuMain.Text = "MenuStrip1"
'
'mnuFile
'
Me.mnuFile.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuOpen, Me.mnuSave, Me.mnuSaveAs, Me.mnuClose, Me.ToolStripSeparator2, Me.ItemScriptToolStripMenuItem, Me.MonsterPrototypeToolStripMenuItem, Me.ToolStripSeparator4, Me.ArrangementToolStripMenuItem, Me.ToolStripSeparator1, Me.mnuExit})
Me.mnuFile.Name = "mnuFile"
Me.mnuFile.Size = New System.Drawing.Size(37, 20)
Me.mnuFile.Text = "&File"
'
'mnuOpen
'
Me.mnuOpen.Name = "mnuOpen"
Me.mnuOpen.Size = New System.Drawing.Size(170, 22)
Me.mnuOpen.Text = "&Open"
'
'mnuSave
'
Me.mnuSave.Enabled = False
Me.mnuSave.Name = "mnuSave"
Me.mnuSave.Size = New System.Drawing.Size(170, 22)
Me.mnuSave.Text = "&Save"
'
'mnuSaveAs
'
Me.mnuSaveAs.Enabled = False
Me.mnuSaveAs.Name = "mnuSaveAs"
Me.mnuSaveAs.Size = New System.Drawing.Size(170, 22)
Me.mnuSaveAs.Text = "Save &As..."
'
'mnuClose
'
Me.mnuClose.Enabled = False
Me.mnuClose.Name = "mnuClose"
Me.mnuClose.Size = New System.Drawing.Size(170, 22)
Me.mnuClose.Text = "&Close file"
'
'ToolStripSeparator2
'
Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
Me.ToolStripSeparator2.Size = New System.Drawing.Size(167, 6)
'
'ItemScriptToolStripMenuItem
'
Me.ItemScriptToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuLoadItemScript, Me.mnuUnloadItemScript})
Me.ItemScriptToolStripMenuItem.Name = "ItemScriptToolStripMenuItem"
Me.ItemScriptToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
Me.ItemScriptToolStripMenuItem.Text = "Item&Script"
'
'mnuLoadItemScript
'
Me.mnuLoadItemScript.Name = "mnuLoadItemScript"
Me.mnuLoadItemScript.Size = New System.Drawing.Size(112, 22)
Me.mnuLoadItemScript.Text = "&Load"
'
'mnuUnloadItemScript
'
Me.mnuUnloadItemScript.Enabled = False
Me.mnuUnloadItemScript.Name = "mnuUnloadItemScript"
Me.mnuUnloadItemScript.Size = New System.Drawing.Size(112, 22)
Me.mnuUnloadItemScript.Text = "&Unload"
'
'MonsterPrototypeToolStripMenuItem
'
Me.MonsterPrototypeToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuLoadMobScript, Me.mnuUnloadMobScript})
Me.MonsterPrototypeToolStripMenuItem.Name = "MonsterPrototypeToolStripMenuItem"
Me.MonsterPrototypeToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
Me.MonsterPrototypeToolStripMenuItem.Text = "MonsterPrototype"
'
'mnuLoadMobScript
'
Me.mnuLoadMobScript.Name = "mnuLoadMobScript"
Me.mnuLoadMobScript.Size = New System.Drawing.Size(112, 22)
Me.mnuLoadMobScript.Text = "Load"
'
'mnuUnloadMobScript
'
Me.mnuUnloadMobScript.Enabled = False
Me.mnuUnloadMobScript.Name = "mnuUnloadMobScript"
Me.mnuUnloadMobScript.Size = New System.Drawing.Size(112, 22)
Me.mnuUnloadMobScript.Text = "Unload"
'
'ToolStripSeparator4
'
Me.ToolStripSeparator4.Name = "ToolStripSeparator4"
Me.ToolStripSeparator4.Size = New System.Drawing.Size(167, 6)
'
'ArrangementToolStripMenuItem
'
Me.ArrangementToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuOpenArrangement})
Me.ArrangementToolStripMenuItem.Name = "ArrangementToolStripMenuItem"
Me.ArrangementToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
Me.ArrangementToolStripMenuItem.Text = "Arrangement"
'
'mnuOpenArrangement
'
Me.mnuOpenArrangement.Name = "mnuOpenArrangement"
Me.mnuOpenArrangement.Size = New System.Drawing.Size(139, 22)
Me.mnuOpenArrangement.Text = "Open && Edit"
'
'ToolStripSeparator1
'
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
Me.ToolStripSeparator1.Size = New System.Drawing.Size(167, 6)
'
'mnuExit
'
Me.mnuExit.Name = "mnuExit"
Me.mnuExit.Size = New System.Drawing.Size(170, 22)
Me.mnuExit.Text = "E&xit"
'
'HelpToolStripMenuItem
'
Me.HelpToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.AboutToolStripMenuItem})
Me.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem"
Me.HelpToolStripMenuItem.Size = New System.Drawing.Size(44, 20)
Me.HelpToolStripMenuItem.Text = "Help"
'
'AboutToolStripMenuItem
'
Me.AboutToolStripMenuItem.Name = "AboutToolStripMenuItem"
Me.AboutToolStripMenuItem.Size = New System.Drawing.Size(107, 22)
Me.AboutToolStripMenuItem.Text = "About"
'
'ToolStripMenuItem1
'
Me.ToolStripMenuItem1.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ConfigurationToolStripMenuItem, Me.mnuDecoder})
Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
Me.ToolStripMenuItem1.Size = New System.Drawing.Size(48, 20)
Me.ToolStripMenuItem1.Text = "&Tools"
'
'ConfigurationToolStripMenuItem
'
Me.ConfigurationToolStripMenuItem.Name = "ConfigurationToolStripMenuItem"
Me.ConfigurationToolStripMenuItem.Size = New System.Drawing.Size(148, 22)
Me.ConfigurationToolStripMenuItem.Text = "Configuration"
'
'mnuDecoder
'
Me.mnuDecoder.Name = "mnuDecoder"
Me.mnuDecoder.Size = New System.Drawing.Size(148, 22)
Me.mnuDecoder.Text = "Decoder"
Me.mnuDecoder.Visible = False
'
'txtEdit
'
Me.txtEdit.AcceptsTab = True
Me.txtEdit.DetectUrls = False
Me.txtEdit.Font = New System.Drawing.Font("Courier New", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtEdit.HideSelection = False
Me.txtEdit.Location = New System.Drawing.Point(6, 6)
Me.txtEdit.Name = "txtEdit"
Me.txtEdit.Size = New System.Drawing.Size(772, 602)
Me.txtEdit.TabIndex = 0
Me.txtEdit.Text = ""
Me.txtEdit.WordWrap = False
'
'statusBar
'
Me.statusBar.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblStatus, Me.statProg, Me.lblCredits})
Me.statusBar.Location = New System.Drawing.Point(0, 713)
Me.statusBar.Name = "statusBar"
Me.statusBar.Size = New System.Drawing.Size(942, 22)
Me.statusBar.TabIndex = 3
Me.statusBar.Text = "StatusStrip1"
'
'lblStatus
'
Me.lblStatus.Name = "lblStatus"
Me.lblStatus.Size = New System.Drawing.Size(39, 17)
Me.lblStatus.Text = "Ready"
'
'statProg
'
Me.statProg.Name = "statProg"
Me.statProg.Size = New System.Drawing.Size(100, 16)
Me.statProg.Visible = False
'
'lblCredits
'
Me.lblCredits.BackColor = System.Drawing.Color.Transparent
Me.lblCredits.IsLink = True
Me.lblCredits.Name = "lblCredits"
Me.lblCredits.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.lblCredits.Size = New System.Drawing.Size(755, 17)
Me.lblCredits.Spring = True
Me.lblCredits.Text = "Made By AlphA"
Me.lblCredits.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'dlgFileOpen
'
Me.dlgFileOpen.Filter = "All supported files|*.mcf;*.gsf;*.gcmds;*.skey|MCF files (*.mcf)|*.mcf|GSF files " & _
"(*.gsf)|*.gsf|Gcmds and skey files(*.gcmds;*.skey)|*.gcmds;*.skey|All files (*.*" & _
")|*.*"
Me.dlgFileOpen.RestoreDirectory = True
'
'dlgFileSave
'
Me.dlgFileSave.OverwritePrompt = False
Me.dlgFileSave.RestoreDirectory = True
'
'TabCntrl
'
Me.TabCntrl.Controls.Add(Me.tabNPCeditor)
Me.TabCntrl.Controls.Add(Me.tabQuestEditor)
Me.TabCntrl.Controls.Add(Me.tabScriptEditor)
Me.TabCntrl.Location = New System.Drawing.Point(12, 27)
Me.TabCntrl.Name = "TabCntrl"
Me.TabCntrl.SelectedIndex = 0
Me.TabCntrl.Size = New System.Drawing.Size(850, 679)
Me.TabCntrl.TabIndex = 2
'
'tabNPCeditor
'
Me.tabNPCeditor.BackColor = System.Drawing.SystemColors.Control
Me.tabNPCeditor.Controls.Add(Me.teleportTargetMap)
Me.tabNPCeditor.Controls.Add(Me.locationMap)
Me.tabNPCeditor.Controls.Add(Me.btnNpcFromMap)
Me.tabNPCeditor.Controls.Add(Me.txtSearchNpc)
Me.tabNPCeditor.Controls.Add(Me.tabNPCEditorControl)
Me.tabNPCeditor.Controls.Add(Me.treeNpcs)
Me.tabNPCeditor.Location = New System.Drawing.Point(4, 22)
Me.tabNPCeditor.Name = "tabNPCeditor"
Me.tabNPCeditor.Padding = New System.Windows.Forms.Padding(3)
Me.tabNPCeditor.Size = New System.Drawing.Size(842, 653)
Me.tabNPCeditor.TabIndex = 1
Me.tabNPCeditor.Text = "NPC Editor"
'
'teleportTargetMap
'
Me.teleportTargetMap.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.teleportTargetMap.Location = New System.Drawing.Point(611, 311)
Me.teleportTargetMap.Name = "teleportTargetMap"
Me.teleportTargetMap.Size = New System.Drawing.Size(200, 200)
Me.teleportTargetMap.TabIndex = 9
Me.teleportTargetMap.Visible = False
'
'locationMap
'
Me.locationMap.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.locationMap.Location = New System.Drawing.Point(611, 95)
Me.locationMap.Name = "locationMap"
Me.locationMap.Size = New System.Drawing.Size(200, 200)
Me.locationMap.TabIndex = 8
Me.locationMap.Visible = False
'
'btnNpcFromMap
'
Me.btnNpcFromMap.AccessibleDescription = "Choose a NPC from the map"
Me.btnNpcFromMap.Image = CType(resources.GetObject("btnNpcFromMap.Image"), System.Drawing.Image)
Me.btnNpcFromMap.Location = New System.Drawing.Point(221, 16)
Me.btnNpcFromMap.Name = "btnNpcFromMap"
Me.btnNpcFromMap.Size = New System.Drawing.Size(20, 20)
Me.btnNpcFromMap.TabIndex = 7
Me.btnNpcFromMap.UseVisualStyleBackColor = True
'
'txtSearchNpc
'
Me.txtSearchNpc.Location = New System.Drawing.Point(8, 16)
Me.txtSearchNpc.Name = "txtSearchNpc"
Me.txtSearchNpc.Size = New System.Drawing.Size(207, 20)
Me.txtSearchNpc.TabIndex = 0
'
'tabNPCEditorControl
'
Me.tabNPCEditorControl.Controls.Add(Me.tabGeneral)
Me.tabNPCEditorControl.Controls.Add(Me.tabItems)
Me.tabNPCEditorControl.Controls.Add(Me.tabTexts)
Me.tabNPCEditorControl.Location = New System.Drawing.Point(247, 16)
Me.tabNPCEditorControl.Name = "tabNPCEditorControl"
Me.tabNPCEditorControl.SelectedIndex = 0
Me.tabNPCEditorControl.Size = New System.Drawing.Size(358, 510)
Me.tabNPCEditorControl.TabIndex = 2
'
'tabGeneral
'
Me.tabGeneral.BackColor = System.Drawing.SystemColors.Control
Me.tabGeneral.Controls.Add(Me.lnkOpenModel)
Me.tabGeneral.Controls.Add(Me.txtNPCID)
Me.tabGeneral.Controls.Add(Me.Label1)
Me.tabGeneral.Controls.Add(Me.txtNPCTexture)
Me.tabGeneral.Controls.Add(Me.txtNPCDesc)
Me.tabGeneral.Controls.Add(Me.txtNPCName)
Me.tabGeneral.Controls.Add(Me.GroupBox2)
Me.tabGeneral.Controls.Add(Me.grpNPCTeleport)
Me.tabGeneral.Controls.Add(Me.Label13)
Me.tabGeneral.Controls.Add(Me.Label8)
Me.tabGeneral.Controls.Add(Me.Label7)
Me.tabGeneral.Location = New System.Drawing.Point(4, 22)
Me.tabGeneral.Name = "tabGeneral"
Me.tabGeneral.Padding = New System.Windows.Forms.Padding(3)
Me.tabGeneral.Size = New System.Drawing.Size(350, 484)
Me.tabGeneral.TabIndex = 0
Me.tabGeneral.Text = "General"
'
'lnkOpenModel
'
Me.lnkOpenModel.AutoSize = True
Me.lnkOpenModel.Location = New System.Drawing.Point(289, 105)
Me.lnkOpenModel.Name = "lnkOpenModel"
Me.lnkOpenModel.Size = New System.Drawing.Size(31, 13)
Me.lnkOpenModel.TabIndex = 9
Me.lnkOpenModel.TabStop = True
Me.lnkOpenModel.Text = "open"
Me.lnkOpenModel.Visible = False
'
'txtNPCID
'
Me.txtNPCID.Location = New System.Drawing.Point(90, 24)
Me.txtNPCID.Name = "txtNPCID"
Me.txtNPCID.ReadOnly = True
Me.txtNPCID.Size = New System.Drawing.Size(193, 20)
Me.txtNPCID.TabIndex = 8
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(58, 27)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(21, 13)
Me.Label1.TabIndex = 7
Me.Label1.Text = "ID:"
'
'txtNPCTexture
'
Me.txtNPCTexture.AccessibleDescription = "The texture/model/movements the NPC has"
Me.txtNPCTexture.Location = New System.Drawing.Point(90, 102)
Me.txtNPCTexture.Name = "txtNPCTexture"
Me.txtNPCTexture.Size = New System.Drawing.Size(193, 20)
Me.txtNPCTexture.TabIndex = 2
'
'txtNPCDesc
'
Me.txtNPCDesc.Location = New System.Drawing.Point(90, 76)
Me.txtNPCDesc.Name = "txtNPCDesc"
Me.txtNPCDesc.Size = New System.Drawing.Size(193, 20)
Me.txtNPCDesc.TabIndex = 1
'
'txtNPCName
'
Me.txtNPCName.Location = New System.Drawing.Point(90, 50)
Me.txtNPCName.Name = "txtNPCName"
Me.txtNPCName.Size = New System.Drawing.Size(193, 20)
Me.txtNPCName.TabIndex = 0
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.sldNPCDirection)
Me.GroupBox2.Controls.Add(Me.btnNpcLocOpenMap)
Me.GroupBox2.Controls.Add(Me.txtNPCLocationDir)
Me.GroupBox2.Controls.Add(Me.txtNPCLocationZone)
Me.GroupBox2.Controls.Add(Me.txtNPCLocationZ)
Me.GroupBox2.Controls.Add(Me.Label12)
Me.GroupBox2.Controls.Add(Me.txtNPCLocationY)
Me.GroupBox2.Controls.Add(Me.txtNPCLocationX)
Me.GroupBox2.Controls.Add(Me.Label11)
Me.GroupBox2.Controls.Add(Me.Label10)
Me.GroupBox2.Location = New System.Drawing.Point(19, 143)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(303, 112)
Me.GroupBox2.TabIndex = 3
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Location:"
'
'sldNPCDirection
'
Me.sldNPCDirection.AutoSize = False
Me.sldNPCDirection.LargeChange = 2
Me.sldNPCDirection.Location = New System.Drawing.Point(127, 69)
Me.sldNPCDirection.Maximum = 360
Me.sldNPCDirection.Name = "sldNPCDirection"
Me.sldNPCDirection.Size = New System.Drawing.Size(106, 17)
Me.sldNPCDirection.TabIndex = 7
Me.sldNPCDirection.TickStyle = System.Windows.Forms.TickStyle.None
'
'btnNpcLocOpenMap
'
Me.btnNpcLocOpenMap.AccessibleDescription = "Change/look on map"
Me.btnNpcLocOpenMap.Image = CType(resources.GetObject("btnNpcLocOpenMap.Image"), System.Drawing.Image)
Me.btnNpcLocOpenMap.Location = New System.Drawing.Point(244, 40)
Me.btnNpcLocOpenMap.Name = "btnNpcLocOpenMap"
Me.btnNpcLocOpenMap.Size = New System.Drawing.Size(20, 20)
Me.btnNpcLocOpenMap.TabIndex = 6
Me.btnNpcLocOpenMap.UseVisualStyleBackColor = True
'
'txtNPCLocationDir
'
Me.txtNPCLocationDir.Location = New System.Drawing.Point(71, 66)
Me.txtNPCLocationDir.MaxLength = 12
Me.txtNPCLocationDir.Name = "txtNPCLocationDir"
Me.txtNPCLocationDir.Size = New System.Drawing.Size(50, 20)
Me.txtNPCLocationDir.TabIndex = 4
'
'txtNPCLocationZone
'
Me.txtNPCLocationZone.Location = New System.Drawing.Point(71, 14)
Me.txtNPCLocationZone.MaxLength = 2
Me.txtNPCLocationZone.Name = "txtNPCLocationZone"
Me.txtNPCLocationZone.Size = New System.Drawing.Size(50, 20)
Me.txtNPCLocationZone.TabIndex = 0
'
'txtNPCLocationZ
'
Me.txtNPCLocationZ.Location = New System.Drawing.Point(183, 40)
Me.txtNPCLocationZ.MaxLength = 12
Me.txtNPCLocationZ.Name = "txtNPCLocationZ"
Me.txtNPCLocationZ.Size = New System.Drawing.Size(50, 20)
Me.txtNPCLocationZ.TabIndex = 3
'
'Label12
'
Me.Label12.AutoSize = True
Me.Label12.Location = New System.Drawing.Point(8, 69)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(52, 13)
Me.Label12.TabIndex = 5
Me.Label12.Text = "Direction:"
'
'txtNPCLocationY
'
Me.txtNPCLocationY.Location = New System.Drawing.Point(127, 40)
Me.txtNPCLocationY.MaxLength = 12
Me.txtNPCLocationY.Name = "txtNPCLocationY"
Me.txtNPCLocationY.Size = New System.Drawing.Size(50, 20)
Me.txtNPCLocationY.TabIndex = 2
'
'txtNPCLocationX
'
Me.txtNPCLocationX.Location = New System.Drawing.Point(71, 40)
Me.txtNPCLocationX.MaxLength = 12
Me.txtNPCLocationX.Name = "txtNPCLocationX"
Me.txtNPCLocationX.Size = New System.Drawing.Size(50, 20)
Me.txtNPCLocationX.TabIndex = 1
'
'Label11
'
Me.Label11.AutoSize = True
Me.Label11.Location = New System.Drawing.Point(25, 17)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(35, 13)
Me.Label11.TabIndex = 4
Me.Label11.Text = "Zone:"
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.Location = New System.Drawing.Point(23, 43)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(37, 13)
Me.Label10.TabIndex = 3
Me.Label10.Text = "Cords:"
'
'grpNPCTeleport
'
Me.grpNPCTeleport.Controls.Add(Me.btnNpcTelepOpenMap)
Me.grpNPCTeleport.Controls.Add(Me.txtNPCTeleportZone)
Me.grpNPCTeleport.Controls.Add(Me.txtNPCTeleportZ)
Me.grpNPCTeleport.Controls.Add(Me.txtNPCTeleportY)
Me.grpNPCTeleport.Controls.Add(Me.txtNPCTeleportX)
Me.grpNPCTeleport.Controls.Add(Me.Label16)
Me.grpNPCTeleport.Controls.Add(Me.Label17)
Me.grpNPCTeleport.Location = New System.Drawing.Point(19, 261)
Me.grpNPCTeleport.Name = "grpNPCTeleport"
Me.grpNPCTeleport.Size = New System.Drawing.Size(303, 87)
Me.grpNPCTeleport.TabIndex = 4
Me.grpNPCTeleport.TabStop = False
Me.grpNPCTeleport.Text = "Zone teleporter:"
Me.grpNPCTeleport.Visible = False
'
'btnNpcTelepOpenMap
'
Me.btnNpcTelepOpenMap.AccessibleDescription = "Change/look on map"
Me.btnNpcTelepOpenMap.Image = CType(resources.GetObject("btnNpcTelepOpenMap.Image"), System.Drawing.Image)
Me.btnNpcTelepOpenMap.Location = New System.Drawing.Point(244, 51)
Me.btnNpcTelepOpenMap.Name = "btnNpcTelepOpenMap"
Me.btnNpcTelepOpenMap.Size = New System.Drawing.Size(20, 20)
Me.btnNpcTelepOpenMap.TabIndex = 7
Me.btnNpcTelepOpenMap.UseVisualStyleBackColor = True
'
'txtNPCTeleportZone
'
Me.txtNPCTeleportZone.Location = New System.Drawing.Point(71, 25)
Me.txtNPCTeleportZone.MaxLength = 2
Me.txtNPCTeleportZone.Name = "txtNPCTeleportZone"
Me.txtNPCTeleportZone.Size = New System.Drawing.Size(50, 20)
Me.txtNPCTeleportZone.TabIndex = 0
'
'txtNPCTeleportZ
'
Me.txtNPCTeleportZ.Location = New System.Drawing.Point(183, 51)
Me.txtNPCTeleportZ.MaxLength = 12
Me.txtNPCTeleportZ.Name = "txtNPCTeleportZ"
Me.txtNPCTeleportZ.Size = New System.Drawing.Size(50, 20)
Me.txtNPCTeleportZ.TabIndex = 3
'
'txtNPCTeleportY
'
Me.txtNPCTeleportY.Location = New System.Drawing.Point(127, 51)
Me.txtNPCTeleportY.MaxLength = 12
Me.txtNPCTeleportY.Name = "txtNPCTeleportY"
Me.txtNPCTeleportY.Size = New System.Drawing.Size(50, 20)
Me.txtNPCTeleportY.TabIndex = 2
'
'txtNPCTeleportX
'
Me.txtNPCTeleportX.Location = New System.Drawing.Point(71, 51)
Me.txtNPCTeleportX.MaxLength = 12
Me.txtNPCTeleportX.Name = "txtNPCTeleportX"
Me.txtNPCTeleportX.Size = New System.Drawing.Size(50, 20)
Me.txtNPCTeleportX.TabIndex = 1
'
'Label16
'
Me.Label16.AutoSize = True
Me.Label16.Location = New System.Drawing.Point(25, 28)
Me.Label16.Name = "Label16"
Me.Label16.Size = New System.Drawing.Size(35, 13)
Me.Label16.TabIndex = 9
Me.Label16.Text = "Zone:"
'
'Label17
'
Me.Label17.AutoSize = True
Me.Label17.Location = New System.Drawing.Point(23, 54)
Me.Label17.Name = "Label17"
Me.Label17.Size = New System.Drawing.Size(37, 13)
Me.Label17.TabIndex = 8
Me.Label17.Text = "Cords:"
'
'Label13
'
Me.Label13.AutoSize = True
Me.Label13.Location = New System.Drawing.Point(40, 105)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(39, 13)
Me.Label13.TabIndex = 6
Me.Label13.Text = "Model:"
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(16, 79)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(63, 13)
Me.Label8.TabIndex = 1
Me.Label8.Text = "Description:"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(41, 53)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(38, 13)
Me.Label7.TabIndex = 0
Me.Label7.Text = "Name:"
'
'tabItems
'
Me.tabItems.BackColor = System.Drawing.SystemColors.Control
Me.tabItems.Controls.Add(Me.NpcShopPage)
Me.tabItems.Controls.Add(Me.Label15)
Me.tabItems.Controls.Add(Me.btnItemToPageRight)
Me.tabItems.Controls.Add(Me.btnItemToPageLeft)
Me.tabItems.Controls.Add(Me.Label14)
Me.tabItems.Controls.Add(Me.btnItemToTabRight)
Me.tabItems.Controls.Add(Me.btnItemToTabLeft)
Me.tabItems.Controls.Add(Me.Label9)
Me.tabItems.Controls.Add(Me.cmbShopIndex)
Me.tabItems.Controls.Add(Me.btnItemToDown)
Me.tabItems.Controls.Add(Me.btnItemToUp)
Me.tabItems.Controls.Add(Me.lblItemsPage)
Me.tabItems.Controls.Add(Me.btnItemsPageRight)
Me.tabItems.Controls.Add(Me.btnItemsPageLeft)
Me.tabItems.Controls.Add(Me.tabItemsControl)
Me.tabItems.Location = New System.Drawing.Point(4, 22)
Me.tabItems.Name = "tabItems"
Me.tabItems.Padding = New System.Windows.Forms.Padding(3)
Me.tabItems.Size = New System.Drawing.Size(350, 484)
Me.tabItems.TabIndex = 1
Me.tabItems.Text = "Items"
'
'NpcShopPage
'
Me.NpcShopPage.BackgroundImage = CType(resources.GetObject("NpcShopPage.BackgroundImage"), System.Drawing.Image)
Me.NpcShopPage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
Me.NpcShopPage.Location = New System.Drawing.Point(6, 65)
Me.NpcShopPage.Name = "NpcShopPage"
Me.NpcShopPage.SelectedIndex = -1
Me.NpcShopPage.Size = New System.Drawing.Size(290, 313)
Me.NpcShopPage.TabIndex = 16
'
'Label15
'
Me.Label15.AutoSize = True
Me.Label15.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label15.Location = New System.Drawing.Point(125, 389)
Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawing.Size(73, 13)
Me.Label15.TabIndex = 15
Me.Label15.Text = "Move to page"
'
'btnItemToPageRight
'
Me.btnItemToPageRight.AccessibleDescription = "Move the Item to the next page"
Me.btnItemToPageRight.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnItemToPageRight.Location = New System.Drawing.Point(211, 384)
Me.btnItemToPageRight.Name = "btnItemToPageRight"
Me.btnItemToPageRight.Size = New System.Drawing.Size(26, 22)
Me.btnItemToPageRight.TabIndex = 14
Me.btnItemToPageRight.Text = ">"
Me.btnItemToPageRight.UseVisualStyleBackColor = True
'
'btnItemToPageLeft
'
Me.btnItemToPageLeft.AccessibleDescription = "Move the Item to the previous page"
Me.btnItemToPageLeft.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnItemToPageLeft.Location = New System.Drawing.Point(87, 384)
Me.btnItemToPageLeft.Name = "btnItemToPageLeft"
Me.btnItemToPageLeft.Size = New System.Drawing.Size(26, 22)
Me.btnItemToPageLeft.TabIndex = 13
Me.btnItemToPageLeft.Text = "<"
Me.btnItemToPageLeft.UseVisualStyleBackColor = True
'
'Label14
'
Me.Label14.AutoSize = True
Me.Label14.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label14.Location = New System.Drawing.Point(130, 417)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(64, 13)
Me.Label14.TabIndex = 12
Me.Label14.Text = "Move to tab"
'
'btnItemToTabRight
'
Me.btnItemToTabRight.AccessibleDescription = "Move the Item to teh next Tab"
Me.btnItemToTabRight.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnItemToTabRight.Location = New System.Drawing.Point(200, 412)
Me.btnItemToTabRight.Name = "btnItemToTabRight"
Me.btnItemToTabRight.Size = New System.Drawing.Size(26, 22)
Me.btnItemToTabRight.TabIndex = 11
Me.btnItemToTabRight.Text = ">"
Me.btnItemToTabRight.UseVisualStyleBackColor = True
'
'btnItemToTabLeft
'
Me.btnItemToTabLeft.AccessibleDescription = "Move the Item to the previous Tab"
Me.btnItemToTabLeft.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnItemToTabLeft.Location = New System.Drawing.Point(98, 412)
Me.btnItemToTabLeft.Name = "btnItemToTabLeft"
Me.btnItemToTabLeft.Size = New System.Drawing.Size(26, 22)
Me.btnItemToTabLeft.TabIndex = 10
Me.btnItemToTabLeft.Text = "<"
Me.btnItemToTabLeft.UseVisualStyleBackColor = True
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.Location = New System.Drawing.Point(3, 20)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(68, 13)
Me.Label9.TabIndex = 9
Me.Label9.Text = "Select Shop:"
'
'cmbShopIndex
'
Me.cmbShopIndex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbShopIndex.FormattingEnabled = True
Me.cmbShopIndex.Location = New System.Drawing.Point(80, 17)
Me.cmbShopIndex.Name = "cmbShopIndex"
Me.cmbShopIndex.Size = New System.Drawing.Size(216, 21)
Me.cmbShopIndex.TabIndex = 8
'
'btnItemToDown
'
Me.btnItemToDown.AccessibleDescription = "Move Item down by 1 unit"
Me.btnItemToDown.Font = New System.Drawing.Font("Symbol", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
Me.btnItemToDown.Location = New System.Drawing.Point(302, 200)
Me.btnItemToDown.Name = "btnItemToDown"
Me.btnItemToDown.Size = New System.Drawing.Size(26, 22)
Me.btnItemToDown.TabIndex = 7
Me.btnItemToDown.Text = "¯"
Me.btnItemToDown.UseVisualStyleBackColor = True
'
'btnItemToUp
'
Me.btnItemToUp.AccessibleDescription = "Move item Up by 1 unit"
Me.btnItemToUp.Font = New System.Drawing.Font("Symbol", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
Me.btnItemToUp.Location = New System.Drawing.Point(302, 172)
Me.btnItemToUp.Name = "btnItemToUp"
Me.btnItemToUp.Size = New System.Drawing.Size(26, 22)
Me.btnItemToUp.TabIndex = 6
Me.btnItemToUp.Text = "­"
Me.btnItemToUp.UseVisualStyleBackColor = True
'
'lblItemsPage
'
Me.lblItemsPage.AutoSize = True
Me.lblItemsPage.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblItemsPage.Location = New System.Drawing.Point(285, 456)
Me.lblItemsPage.Name = "lblItemsPage"
Me.lblItemsPage.Size = New System.Drawing.Size(14, 13)
Me.lblItemsPage.TabIndex = 5
Me.lblItemsPage.Text = "1"
'
'btnItemsPageRight
'
Me.btnItemsPageRight.AccessibleDescription = "Go to the next page"
Me.btnItemsPageRight.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnItemsPageRight.Location = New System.Drawing.Point(310, 451)
Me.btnItemsPageRight.Name = "btnItemsPageRight"
Me.btnItemsPageRight.Size = New System.Drawing.Size(26, 22)
Me.btnItemsPageRight.TabIndex = 4
Me.btnItemsPageRight.Text = ">"
Me.btnItemsPageRight.UseVisualStyleBackColor = True
'
'btnItemsPageLeft
'
Me.btnItemsPageLeft.AccessibleDescription = "Go to the previous page"
Me.btnItemsPageLeft.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnItemsPageLeft.Location = New System.Drawing.Point(248, 451)
Me.btnItemsPageLeft.Name = "btnItemsPageLeft"
Me.btnItemsPageLeft.Size = New System.Drawing.Size(26, 22)
Me.btnItemsPageLeft.TabIndex = 3
Me.btnItemsPageLeft.Text = "<"
Me.btnItemsPageLeft.UseVisualStyleBackColor = True
'
'tabItemsControl
'
Me.tabItemsControl.Controls.Add(Me.tabItems1)
Me.tabItemsControl.Controls.Add(Me.tabItems2)
Me.tabItemsControl.Controls.Add(Me.tabItems3)
Me.tabItemsControl.Controls.Add(Me.tabItems4)
Me.tabItemsControl.ItemSize = New System.Drawing.Size(71, 18)
Me.tabItemsControl.Location = New System.Drawing.Point(6, 44)
Me.tabItemsControl.Name = "tabItemsControl"
Me.tabItemsControl.SelectedIndex = 0
Me.tabItemsControl.Size = New System.Drawing.Size(290, 25)
Me.tabItemsControl.SizeMode = System.Windows.Forms.TabSizeMode.Fixed
Me.tabItemsControl.TabIndex = 1
'
'tabItems1
'
Me.tabItems1.BackColor = System.Drawing.Color.Transparent
Me.tabItems1.Location = New System.Drawing.Point(4, 22)
Me.tabItems1.Name = "tabItems1"
Me.tabItems1.Padding = New System.Windows.Forms.Padding(3)
Me.tabItems1.Size = New System.Drawing.Size(282, 0)
Me.tabItems1.TabIndex = 0
Me.tabItems1.Text = "I"
Me.tabItems1.UseVisualStyleBackColor = True
'
'tabItems2
'
Me.tabItems2.BackColor = System.Drawing.Color.Transparent
Me.tabItems2.Location = New System.Drawing.Point(4, 22)
Me.tabItems2.Name = "tabItems2"
Me.tabItems2.Padding = New System.Windows.Forms.Padding(3)
Me.tabItems2.Size = New System.Drawing.Size(282, 0)
Me.tabItems2.TabIndex = 1
Me.tabItems2.Text = "II"
Me.tabItems2.UseVisualStyleBackColor = True
'
'tabItems3
'
Me.tabItems3.BackColor = System.Drawing.Color.Transparent
Me.tabItems3.Location = New System.Drawing.Point(4, 22)
Me.tabItems3.Name = "tabItems3"
Me.tabItems3.Size = New System.Drawing.Size(282, 0)
Me.tabItems3.TabIndex = 2
Me.tabItems3.Text = "III"
Me.tabItems3.UseVisualStyleBackColor = True
'
'tabItems4
'
Me.tabItems4.BackColor = System.Drawing.Color.Transparent
Me.tabItems4.Location = New System.Drawing.Point(4, 22)
Me.tabItems4.Name = "tabItems4"
Me.tabItems4.Size = New System.Drawing.Size(282, 0)
Me.tabItems4.TabIndex = 3
Me.tabItems4.Text = "IV"
Me.tabItems4.UseVisualStyleBackColor = True
'
'tabTexts
'
Me.tabTexts.BackColor = System.Drawing.SystemColors.Control
Me.tabTexts.Controls.Add(Me.flowNPCTexts)
Me.tabTexts.Location = New System.Drawing.Point(4, 22)
Me.tabTexts.Name = "tabTexts"
Me.tabTexts.Padding = New System.Windows.Forms.Padding(3)
Me.tabTexts.Size = New System.Drawing.Size(350, 484)
Me.tabTexts.TabIndex = 2
Me.tabTexts.Text = "Texts"
'
'flowNPCTexts
'
Me.flowNPCTexts.AutoScroll = True
Me.flowNPCTexts.Location = New System.Drawing.Point(0, 3)
Me.flowNPCTexts.Name = "flowNPCTexts"
Me.flowNPCTexts.Size = New System.Drawing.Size(350, 481)
Me.flowNPCTexts.TabIndex = 0
'
'tabQuestEditor
'
Me.tabQuestEditor.BackColor = System.Drawing.SystemColors.Control
Me.tabQuestEditor.Controls.Add(Me.lnkDeleteOpenQuest)
Me.tabQuestEditor.Controls.Add(Me.lnkAddNewQuest)
Me.tabQuestEditor.Controls.Add(Me.tabCntrlQuest)
Me.tabQuestEditor.Controls.Add(Me.txtSearchQuest)
Me.tabQuestEditor.Controls.Add(Me.treeQuests)
Me.tabQuestEditor.Location = New System.Drawing.Point(4, 22)
Me.tabQuestEditor.Name = "tabQuestEditor"
Me.tabQuestEditor.Size = New System.Drawing.Size(842, 653)
Me.tabQuestEditor.TabIndex = 2
Me.tabQuestEditor.Text = "Quest Editor"
'
'lnkDeleteOpenQuest
'
Me.lnkDeleteOpenQuest.AutoSize = True
Me.lnkDeleteOpenQuest.Location = New System.Drawing.Point(519, 529)
Me.lnkDeleteOpenQuest.Name = "lnkDeleteOpenQuest"
Me.lnkDeleteOpenQuest.Size = New System.Drawing.Size(86, 13)
Me.lnkDeleteOpenQuest.TabIndex = 6
Me.lnkDeleteOpenQuest.TabStop = True
Me.lnkDeleteOpenQuest.Text = "Delete this quest"
Me.lnkDeleteOpenQuest.Visible = False
'
'lnkAddNewQuest
'
Me.lnkAddNewQuest.AutoSize = True
Me.lnkAddNewQuest.Location = New System.Drawing.Point(244, 529)
Me.lnkAddNewQuest.Name = "lnkAddNewQuest"
Me.lnkAddNewQuest.Size = New System.Drawing.Size(99, 13)
Me.lnkAddNewQuest.TabIndex = 5
Me.lnkAddNewQuest.TabStop = True
Me.lnkAddNewQuest.Text = "Add a new quest ..."
'
'tabCntrlQuest
'
Me.tabCntrlQuest.Controls.Add(Me.TabPage2)
Me.tabCntrlQuest.Controls.Add(Me.TabPage1)
Me.tabCntrlQuest.Controls.Add(Me.TabPage3)
Me.tabCntrlQuest.Location = New System.Drawing.Point(247, 16)
Me.tabCntrlQuest.Name = "tabCntrlQuest"
Me.tabCntrlQuest.SelectedIndex = 0
Me.tabCntrlQuest.Size = New System.Drawing.Size(358, 510)
Me.tabCntrlQuest.TabIndex = 4
'
'TabPage2
'
Me.TabPage2.BackColor = System.Drawing.SystemColors.Control
Me.TabPage2.Controls.Add(Me.Label21)
Me.TabPage2.Controls.Add(Me.chkQAddToCompletedList)
Me.TabPage2.Controls.Add(Me.lnkGoToExQuest)
Me.TabPage2.Controls.Add(Me.GroupBox1)
Me.TabPage2.Controls.Add(Me.cmbQuestType)
Me.TabPage2.Controls.Add(Me.Label28)
Me.TabPage2.Controls.Add(Me.Label27)
Me.TabPage2.Controls.Add(Me.chkQParty)
Me.TabPage2.Controls.Add(Me.txtQExistingQuest)
Me.TabPage2.Controls.Add(Me.Label19)
Me.TabPage2.Controls.Add(Me.Label18)
Me.TabPage2.Controls.Add(Me.Label6)
Me.TabPage2.Controls.Add(Me.cmbQNation)
Me.TabPage2.Controls.Add(Me.cmbQClass)
Me.TabPage2.Controls.Add(Me.txtQMaxLvl)
Me.TabPage2.Controls.Add(Me.txtQMinLvl)
Me.TabPage2.Controls.Add(Me.Label5)
Me.TabPage2.Controls.Add(Me.Label4)
Me.TabPage2.Controls.Add(Me.chkQAllowDel)
Me.TabPage2.Controls.Add(Me.Label2)
Me.TabPage2.Controls.Add(Me.txtQId)
Me.TabPage2.Controls.Add(Me.Label3)
Me.TabPage2.Controls.Add(Me.txtQTName)
Me.TabPage2.Controls.Add(Me.Label22)
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage2.Size = New System.Drawing.Size(350, 484)
Me.TabPage2.TabIndex = 0
Me.TabPage2.Text = "General"
'
'Label21
'
Me.Label21.AutoSize = True
Me.Label21.Location = New System.Drawing.Point(4, 230)
Me.Label21.Name = "Label21"
Me.Label21.Size = New System.Drawing.Size(75, 13)
Me.Label21.TabIndex = 28
Me.Label21.Text = "Completed list:"
'
'chkQAddToCompletedList
'
Me.chkQAddToCompletedList.AccessibleDescription = "Will the quest send to the completed list after completed?"
Me.chkQAddToCompletedList.AutoSize = True
Me.chkQAddToCompletedList.Location = New System.Drawing.Point(90, 230)
Me.chkQAddToCompletedList.Name = "chkQAddToCompletedList"
Me.chkQAddToCompletedList.Size = New System.Drawing.Size(15, 14)
Me.chkQAddToCompletedList.TabIndex = 27
Me.chkQAddToCompletedList.UseVisualStyleBackColor = True
'
'lnkGoToExQuest
'
Me.lnkGoToExQuest.AutoSize = True
Me.lnkGoToExQuest.Location = New System.Drawing.Point(163, 159)
Me.lnkGoToExQuest.Name = "lnkGoToExQuest"
Me.lnkGoToExQuest.Size = New System.Drawing.Size(81, 13)
Me.lnkGoToExQuest.TabIndex = 26
Me.lnkGoToExQuest.TabStop = True
Me.lnkGoToExQuest.Text = "Go to this quest"
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.txtQTAward)
Me.GroupBox1.Controls.Add(Me.Label20)
Me.GroupBox1.Controls.Add(Me.txtQTShortDesc)
Me.GroupBox1.Controls.Add(Me.Label30)
Me.GroupBox1.Controls.Add(Me.txtQTLevel)
Me.GroupBox1.Controls.Add(Me.Label29)
Me.GroupBox1.Location = New System.Drawing.Point(7, 246)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(337, 232)
Me.GroupBox1.TabIndex = 25
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Texts"
'
'txtQTAward
'
Me.txtQTAward.AcceptsReturn = True
Me.txtQTAward.Location = New System.Drawing.Point(83, 124)
Me.txtQTAward.Multiline = True
Me.txtQTAward.Name = "txtQTAward"
Me.txtQTAward.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.txtQTAward.Size = New System.Drawing.Size(193, 99)
Me.txtQTAward.TabIndex = 31
'
'Label20
'
Me.Label20.AutoSize = True
Me.Label20.Location = New System.Drawing.Point(32, 127)
Me.Label20.Name = "Label20"
Me.Label20.Size = New System.Drawing.Size(40, 13)
Me.Label20.TabIndex = 30
Me.Label20.Text = "Award:"
'
'txtQTShortDesc
'
Me.txtQTShortDesc.AcceptsReturn = True
Me.txtQTShortDesc.Location = New System.Drawing.Point(83, 45)
Me.txtQTShortDesc.Multiline = True
Me.txtQTShortDesc.Name = "txtQTShortDesc"
Me.txtQTShortDesc.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.txtQTShortDesc.Size = New System.Drawing.Size(193, 73)
Me.txtQTShortDesc.TabIndex = 29
'
'Label30
'
Me.Label30.AutoSize = True
Me.Label30.Location = New System.Drawing.Point(11, 48)
Me.Label30.Name = "Label30"
Me.Label30.Size = New System.Drawing.Size(61, 13)
Me.Label30.TabIndex = 28
Me.Label30.Text = "Short desc:"
'
'txtQTLevel
'
Me.txtQTLevel.Location = New System.Drawing.Point(83, 19)
Me.txtQTLevel.Name = "txtQTLevel"
Me.txtQTLevel.Size = New System.Drawing.Size(193, 20)
Me.txtQTLevel.TabIndex = 27
'
'Label29
'
Me.Label29.AutoSize = True
Me.Label29.Location = New System.Drawing.Point(36, 22)
Me.Label29.Name = "Label29"
Me.Label29.Size = New System.Drawing.Size(36, 13)
Me.Label29.TabIndex = 26
Me.Label29.Text = "Level:"
'
'cmbQuestType
'
Me.cmbQuestType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbQuestType.FormattingEnabled = True
Me.cmbQuestType.Location = New System.Drawing.Point(90, 203)
Me.cmbQuestType.Name = "cmbQuestType"
Me.cmbQuestType.Size = New System.Drawing.Size(121, 21)
Me.cmbQuestType.TabIndex = 24
'
'Label28
'
Me.Label28.AutoSize = True
Me.Label28.Location = New System.Drawing.Point(18, 206)
Me.Label28.Name = "Label28"
Me.Label28.Size = New System.Drawing.Size(61, 13)
Me.Label28.TabIndex = 23
Me.Label28.Text = "Quest type:"
'
'Label27
'
Me.Label27.AutoSize = True
Me.Label27.Location = New System.Drawing.Point(6, 183)
Me.Label27.Name = "Label27"
Me.Label27.Size = New System.Drawing.Size(73, 13)
Me.Label27.TabIndex = 22
Me.Label27.Text = "Party allowed:"
'
'chkQParty
'
Me.chkQParty.AccessibleDescription = "If allowed then killing quest will be shared(member makes kill, you will get it t" & _
"oo)"
Me.chkQParty.AutoSize = True
Me.chkQParty.Location = New System.Drawing.Point(90, 183)
Me.chkQParty.Name = "chkQParty"
Me.chkQParty.Size = New System.Drawing.Size(15, 14)
Me.chkQParty.TabIndex = 21
Me.chkQParty.UseVisualStyleBackColor = True
'
'txtQExistingQuest
'
Me.txtQExistingQuest.AccessibleDescription = "Quest ID that has to be completed before this quest comes available"
Me.txtQExistingQuest.Location = New System.Drawing.Point(90, 156)
Me.txtQExistingQuest.MaxLength = 4
Me.txtQExistingQuest.Name = "txtQExistingQuest"
Me.txtQExistingQuest.Size = New System.Drawing.Size(67, 20)
Me.txtQExistingQuest.TabIndex = 20
'
'Label19
'
Me.Label19.AutoSize = True
Me.Label19.Location = New System.Drawing.Point(4, 159)
Me.Label19.Name = "Label19"
Me.Label19.Size = New System.Drawing.Size(75, 13)
Me.Label19.TabIndex = 19
Me.Label19.Text = "Existing quest:"
'
'Label18
'
Me.Label18.AutoSize = True
Me.Label18.Location = New System.Drawing.Point(38, 132)
Me.Label18.Name = "Label18"
Me.Label18.Size = New System.Drawing.Size(41, 13)
Me.Label18.TabIndex = 18
Me.Label18.Text = "Nation:"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(44, 105)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(35, 13)
Me.Label6.TabIndex = 17
Me.Label6.Text = "Class:"
'
'cmbQNation
'
Me.cmbQNation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbQNation.FormattingEnabled = True
Me.cmbQNation.Location = New System.Drawing.Point(90, 129)
Me.cmbQNation.Name = "cmbQNation"
Me.cmbQNation.Size = New System.Drawing.Size(121, 21)
Me.cmbQNation.TabIndex = 16
'
'cmbQClass
'
Me.cmbQClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbQClass.FormattingEnabled = True
Me.cmbQClass.Location = New System.Drawing.Point(90, 102)
Me.cmbQClass.Name = "cmbQClass"
Me.cmbQClass.Size = New System.Drawing.Size(121, 21)
Me.cmbQClass.TabIndex = 15
'
'txtQMaxLvl
'
Me.txtQMaxLvl.Location = New System.Drawing.Point(216, 76)
Me.txtQMaxLvl.MaxLength = 2
Me.txtQMaxLvl.Name = "txtQMaxLvl"
Me.txtQMaxLvl.Size = New System.Drawing.Size(67, 20)
Me.txtQMaxLvl.TabIndex = 14
'
'txtQMinLvl
'
Me.txtQMinLvl.Location = New System.Drawing.Point(90, 76)
Me.txtQMinLvl.MaxLength = 2
Me.txtQMinLvl.Name = "txtQMinLvl"
Me.txtQMinLvl.Size = New System.Drawing.Size(67, 20)
Me.txtQMinLvl.TabIndex = 13
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(164, 79)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(46, 13)
Me.Label5.TabIndex = 12
Me.Label5.Text = "Max LV:"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(36, 79)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(43, 13)
Me.Label4.TabIndex = 11
Me.Label4.Text = "Min LV:"
'
'chkQAllowDel
'
Me.chkQAllowDel.AccessibleDescription = "Toggles the F in front of quest ID"
Me.chkQAllowDel.AutoSize = True
Me.chkQAllowDel.Location = New System.Drawing.Point(268, 26)
Me.chkQAllowDel.Name = "chkQAllowDel"
Me.chkQAllowDel.Size = New System.Drawing.Size(15, 14)
Me.chkQAllowDel.TabIndex = 10
Me.chkQAllowDel.UseVisualStyleBackColor = True
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(195, 27)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(67, 13)
Me.Label2.TabIndex = 9
Me.Label2.Text = "Allow delete:"
'
'txtQId
'
Me.txtQId.AccessibleDescription = "The quest ID will be changed only in this quest. All dependencies will be ignored" & _
""
Me.txtQId.Location = New System.Drawing.Point(90, 24)
Me.txtQId.MaxLength = 4
Me.txtQId.Name = "txtQId"
Me.txtQId.Size = New System.Drawing.Size(67, 20)
Me.txtQId.TabIndex = 8
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(58, 27)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(21, 13)
Me.Label3.TabIndex = 7
Me.Label3.Text = "ID:"
'
'txtQTName
'
Me.txtQTName.Location = New System.Drawing.Point(90, 50)
Me.txtQTName.Name = "txtQTName"
Me.txtQTName.Size = New System.Drawing.Size(193, 20)
Me.txtQTName.TabIndex = 0
'
'Label22
'
Me.Label22.AutoSize = True
Me.Label22.Location = New System.Drawing.Point(41, 53)
Me.Label22.Name = "Label22"
Me.Label22.Size = New System.Drawing.Size(38, 13)
Me.Label22.TabIndex = 0
Me.Label22.Text = "Name:"
'
'TabPage1
'
Me.TabPage1.BackColor = System.Drawing.SystemColors.Control
Me.TabPage1.Controls.Add(Me.txtQTDesc)
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
Me.TabPage1.Name = "TabPage1"
Me.TabPage1.Size = New System.Drawing.Size(350, 484)
Me.TabPage1.TabIndex = 3
Me.TabPage1.Text = "Description"
'
'txtQTDesc
'
Me.txtQTDesc.AcceptsReturn = True
Me.txtQTDesc.Location = New System.Drawing.Point(3, 4)
Me.txtQTDesc.Multiline = True
Me.txtQTDesc.Name = "txtQTDesc"
Me.txtQTDesc.ScrollBars = System.Windows.Forms.ScrollBars.Both
Me.txtQTDesc.Size = New System.Drawing.Size(344, 477)
Me.txtQTDesc.TabIndex = 0
'
'TabPage3
'
Me.TabPage3.BackColor = System.Drawing.SystemColors.Control
Me.TabPage3.Controls.Add(Me.GroupBox4)
Me.TabPage3.Controls.Add(Me.btnQAddPhase)
Me.TabPage3.Controls.Add(Me.Label25)
Me.TabPage3.Controls.Add(Me.cmbQPhases)
Me.TabPage3.Location = New System.Drawing.Point(4, 22)
Me.TabPage3.Name = "TabPage3"
Me.TabPage3.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage3.Size = New System.Drawing.Size(350, 484)
Me.TabPage3.TabIndex = 1
Me.TabPage3.Text = "Phases"
'
'GroupBox4
'
Me.GroupBox4.Controls.Add(Me.lblQPhaseNumberOfTargets)
Me.GroupBox4.Controls.Add(Me.Label23)
Me.GroupBox4.Controls.Add(Me.btnQPhaseTargetsOnMap)
Me.GroupBox4.Controls.Add(Me.GroupBox5)
Me.GroupBox4.Controls.Add(Me.btnQMovePhaseDown)
Me.GroupBox4.Controls.Add(Me.btnQMovePhaseUp)
Me.GroupBox4.Controls.Add(Me.btnQDeletePhase)
Me.GroupBox4.Controls.Add(Me.txtQPhaseZone)
Me.GroupBox4.Controls.Add(Me.Label42)
Me.GroupBox4.Controls.Add(Me.txtQPhaseName)
Me.GroupBox4.Controls.Add(Me.Label43)
Me.GroupBox4.Location = New System.Drawing.Point(18, 62)
Me.GroupBox4.Name = "GroupBox4"
Me.GroupBox4.Size = New System.Drawing.Size(315, 404)
Me.GroupBox4.TabIndex = 23
Me.GroupBox4.TabStop = False
Me.GroupBox4.Text = "Phase #"
'
'lblQPhaseNumberOfTargets
'
Me.lblQPhaseNumberOfTargets.AutoSize = True
Me.lblQPhaseNumberOfTargets.Location = New System.Drawing.Point(90, 145)
Me.lblQPhaseNumberOfTargets.Name = "lblQPhaseNumberOfTargets"
Me.lblQPhaseNumberOfTargets.Size = New System.Drawing.Size(19, 13)
Me.lblQPhaseNumberOfTargets.TabIndex = 31
Me.lblQPhaseNumberOfTargets.Text = "(0)"
'
'Label23
'
Me.Label23.AutoSize = True
Me.Label23.Location = New System.Drawing.Point(13, 145)
Me.Label23.Name = "Label23"
Me.Label23.Size = New System.Drawing.Size(81, 13)
Me.Label23.TabIndex = 30
Me.Label23.Text = "Targets on map"
'
'btnQPhaseTargetsOnMap
'
Me.btnQPhaseTargetsOnMap.AccessibleDescription = "Change/look on map"
Me.btnQPhaseTargetsOnMap.Image = Global.rylCoder.My.Resources.Resources.X_mark
Me.btnQPhaseTargetsOnMap.Location = New System.Drawing.Point(115, 141)
Me.btnQPhaseTargetsOnMap.Name = "btnQPhaseTargetsOnMap"
Me.btnQPhaseTargetsOnMap.Size = New System.Drawing.Size(20, 20)
Me.btnQPhaseTargetsOnMap.TabIndex = 29
Me.btnQPhaseTargetsOnMap.UseVisualStyleBackColor = True
'
'GroupBox5
'
Me.GroupBox5.Controls.Add(Me.flowQPhases)
Me.GroupBox5.Location = New System.Drawing.Point(0, 179)
Me.GroupBox5.Name = "GroupBox5"
Me.GroupBox5.Size = New System.Drawing.Size(314, 224)
Me.GroupBox5.TabIndex = 26
Me.GroupBox5.TabStop = False
Me.GroupBox5.Text = "Steps"
'
'flowQPhases
'
Me.flowQPhases.AutoScroll = True
Me.flowQPhases.Location = New System.Drawing.Point(6, 19)
Me.flowQPhases.Name = "flowQPhases"
Me.flowQPhases.Size = New System.Drawing.Size(302, 200)
Me.flowQPhases.TabIndex = 0
'
'btnQMovePhaseDown
'
Me.btnQMovePhaseDown.AccessibleDescription = "Move the phase down"
Me.btnQMovePhaseDown.Location = New System.Drawing.Point(283, 48)
Me.btnQMovePhaseDown.Name = "btnQMovePhaseDown"
Me.btnQMovePhaseDown.Size = New System.Drawing.Size(26, 22)
Me.btnQMovePhaseDown.TabIndex = 28
Me.btnQMovePhaseDown.Text = ""
Me.btnQMovePhaseDown.UseVisualStyleBackColor = True
'
'btnQMovePhaseUp
'
Me.btnQMovePhaseUp.AccessibleDescription = "Move the phase up"
Me.btnQMovePhaseUp.Location = New System.Drawing.Point(283, 20)
Me.btnQMovePhaseUp.Name = "btnQMovePhaseUp"
Me.btnQMovePhaseUp.Size = New System.Drawing.Size(26, 22)
Me.btnQMovePhaseUp.TabIndex = 27
Me.btnQMovePhaseUp.Text = ""
Me.btnQMovePhaseUp.UseVisualStyleBackColor = True
'
'btnQDeletePhase
'
Me.btnQDeletePhase.AccessibleDescription = "Delete the selected phase"
Me.btnQDeletePhase.Location = New System.Drawing.Point(221, 20)
Me.btnQDeletePhase.Name = "btnQDeletePhase"
Me.btnQDeletePhase.Size = New System.Drawing.Size(57, 22)
Me.btnQDeletePhase.TabIndex = 25
Me.btnQDeletePhase.Text = "Delete"
Me.btnQDeletePhase.UseVisualStyleBackColor = True
'
'txtQPhaseZone
'
Me.txtQPhaseZone.AccessibleDescription = "The zone where this phase takes place"
Me.txtQPhaseZone.Location = New System.Drawing.Point(62, 28)
Me.txtQPhaseZone.MaxLength = 4
Me.txtQPhaseZone.Name = "txtQPhaseZone"
Me.txtQPhaseZone.Size = New System.Drawing.Size(67, 20)
Me.txtQPhaseZone.TabIndex = 22
'
'Label42
'
Me.Label42.AutoSize = True
Me.Label42.Location = New System.Drawing.Point(16, 28)
Me.Label42.Name = "Label42"
Me.Label42.Size = New System.Drawing.Size(35, 13)
Me.Label42.TabIndex = 21
Me.Label42.Text = "Zone:"
'
'txtQPhaseName
'
Me.txtQPhaseName.AcceptsReturn = True
Me.txtQPhaseName.AccessibleDescription = "The short description of the phase task"
Me.txtQPhaseName.Location = New System.Drawing.Point(62, 54)
Me.txtQPhaseName.Multiline = True
Me.txtQPhaseName.Name = "txtQPhaseName"
Me.txtQPhaseName.ScrollBars = System.Windows.Forms.ScrollBars.Both
Me.txtQPhaseName.Size = New System.Drawing.Size(216, 81)
Me.txtQPhaseName.TabIndex = 19
'
'Label43
'
Me.Label43.AutoSize = True
Me.Label43.Location = New System.Drawing.Point(13, 57)
Me.Label43.Name = "Label43"
Me.Label43.Size = New System.Drawing.Size(38, 13)
Me.Label43.TabIndex = 20
Me.Label43.Text = "Name:"
'
'btnQAddPhase
'
Me.btnQAddPhase.AccessibleDescription = "Add a new phase"
Me.btnQAddPhase.Location = New System.Drawing.Point(301, 15)
Me.btnQAddPhase.Name = "btnQAddPhase"
Me.btnQAddPhase.Size = New System.Drawing.Size(43, 22)
Me.btnQAddPhase.TabIndex = 16
Me.btnQAddPhase.Text = "Add"
Me.btnQAddPhase.UseVisualStyleBackColor = True
'
'Label25
'
Me.Label25.AutoSize = True
Me.Label25.Location = New System.Drawing.Point(3, 20)
Me.Label25.Name = "Label25"
Me.Label25.Size = New System.Drawing.Size(72, 13)
Me.Label25.TabIndex = 9
Me.Label25.Text = "Select phase:"
'
'cmbQPhases
'
Me.cmbQPhases.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbQPhases.FormattingEnabled = True
Me.cmbQPhases.Location = New System.Drawing.Point(80, 17)
Me.cmbQPhases.Name = "cmbQPhases"
Me.cmbQPhases.Size = New System.Drawing.Size(216, 21)
Me.cmbQPhases.TabIndex = 8
'
'txtSearchQuest
'
Me.txtSearchQuest.Location = New System.Drawing.Point(6, 16)
Me.txtSearchQuest.Name = "txtSearchQuest"
Me.txtSearchQuest.Size = New System.Drawing.Size(235, 20)
Me.txtSearchQuest.TabIndex = 3
'
'treeQuests
'
Me.treeQuests.FullRowSelect = True
Me.treeQuests.HideSelection = False
Me.treeQuests.Location = New System.Drawing.Point(6, 42)
Me.treeQuests.Name = "treeQuests"
Me.treeQuests.Size = New System.Drawing.Size(235, 439)
Me.treeQuests.TabIndex = 2
'
'tabScriptEditor
'
Me.tabScriptEditor.BackColor = System.Drawing.SystemColors.Control
Me.tabScriptEditor.Controls.Add(Me.txtEdit)
Me.tabScriptEditor.Controls.Add(Me.pnlSyntaxHelp)
Me.tabScriptEditor.Location = New System.Drawing.Point(4, 22)
Me.tabScriptEditor.Name = "tabScriptEditor"
Me.tabScriptEditor.Padding = New System.Windows.Forms.Padding(3)
Me.tabScriptEditor.Size = New System.Drawing.Size(842, 653)
Me.tabScriptEditor.TabIndex = 0
Me.tabScriptEditor.Text = "Script Editor"
'
'pnlSyntaxHelp
'
Me.pnlSyntaxHelp.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnlSyntaxHelp.Controls.Add(Me.chkShowHex)
Me.pnlSyntaxHelp.Controls.Add(Me.lblSyntaxHelpParInfo)
Me.pnlSyntaxHelp.Controls.Add(Me.pnlSyntaxHelpM)
Me.pnlSyntaxHelp.Dock = System.Windows.Forms.DockStyle.Bottom
Me.pnlSyntaxHelp.Location = New System.Drawing.Point(3, 614)
Me.pnlSyntaxHelp.Name = "pnlSyntaxHelp"
Me.pnlSyntaxHelp.Size = New System.Drawing.Size(836, 36)
Me.pnlSyntaxHelp.TabIndex = 2
'
'chkShowHex
'
Me.chkShowHex.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.chkShowHex.AutoSize = True
Me.chkShowHex.Checked = True
Me.chkShowHex.CheckState = System.Windows.Forms.CheckState.Indeterminate
Me.chkShowHex.Location = New System.Drawing.Point(704, 14)
Me.chkShowHex.Name = "chkShowHex"
Me.chkShowHex.Size = New System.Drawing.Size(127, 17)
Me.chkShowHex.TabIndex = 3
Me.chkShowHex.Text = "Show numbers in hex"
Me.chkShowHex.ThreeState = True
Me.chkShowHex.UseVisualStyleBackColor = True
'
'lblSyntaxHelpParInfo
'
Me.lblSyntaxHelpParInfo.AutoSize = True
Me.lblSyntaxHelpParInfo.Location = New System.Drawing.Point(5, 19)
Me.lblSyntaxHelpParInfo.Name = "lblSyntaxHelpParInfo"
Me.lblSyntaxHelpParInfo.Size = New System.Drawing.Size(0, 13)
Me.lblSyntaxHelpParInfo.TabIndex = 2
'
'pnlSyntaxHelpM
'
Me.pnlSyntaxHelpM.Location = New System.Drawing.Point(2, 3)
Me.pnlSyntaxHelpM.Margin = New System.Windows.Forms.Padding(0)
Me.pnlSyntaxHelpM.Name = "pnlSyntaxHelpM"
Me.pnlSyntaxHelpM.Size = New System.Drawing.Size(770, 17)
Me.pnlSyntaxHelpM.TabIndex = 1
Me.pnlSyntaxHelpM.WrapContents = False
'
'cntMnuNPCItem
'
Me.cntMnuNPCItem.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuNPCItemsAdd, Me.mnuNPCItemsEdit, Me.mnuNPCItemsDelete})
Me.cntMnuNPCItem.Name = "cntMnuNPCItem"
Me.cntMnuNPCItem.Size = New System.Drawing.Size(108, 70)
'
'mnuNPCItemsAdd
'
Me.mnuNPCItemsAdd.Name = "mnuNPCItemsAdd"
Me.mnuNPCItemsAdd.Size = New System.Drawing.Size(107, 22)
Me.mnuNPCItemsAdd.Text = "&Add"
'
'mnuNPCItemsEdit
'
Me.mnuNPCItemsEdit.Name = "mnuNPCItemsEdit"
Me.mnuNPCItemsEdit.Size = New System.Drawing.Size(107, 22)
Me.mnuNPCItemsEdit.Text = "&Edit"
'
'mnuNPCItemsDelete
'
Me.mnuNPCItemsDelete.Name = "mnuNPCItemsDelete"
Me.mnuNPCItemsDelete.Size = New System.Drawing.Size(107, 22)
Me.mnuNPCItemsDelete.Text = "&Delete"
'
'lblOpenFile
'
Me.lblOpenFile.AutoSize = True
Me.lblOpenFile.Location = New System.Drawing.Point(235, 30)
Me.lblOpenFile.Name = "lblOpenFile"
Me.lblOpenFile.Size = New System.Drawing.Size(72, 13)
Me.lblOpenFile.TabIndex = 10
Me.lblOpenFile.Text = "No file loaded"
'
'dlgItemScriptOpen
'
Me.dlgItemScriptOpen.DefaultExt = "*.txt"
Me.dlgItemScriptOpen.Filter = "TextFiles (*.txt)|*.txt|All Files(*.*)|*.*"
'
'LinkLabel1
'
Me.LinkLabel1.AutoSize = True
Me.LinkLabel1.Location = New System.Drawing.Point(163, 159)
Me.LinkLabel1.Name = "LinkLabel1"
Me.LinkLabel1.Size = New System.Drawing.Size(81, 13)
Me.LinkLabel1.TabIndex = 26
Me.LinkLabel1.TabStop = True
Me.LinkLabel1.Text = "Go to this quest"
'
'GroupBox3
'
Me.GroupBox3.Controls.Add(Me.TextBox1)
Me.GroupBox3.Controls.Add(Me.Label24)
Me.GroupBox3.Controls.Add(Me.TextBox2)
Me.GroupBox3.Controls.Add(Me.Label26)
Me.GroupBox3.Controls.Add(Me.TextBox3)
Me.GroupBox3.Controls.Add(Me.Label31)
Me.GroupBox3.Location = New System.Drawing.Point(7, 230)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(337, 248)
Me.GroupBox3.TabIndex = 25
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "Texts"
'
'TextBox1
'
Me.TextBox1.AcceptsReturn = True
Me.TextBox1.Location = New System.Drawing.Point(83, 143)
Me.TextBox1.Multiline = True
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.TextBox1.Size = New System.Drawing.Size(193, 99)
Me.TextBox1.TabIndex = 31
'
'Label24
'
Me.Label24.AutoSize = True
Me.Label24.Location = New System.Drawing.Point(32, 146)
Me.Label24.Name = "Label24"
Me.Label24.Size = New System.Drawing.Size(40, 13)
Me.Label24.TabIndex = 30
Me.Label24.Text = "Award:"
'
'TextBox2
'
Me.TextBox2.AcceptsReturn = True
Me.TextBox2.Location = New System.Drawing.Point(83, 45)
Me.TextBox2.Multiline = True
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.TextBox2.Size = New System.Drawing.Size(193, 92)
Me.TextBox2.TabIndex = 29
'
'Label26
'
Me.Label26.AutoSize = True
Me.Label26.Location = New System.Drawing.Point(11, 48)
Me.Label26.Name = "Label26"
Me.Label26.Size = New System.Drawing.Size(61, 13)
Me.Label26.TabIndex = 28
Me.Label26.Text = "Short desc:"
'
'TextBox3
'
Me.TextBox3.Location = New System.Drawing.Point(83, 19)
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.Size = New System.Drawing.Size(193, 20)
Me.TextBox3.TabIndex = 27
'
'Label31
'
Me.Label31.AutoSize = True
Me.Label31.Location = New System.Drawing.Point(36, 22)
Me.Label31.Name = "Label31"
Me.Label31.Size = New System.Drawing.Size(36, 13)
Me.Label31.TabIndex = 26
Me.Label31.Text = "Level:"
'
'ComboBox1
'
Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboBox1.FormattingEnabled = True
Me.ComboBox1.Location = New System.Drawing.Point(90, 203)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(121, 21)
Me.ComboBox1.TabIndex = 24
'
'Label32
'
Me.Label32.AutoSize = True
Me.Label32.Location = New System.Drawing.Point(18, 206)
Me.Label32.Name = "Label32"
Me.Label32.Size = New System.Drawing.Size(61, 13)
Me.Label32.TabIndex = 23
Me.Label32.Text = "Quest type:"
'
'Label33
'
Me.Label33.AutoSize = True
Me.Label33.Location = New System.Drawing.Point(6, 183)
Me.Label33.Name = "Label33"
Me.Label33.Size = New System.Drawing.Size(73, 13)
Me.Label33.TabIndex = 22
Me.Label33.Text = "Party allowed:"
'
'CheckBox1
'
Me.CheckBox1.AutoSize = True
Me.CheckBox1.Location = New System.Drawing.Point(90, 183)
Me.CheckBox1.Name = "CheckBox1"
Me.CheckBox1.Size = New System.Drawing.Size(15, 14)
Me.CheckBox1.TabIndex = 21
Me.CheckBox1.UseVisualStyleBackColor = True
'
'TextBox4
'
Me.TextBox4.Location = New System.Drawing.Point(90, 156)
Me.TextBox4.MaxLength = 4
Me.TextBox4.Name = "TextBox4"
Me.TextBox4.Size = New System.Drawing.Size(67, 20)
Me.TextBox4.TabIndex = 20
'
'Label34
'
Me.Label34.AutoSize = True
Me.Label34.Location = New System.Drawing.Point(4, 159)
Me.Label34.Name = "Label34"
Me.Label34.Size = New System.Drawing.Size(75, 13)
Me.Label34.TabIndex = 19
Me.Label34.Text = "Existing quest:"
'
'Label35
'
Me.Label35.AutoSize = True
Me.Label35.Location = New System.Drawing.Point(38, 132)
Me.Label35.Name = "Label35"
Me.Label35.Size = New System.Drawing.Size(41, 13)
Me.Label35.TabIndex = 18
Me.Label35.Text = "Nation:"
'
'Label36
'
Me.Label36.AutoSize = True
Me.Label36.Location = New System.Drawing.Point(44, 105)
Me.Label36.Name = "Label36"
Me.Label36.Size = New System.Drawing.Size(35, 13)
Me.Label36.TabIndex = 17
Me.Label36.Text = "Class:"
'
'ComboBox2
'
Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboBox2.FormattingEnabled = True
Me.ComboBox2.Location = New System.Drawing.Point(90, 129)
Me.ComboBox2.Name = "ComboBox2"
Me.ComboBox2.Size = New System.Drawing.Size(121, 21)
Me.ComboBox2.TabIndex = 16
'
'ComboBox3
'
Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboBox3.FormattingEnabled = True
Me.ComboBox3.Location = New System.Drawing.Point(90, 102)
Me.ComboBox3.Name = "ComboBox3"
Me.ComboBox3.Size = New System.Drawing.Size(121, 21)
Me.ComboBox3.TabIndex = 15
'
'TextBox5
'
Me.TextBox5.Location = New System.Drawing.Point(216, 76)
Me.TextBox5.MaxLength = 2
Me.TextBox5.Name = "TextBox5"
Me.TextBox5.Size = New System.Drawing.Size(67, 20)
Me.TextBox5.TabIndex = 14
'
'TextBox6
'
Me.TextBox6.Location = New System.Drawing.Point(90, 76)
Me.TextBox6.MaxLength = 2
Me.TextBox6.Name = "TextBox6"
Me.TextBox6.Size = New System.Drawing.Size(67, 20)
Me.TextBox6.TabIndex = 13
'
'Label37
'
Me.Label37.AutoSize = True
Me.Label37.Location = New System.Drawing.Point(164, 79)
Me.Label37.Name = "Label37"
Me.Label37.Size = New System.Drawing.Size(46, 13)
Me.Label37.TabIndex = 12
Me.Label37.Text = "Max LV:"
'
'Label38
'
Me.Label38.AutoSize = True
Me.Label38.Location = New System.Drawing.Point(36, 79)
Me.Label38.Name = "Label38"
Me.Label38.Size = New System.Drawing.Size(43, 13)
Me.Label38.TabIndex = 11
Me.Label38.Text = "Min LV:"
'
'CheckBox2
'
Me.CheckBox2.AutoSize = True
Me.CheckBox2.Location = New System.Drawing.Point(268, 26)
Me.CheckBox2.Name = "CheckBox2"
Me.CheckBox2.Size = New System.Drawing.Size(15, 14)
Me.CheckBox2.TabIndex = 10
Me.CheckBox2.UseVisualStyleBackColor = True
'
'Label39
'
Me.Label39.AutoSize = True
Me.Label39.Location = New System.Drawing.Point(195, 27)
Me.Label39.Name = "Label39"
Me.Label39.Size = New System.Drawing.Size(67, 13)
Me.Label39.TabIndex = 9
Me.Label39.Text = "Allow delete:"
'
'TextBox7
'
Me.TextBox7.Location = New System.Drawing.Point(90, 24)
Me.TextBox7.MaxLength = 4
Me.TextBox7.Name = "TextBox7"
Me.TextBox7.Size = New System.Drawing.Size(67, 20)
Me.TextBox7.TabIndex = 8
'
'Label40
'
Me.Label40.AutoSize = True
Me.Label40.Location = New System.Drawing.Point(58, 27)
Me.Label40.Name = "Label40"
Me.Label40.Size = New System.Drawing.Size(21, 13)
Me.Label40.TabIndex = 7
Me.Label40.Text = "ID:"
'
'TextBox8
'
Me.TextBox8.Location = New System.Drawing.Point(90, 50)
Me.TextBox8.Name = "TextBox8"
Me.TextBox8.Size = New System.Drawing.Size(193, 20)
Me.TextBox8.TabIndex = 0
'
'Label41
'
Me.Label41.AutoSize = True
Me.Label41.Location = New System.Drawing.Point(41, 53)
Me.Label41.Name = "Label41"
Me.Label41.Size = New System.Drawing.Size(38, 13)
Me.Label41.TabIndex = 0
Me.Label41.Text = "Name:"
'
'tipHoverHelp
'
Me.tipHoverHelp.AutoPopDelay = 20000
Me.tipHoverHelp.InitialDelay = 500
Me.tipHoverHelp.IsBalloon = True
Me.tipHoverHelp.ReshowDelay = 100
Me.tipHoverHelp.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
Me.tipHoverHelp.ToolTipTitle = "Info"
'
'frmNpcEdit
'
Me.AllowDrop = True
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(942, 735)
Me.Controls.Add(Me.lblOpenFile)
Me.Controls.Add(Me.TabCntrl)
Me.Controls.Add(Me.statusBar)
Me.Controls.Add(Me.mnuMain)
Me.DoubleBuffered = True
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MainMenuStrip = Me.mnuMain
Me.Name = "frmNpcEdit"
Me.Text = "rylCoder"
Me.mnuMain.ResumeLayout(False)
Me.mnuMain.PerformLayout()
Me.statusBar.ResumeLayout(False)
Me.statusBar.PerformLayout()
Me.TabCntrl.ResumeLayout(False)
Me.tabNPCeditor.ResumeLayout(False)
Me.tabNPCeditor.PerformLayout()
Me.tabNPCEditorControl.ResumeLayout(False)
Me.tabGeneral.ResumeLayout(False)
Me.tabGeneral.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
CType(Me.sldNPCDirection, System.ComponentModel.ISupportInitialize).EndInit()
Me.grpNPCTeleport.ResumeLayout(False)
Me.grpNPCTeleport.PerformLayout()
Me.tabItems.ResumeLayout(False)
Me.tabItems.PerformLayout()
Me.tabItemsControl.ResumeLayout(False)
Me.tabTexts.ResumeLayout(False)
Me.tabQuestEditor.ResumeLayout(False)
Me.tabQuestEditor.PerformLayout()
Me.tabCntrlQuest.ResumeLayout(False)
Me.TabPage2.ResumeLayout(False)
Me.TabPage2.PerformLayout()
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.TabPage1.ResumeLayout(False)
Me.TabPage1.PerformLayout()
Me.TabPage3.ResumeLayout(False)
Me.TabPage3.PerformLayout()
Me.GroupBox4.ResumeLayout(False)
Me.GroupBox4.PerformLayout()
Me.GroupBox5.ResumeLayout(False)
Me.tabScriptEditor.ResumeLayout(False)
Me.pnlSyntaxHelp.ResumeLayout(False)
Me.pnlSyntaxHelp.PerformLayout()
Me.cntMnuNPCItem.ResumeLayout(False)
Me.GroupBox3.ResumeLayout(False)
Me.GroupBox3.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents treeNpcs As System.Windows.Forms.TreeView
Friend WithEvents mnuMain As System.Windows.Forms.MenuStrip
Friend WithEvents mnuFile As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents mnuOpen As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents mnuSave As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents txtEdit As System.Windows.Forms.RichTextBox
Friend WithEvents mnuSaveAs As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents mnuClose As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents mnuExit As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents statusBar As System.Windows.Forms.StatusStrip
Friend WithEvents lblStatus As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents dlgFileOpen As System.Windows.Forms.OpenFileDialog
Friend WithEvents dlgFileSave As System.Windows.Forms.SaveFileDialog
Friend WithEvents statProg As System.Windows.Forms.ToolStripProgressBar
Friend WithEvents TabCntrl As System.Windows.Forms.TabControl
Friend WithEvents tabScriptEditor As System.Windows.Forms.TabPage
Friend WithEvents tabNPCeditor As System.Windows.Forms.TabPage
Friend WithEvents lblCredits As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents tabItemsControl As System.Windows.Forms.TabControl
Friend WithEvents tabItems1 As System.Windows.Forms.TabPage
Friend WithEvents tabItems3 As System.Windows.Forms.TabPage
Friend WithEvents tabItems4 As System.Windows.Forms.TabPage
Friend WithEvents tabNPCEditorControl As System.Windows.Forms.TabControl
Friend WithEvents tabGeneral As System.Windows.Forms.TabPage
Friend WithEvents tabItems As System.Windows.Forms.TabPage
Friend WithEvents tabItems2 As System.Windows.Forms.TabPage
Friend WithEvents lblItemsPage As System.Windows.Forms.Label
Friend WithEvents btnItemsPageRight As System.Windows.Forms.Button
Friend WithEvents btnItemsPageLeft As System.Windows.Forms.Button
Friend WithEvents tabTexts As System.Windows.Forms.TabPage
Friend WithEvents lblOpenFile As System.Windows.Forms.Label
Friend WithEvents btnItemToDown As System.Windows.Forms.Button
Friend WithEvents btnItemToUp As System.Windows.Forms.Button
Friend WithEvents txtSearchNpc As System.Windows.Forms.TextBox
Friend WithEvents Label12 As System.Windows.Forms.Label
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents grpNPCTeleport As System.Windows.Forms.GroupBox
Friend WithEvents Label16 As System.Windows.Forms.Label
Friend WithEvents Label17 As System.Windows.Forms.Label
Friend WithEvents Label13 As System.Windows.Forms.Label
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents txtNPCTeleportZ As System.Windows.Forms.TextBox
Friend WithEvents txtNPCTeleportY As System.Windows.Forms.TextBox
Friend WithEvents txtNPCTeleportX As System.Windows.Forms.TextBox
Friend WithEvents txtNPCLocationZ As System.Windows.Forms.TextBox
Friend WithEvents txtNPCLocationY As System.Windows.Forms.TextBox
Friend WithEvents txtNPCLocationX As System.Windows.Forms.TextBox
Friend WithEvents txtNPCTeleportZone As System.Windows.Forms.TextBox
Friend WithEvents txtNPCLocationDir As System.Windows.Forms.TextBox
Friend WithEvents txtNPCLocationZone As System.Windows.Forms.TextBox
Friend WithEvents txtNPCDesc As System.Windows.Forms.TextBox
Friend WithEvents txtNPCName As System.Windows.Forms.TextBox
Friend WithEvents txtNPCTexture As System.Windows.Forms.TextBox
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents cmbShopIndex As System.Windows.Forms.ComboBox
Friend WithEvents Label15 As System.Windows.Forms.Label
Friend WithEvents btnItemToPageRight As System.Windows.Forms.Button
Friend WithEvents btnItemToPageLeft As System.Windows.Forms.Button
Friend WithEvents Label14 As System.Windows.Forms.Label
Friend WithEvents btnItemToTabRight As System.Windows.Forms.Button
Friend WithEvents btnItemToTabLeft As System.Windows.Forms.Button
Friend WithEvents cntMnuNPCItem As System.Windows.Forms.ContextMenuStrip
Friend WithEvents mnuNPCItemsAdd As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents mnuNPCItemsEdit As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents mnuNPCItemsDelete As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents dlgItemScriptOpen As System.Windows.Forms.OpenFileDialog
Friend WithEvents HelpToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents AboutToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents flowNPCTexts As System.Windows.Forms.FlowLayoutPanel
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents pnlSyntaxHelpM As System.Windows.Forms.FlowLayoutPanel
Friend WithEvents pnlSyntaxHelp As System.Windows.Forms.Panel
Friend WithEvents lblSyntaxHelpParInfo As System.Windows.Forms.Label
Friend WithEvents tabQuestEditor As System.Windows.Forms.TabPage
Friend WithEvents txtSearchQuest As System.Windows.Forms.TextBox
Friend WithEvents treeQuests As System.Windows.Forms.TreeView
Friend WithEvents tabCntrlQuest As System.Windows.Forms.TabControl
Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents Label24 As System.Windows.Forms.Label
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents Label26 As System.Windows.Forms.Label
Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
Friend WithEvents Label31 As System.Windows.Forms.Label
Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
Friend WithEvents Label32 As System.Windows.Forms.Label
Friend WithEvents Label33 As System.Windows.Forms.Label
Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
Friend WithEvents Label34 As System.Windows.Forms.Label
Friend WithEvents Label35 As System.Windows.Forms.Label
Friend WithEvents Label36 As System.Windows.Forms.Label
Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox
Friend WithEvents ComboBox3 As System.Windows.Forms.ComboBox
Friend WithEvents TextBox5 As System.Windows.Forms.TextBox
Friend WithEvents TextBox6 As System.Windows.Forms.TextBox
Friend WithEvents Label37 As System.Windows.Forms.Label
Friend WithEvents Label38 As System.Windows.Forms.Label
Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox
Friend WithEvents Label39 As System.Windows.Forms.Label
Friend WithEvents TextBox7 As System.Windows.Forms.TextBox
Friend WithEvents Label40 As System.Windows.Forms.Label
Friend WithEvents TextBox8 As System.Windows.Forms.TextBox
Friend WithEvents Label41 As System.Windows.Forms.Label
Friend WithEvents btnNpcLocOpenMap As System.Windows.Forms.Button
Friend WithEvents btnNpcTelepOpenMap As System.Windows.Forms.Button
Friend WithEvents btnNpcFromMap As System.Windows.Forms.Button
Friend WithEvents tipHoverHelp As System.Windows.Forms.ToolTip
Friend WithEvents lnkAddNewQuest As System.Windows.Forms.LinkLabel
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
Friend WithEvents Label21 As System.Windows.Forms.Label
Friend WithEvents chkQAddToCompletedList As System.Windows.Forms.CheckBox
Friend WithEvents lnkGoToExQuest As System.Windows.Forms.LinkLabel
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents txtQTAward As System.Windows.Forms.TextBox
Friend WithEvents Label20 As System.Windows.Forms.Label
Friend WithEvents txtQTShortDesc As System.Windows.Forms.TextBox
Friend WithEvents Label30 As System.Windows.Forms.Label
Friend WithEvents txtQTLevel As System.Windows.Forms.TextBox
Friend WithEvents Label29 As System.Windows.Forms.Label
Friend WithEvents cmbQuestType As System.Windows.Forms.ComboBox
Friend WithEvents Label28 As System.Windows.Forms.Label
Friend WithEvents Label27 As System.Windows.Forms.Label
Friend WithEvents chkQParty As System.Windows.Forms.CheckBox
Friend WithEvents txtQExistingQuest As System.Windows.Forms.TextBox
Friend WithEvents Label19 As System.Windows.Forms.Label
Friend WithEvents Label18 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents cmbQNation As System.Windows.Forms.ComboBox
Friend WithEvents cmbQClass As System.Windows.Forms.ComboBox
Friend WithEvents txtQMaxLvl As System.Windows.Forms.TextBox
Friend WithEvents txtQMinLvl As System.Windows.Forms.TextBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents chkQAllowDel As System.Windows.Forms.CheckBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents txtQId As System.Windows.Forms.TextBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents txtQTName As System.Windows.Forms.TextBox
Friend WithEvents Label22 As System.Windows.Forms.Label
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
Friend WithEvents txtQTDesc As System.Windows.Forms.TextBox
Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
Friend WithEvents lblQPhaseNumberOfTargets As System.Windows.Forms.Label
Friend WithEvents Label23 As System.Windows.Forms.Label
Friend WithEvents btnQPhaseTargetsOnMap As System.Windows.Forms.Button
Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox
Friend WithEvents flowQPhases As System.Windows.Forms.FlowLayoutPanel
Friend WithEvents btnQMovePhaseDown As System.Windows.Forms.Button
Friend WithEvents btnQMovePhaseUp As System.Windows.Forms.Button
Friend WithEvents btnQDeletePhase As System.Windows.Forms.Button
Friend WithEvents txtQPhaseZone As System.Windows.Forms.TextBox
Friend WithEvents Label42 As System.Windows.Forms.Label
Friend WithEvents txtQPhaseName As System.Windows.Forms.TextBox
Friend WithEvents Label43 As System.Windows.Forms.Label
Friend WithEvents btnQAddPhase As System.Windows.Forms.Button
Friend WithEvents Label25 As System.Windows.Forms.Label
Friend WithEvents cmbQPhases As System.Windows.Forms.ComboBox
Friend WithEvents lnkDeleteOpenQuest As System.Windows.Forms.LinkLabel
Friend WithEvents ArrangementToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents ItemScriptToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents mnuLoadItemScript As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents mnuUnloadItemScript As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents mnuOpenArrangement As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents MonsterPrototypeToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents mnuLoadMobScript As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents mnuUnloadMobScript As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ToolStripSeparator4 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents locationMap As rylCoder.CMiniMapPanel
Friend WithEvents teleportTargetMap As rylCoder.CMiniMapPanel
Friend WithEvents sldNPCDirection As System.Windows.Forms.TrackBar
Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ConfigurationToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents mnuDecoder As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents NpcShopPage As rylCoder.cntShopView
Friend WithEvents txtNPCID As System.Windows.Forms.TextBox
Friend WithEvents lnkOpenModel As System.Windows.Forms.LinkLabel
Friend WithEvents chkShowHex As System.Windows.Forms.CheckBox
End Class