Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
WoW Creator - Form1.Designer.vb

Form1.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  3.     Inherits System.Windows.Forms.Form
  4.  
  5.     'Form overrides dispose to clean up the component list.
  6.     <System.Diagnostics.DebuggerNonUserCode()> _
  7.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  8.         Try
  9.             If disposing AndAlso components IsNot Nothing Then
  10.                 components.Dispose()
  11.             End If
  12.         Finally
  13.             MyBase.Dispose(disposing)
  14.         End Try
  15.     End Sub
  16.  
  17.     'Required by the Windows Form Designer
  18.     Private components As System.ComponentModel.IContainer
  19.  
  20.     'NOTE: The following procedure is required by the Windows Form Designer
  21.     'It can be modified using the Windows Form Designer.  
  22.     'Do not modify it using the code editor.
  23.     <System.Diagnostics.DebuggerStepThrough()> _
  24.     Private Sub InitializeComponent()
  25.         Me.tabMain = New System.Windows.Forms.TabControl
  26.         Me.tabItems = New System.Windows.Forms.TabPage
  27.         Me.txtYellowText = New System.Windows.Forms.TextBox
  28.         Me.Label15 = New System.Windows.Forms.Label
  29.         Me.grpEquippable = New System.Windows.Forms.GroupBox
  30.         Me.Label9 = New System.Windows.Forms.Label
  31.         Me.lstClasses = New System.Windows.Forms.CheckedListBox
  32.         Me.txtRequires = New System.Windows.Forms.TextBox
  33.         Me.Label8 = New System.Windows.Forms.Label
  34.         Me.nudDurability = New System.Windows.Forms.NumericUpDown
  35.         Me.Label7 = New System.Windows.Forms.Label
  36.         Me.tabBonus = New System.Windows.Forms.TabControl
  37.         Me.tabStats = New System.Windows.Forms.TabPage
  38.         Me.dgvStats = New System.Windows.Forms.DataGridView
  39.         Me.clmStatValue = New System.Windows.Forms.DataGridViewTextBoxColumn
  40.         Me.clmStatType = New System.Windows.Forms.DataGridViewComboBoxColumn
  41.         Me.tabEffects = New System.Windows.Forms.TabPage
  42.         Me.dgvEffects = New System.Windows.Forms.DataGridView
  43.         Me.clmEffectType = New System.Windows.Forms.DataGridViewComboBoxColumn
  44.         Me.clmEffect = New System.Windows.Forms.DataGridViewTextBoxColumn
  45.         Me.tabItemType = New System.Windows.Forms.TabControl
  46.         Me.tabArmor = New System.Windows.Forms.TabPage
  47.         Me.nudArmor = New System.Windows.Forms.NumericUpDown
  48.         Me.Label6 = New System.Windows.Forms.Label
  49.         Me.cmbArmorSkill = New System.Windows.Forms.ComboBox
  50.         Me.Label5 = New System.Windows.Forms.Label
  51.         Me.cmbArmorSlot = New System.Windows.Forms.ComboBox
  52.         Me.Label4 = New System.Windows.Forms.Label
  53.         Me.tabWeapon = New System.Windows.Forms.TabPage
  54.         Me.nudSpeed = New System.Windows.Forms.NumericUpDown
  55.         Me.Label14 = New System.Windows.Forms.Label
  56.         Me.Label13 = New System.Windows.Forms.Label
  57.         Me.nudMaxDamage = New System.Windows.Forms.NumericUpDown
  58.         Me.nudMinDamage = New System.Windows.Forms.NumericUpDown
  59.         Me.Label12 = New System.Windows.Forms.Label
  60.         Me.Label11 = New System.Windows.Forms.Label
  61.         Me.cmbWeaponSkill = New System.Windows.Forms.ComboBox
  62.         Me.cmbWeaponSlot = New System.Windows.Forms.ComboBox
  63.         Me.Label10 = New System.Windows.Forms.Label
  64.         Me.tabUnequip = New System.Windows.Forms.TabPage
  65.         Me.chbUnique = New System.Windows.Forms.CheckBox
  66.         Me.cmbBind = New System.Windows.Forms.ComboBox
  67.         Me.Label3 = New System.Windows.Forms.Label
  68.         Me.cmbQuality = New System.Windows.Forms.ComboBox
  69.         Me.Label2 = New System.Windows.Forms.Label
  70.         Me.txtItemName = New System.Windows.Forms.TextBox
  71.         Me.Label1 = New System.Windows.Forms.Label
  72.         Me.tabSpells = New System.Windows.Forms.TabPage
  73.         Me.Label16 = New System.Windows.Forms.Label
  74.         Me.cmbBackground = New System.Windows.Forms.ComboBox
  75.         Me.Label17 = New System.Windows.Forms.Label
  76.         Me.btnBrowseIcon = New System.Windows.Forms.Button
  77.         Me.imgPreview = New System.Windows.Forms.PictureBox
  78.         Me.btnSaveImage = New System.Windows.Forms.Button
  79.         Me.chbIncludeBg = New System.Windows.Forms.CheckBox
  80.         Me.chbTooltipManual = New System.Windows.Forms.CheckBox
  81.         Me.grpManualTooltip = New System.Windows.Forms.GroupBox
  82.         Me.nudHeight = New System.Windows.Forms.NumericUpDown
  83.         Me.nudWidth = New System.Windows.Forms.NumericUpDown
  84.         Me.Label19 = New System.Windows.Forms.Label
  85.         Me.Label18 = New System.Windows.Forms.Label
  86.         Me.Label20 = New System.Windows.Forms.Label
  87.         Me.nudCharges = New System.Windows.Forms.NumericUpDown
  88.         Me.Label21 = New System.Windows.Forms.Label
  89.         Me.txtSpellName = New System.Windows.Forms.TextBox
  90.         Me.rtbRank = New System.Windows.Forms.RadioButton
  91.         Me.nudRank = New System.Windows.Forms.NumericUpDown
  92.         Me.rtbRacial = New System.Windows.Forms.RadioButton
  93.         Me.grpSpellCategory = New System.Windows.Forms.GroupBox
  94.         Me.Label22 = New System.Windows.Forms.Label
  95.         Me.cmbWeaponReq = New System.Windows.Forms.ComboBox
  96.         Me.Label23 = New System.Windows.Forms.Label
  97.         Me.cmbStanceReq = New System.Windows.Forms.ComboBox
  98.         Me.Label24 = New System.Windows.Forms.Label
  99.         Me.txtOtherReq = New System.Windows.Forms.TextBox
  100.         Me.chbCastable = New System.Windows.Forms.CheckBox
  101.         Me.grpCastable = New System.Windows.Forms.GroupBox
  102.         Me.Label25 = New System.Windows.Forms.Label
  103.         Me.nudSpellCost = New System.Windows.Forms.NumericUpDown
  104.         Me.Label26 = New System.Windows.Forms.Label
  105.         Me.nudRange = New System.Windows.Forms.NumericUpDown
  106.         Me.Label27 = New System.Windows.Forms.Label
  107.         Me.txtSpellCost = New System.Windows.Forms.TextBox
  108.         Me.txtCastTime = New System.Windows.Forms.TextBox
  109.         Me.Label28 = New System.Windows.Forms.Label
  110.         Me.nudCooldown = New System.Windows.Forms.NumericUpDown
  111.         Me.cmbCooldown = New System.Windows.Forms.ComboBox
  112.         Me.Label29 = New System.Windows.Forms.Label
  113.         Me.txtReagents = New System.Windows.Forms.TextBox
  114.         Me.Label30 = New System.Windows.Forms.Label
  115.         Me.txtDescription = New System.Windows.Forms.TextBox
  116.         Me.tabMain.SuspendLayout()
  117.         Me.tabItems.SuspendLayout()
  118.         Me.grpEquippable.SuspendLayout()
  119.         CType(Me.nudDurability, System.ComponentModel.ISupportInitialize).BeginInit()
  120.         Me.tabBonus.SuspendLayout()
  121.         Me.tabStats.SuspendLayout()
  122.         CType(Me.dgvStats, System.ComponentModel.ISupportInitialize).BeginInit()
  123.         Me.tabEffects.SuspendLayout()
  124.         CType(Me.dgvEffects, System.ComponentModel.ISupportInitialize).BeginInit()
  125.         Me.tabItemType.SuspendLayout()
  126.         Me.tabArmor.SuspendLayout()
  127.         CType(Me.nudArmor, System.ComponentModel.ISupportInitialize).BeginInit()
  128.         Me.tabWeapon.SuspendLayout()
  129.         CType(Me.nudSpeed, System.ComponentModel.ISupportInitialize).BeginInit()
  130.         CType(Me.nudMaxDamage, System.ComponentModel.ISupportInitialize).BeginInit()
  131.         CType(Me.nudMinDamage, System.ComponentModel.ISupportInitialize).BeginInit()
  132.         Me.tabUnequip.SuspendLayout()
  133.         Me.tabSpells.SuspendLayout()
  134.         CType(Me.imgPreview, System.ComponentModel.ISupportInitialize).BeginInit()
  135.         Me.grpManualTooltip.SuspendLayout()
  136.         CType(Me.nudHeight, System.ComponentModel.ISupportInitialize).BeginInit()
  137.         CType(Me.nudWidth, System.ComponentModel.ISupportInitialize).BeginInit()
  138.         CType(Me.nudCharges, System.ComponentModel.ISupportInitialize).BeginInit()
  139.         CType(Me.nudRank, System.ComponentModel.ISupportInitialize).BeginInit()
  140.         Me.grpSpellCategory.SuspendLayout()
  141.         Me.grpCastable.SuspendLayout()
  142.         CType(Me.nudSpellCost, System.ComponentModel.ISupportInitialize).BeginInit()
  143.         CType(Me.nudRange, System.ComponentModel.ISupportInitialize).BeginInit()
  144.         CType(Me.nudCooldown, System.ComponentModel.ISupportInitialize).BeginInit()
  145.         Me.SuspendLayout()
  146.         '
  147.         'tabMain
  148.         '
  149.         Me.tabMain.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  150.                     Or System.Windows.Forms.AnchorStyles.Left) _
  151.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  152.         Me.tabMain.Controls.Add(Me.tabItems)
  153.         Me.tabMain.Controls.Add(Me.tabSpells)
  154.         Me.tabMain.Location = New System.Drawing.Point(306, 12)
  155.         Me.tabMain.Name = "tabMain"
  156.         Me.tabMain.SelectedIndex = 0
  157.         Me.tabMain.Size = New System.Drawing.Size(440, 607)
  158.         Me.tabMain.TabIndex = 1
  159.         '
  160.         'tabItems
  161.         '
  162.         Me.tabItems.Controls.Add(Me.txtYellowText)
  163.         Me.tabItems.Controls.Add(Me.Label15)
  164.         Me.tabItems.Controls.Add(Me.grpEquippable)
  165.         Me.tabItems.Controls.Add(Me.tabBonus)
  166.         Me.tabItems.Controls.Add(Me.tabItemType)
  167.         Me.tabItems.Controls.Add(Me.chbUnique)
  168.         Me.tabItems.Controls.Add(Me.cmbBind)
  169.         Me.tabItems.Controls.Add(Me.Label3)
  170.         Me.tabItems.Controls.Add(Me.cmbQuality)
  171.         Me.tabItems.Controls.Add(Me.Label2)
  172.         Me.tabItems.Controls.Add(Me.txtItemName)
  173.         Me.tabItems.Controls.Add(Me.Label1)
  174.         Me.tabItems.Location = New System.Drawing.Point(4, 22)
  175.         Me.tabItems.Name = "tabItems"
  176.         Me.tabItems.Padding = New System.Windows.Forms.Padding(3)
  177.         Me.tabItems.Size = New System.Drawing.Size(432, 581)
  178.         Me.tabItems.TabIndex = 0
  179.         Me.tabItems.Text = "Items"
  180.         Me.tabItems.UseVisualStyleBackColor = True
  181.         '
  182.         'txtYellowText
  183.         '
  184.         Me.txtYellowText.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  185.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  186.         Me.txtYellowText.Location = New System.Drawing.Point(100, 554)
  187.         Me.txtYellowText.Name = "txtYellowText"
  188.         Me.txtYellowText.Size = New System.Drawing.Size(326, 20)
  189.         Me.txtYellowText.TabIndex = 17
  190.         '
  191.         'Label15
  192.         '
  193.         Me.Label15.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  194.         Me.Label15.AutoSize = True
  195.         Me.Label15.Location = New System.Drawing.Point(6, 557)
  196.         Me.Label15.Name = "Label15"
  197.         Me.Label15.Size = New System.Drawing.Size(61, 13)
  198.         Me.Label15.TabIndex = 16
  199.         Me.Label15.Text = "Yellow text:"
  200.         '
  201.         'grpEquippable
  202.         '
  203.         Me.grpEquippable.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  204.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  205.         Me.grpEquippable.Controls.Add(Me.Label9)
  206.         Me.grpEquippable.Controls.Add(Me.lstClasses)
  207.         Me.grpEquippable.Controls.Add(Me.txtRequires)
  208.         Me.grpEquippable.Controls.Add(Me.Label8)
  209.         Me.grpEquippable.Controls.Add(Me.nudDurability)
  210.         Me.grpEquippable.Controls.Add(Me.Label7)
  211.         Me.grpEquippable.Location = New System.Drawing.Point(9, 235)
  212.         Me.grpEquippable.Name = "grpEquippable"
  213.         Me.grpEquippable.Size = New System.Drawing.Size(417, 133)
  214.         Me.grpEquippable.TabIndex = 15
  215.         Me.grpEquippable.TabStop = False
  216.         Me.grpEquippable.Text = "Equippable items details"
  217.         '
  218.         'Label9
  219.         '
  220.         Me.Label9.AutoSize = True
  221.         Me.Label9.Location = New System.Drawing.Point(6, 71)
  222.         Me.Label9.Name = "Label9"
  223.         Me.Label9.Size = New System.Drawing.Size(46, 13)
  224.         Me.Label9.TabIndex = 5
  225.         Me.Label9.Text = "Classes:"
  226.         '
  227.         'lstClasses
  228.         '
  229.         Me.lstClasses.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  230.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  231.         Me.lstClasses.FormattingEnabled = True
  232.         Me.lstClasses.IntegralHeight = False
  233.         Me.lstClasses.Items.AddRange(New Object() {"Death Knight", "Druid", "Hunter", "Mage", "Paladin", "Priest", "Rogue", "Shaman", "Warrior", "Warlock"})
  234.         Me.lstClasses.Location = New System.Drawing.Point(91, 71)
  235.         Me.lstClasses.MultiColumn = True
  236.         Me.lstClasses.Name = "lstClasses"
  237.         Me.lstClasses.Size = New System.Drawing.Size(316, 56)
  238.         Me.lstClasses.TabIndex = 4
  239.         '
  240.         'txtRequires
  241.         '
  242.         Me.txtRequires.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  243.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  244.         Me.txtRequires.Location = New System.Drawing.Point(91, 45)
  245.         Me.txtRequires.Name = "txtRequires"
  246.         Me.txtRequires.Size = New System.Drawing.Size(316, 20)
  247.         Me.txtRequires.TabIndex = 3
  248.         '
  249.         'Label8
  250.         '
  251.         Me.Label8.AutoSize = True
  252.         Me.Label8.Location = New System.Drawing.Point(6, 48)
  253.         Me.Label8.Name = "Label8"
  254.         Me.Label8.Size = New System.Drawing.Size(52, 13)
  255.         Me.Label8.TabIndex = 2
  256.         Me.Label8.Text = "Requires:"
  257.         '
  258.         'nudDurability
  259.         '
  260.         Me.nudDurability.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  261.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  262.         Me.nudDurability.Location = New System.Drawing.Point(91, 19)
  263.         Me.nudDurability.Maximum = New Decimal(New Integer() {1000, 0, 0, 0})
  264.         Me.nudDurability.Name = "nudDurability"
  265.         Me.nudDurability.Size = New System.Drawing.Size(316, 20)
  266.         Me.nudDurability.TabIndex = 1
  267.         Me.nudDurability.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  268.         '
  269.         'Label7
  270.         '
  271.         Me.Label7.AutoSize = True
  272.         Me.Label7.Location = New System.Drawing.Point(6, 21)
  273.         Me.Label7.Name = "Label7"
  274.         Me.Label7.Size = New System.Drawing.Size(53, 13)
  275.         Me.Label7.TabIndex = 0
  276.         Me.Label7.Text = "Durability:"
  277.         '
  278.         'tabBonus
  279.         '
  280.         Me.tabBonus.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  281.                     Or System.Windows.Forms.AnchorStyles.Left) _
  282.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  283.         Me.tabBonus.Controls.Add(Me.tabStats)
  284.         Me.tabBonus.Controls.Add(Me.tabEffects)
  285.         Me.tabBonus.Location = New System.Drawing.Point(9, 374)
  286.         Me.tabBonus.Name = "tabBonus"
  287.         Me.tabBonus.SelectedIndex = 0
  288.         Me.tabBonus.Size = New System.Drawing.Size(417, 174)
  289.         Me.tabBonus.TabIndex = 14
  290.         '
  291.         'tabStats
  292.         '
  293.         Me.tabStats.Controls.Add(Me.dgvStats)
  294.         Me.tabStats.Location = New System.Drawing.Point(4, 22)
  295.         Me.tabStats.Name = "tabStats"
  296.         Me.tabStats.Padding = New System.Windows.Forms.Padding(3)
  297.         Me.tabStats.Size = New System.Drawing.Size(409, 148)
  298.         Me.tabStats.TabIndex = 0
  299.         Me.tabStats.Text = "Stats"
  300.         Me.tabStats.UseVisualStyleBackColor = True
  301.         '
  302.         'dgvStats
  303.         '
  304.         Me.dgvStats.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  305.         Me.dgvStats.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.clmStatValue, Me.clmStatType})
  306.         Me.dgvStats.Dock = System.Windows.Forms.DockStyle.Fill
  307.         Me.dgvStats.Location = New System.Drawing.Point(3, 3)
  308.         Me.dgvStats.Name = "dgvStats"
  309.         Me.dgvStats.Size = New System.Drawing.Size(403, 142)
  310.         Me.dgvStats.TabIndex = 12
  311.         '
  312.         'clmStatValue
  313.         '
  314.         Me.clmStatValue.HeaderText = "Value"
  315.         Me.clmStatValue.Name = "clmStatValue"
  316.         '
  317.         'clmStatType
  318.         '
  319.         Me.clmStatType.HeaderText = "Stat"
  320.         Me.clmStatType.Items.AddRange(New Object() {"Strength", "Stamina", "Agility", "Intellect", "Spirit", "Frost Resistance", "Fire Resistance", "Nature Resistance", "Shadow Resistance", "Arcane Resistance", "All Resistance", "Spell Power", "Attack Power", "Ranged Attack Power", "Critical Strike Rating", "Haste Rating", "Hit Rating", "Resilience", "Custom..."})
  321.         Me.clmStatType.Name = "clmStatType"
  322.         '
  323.         'tabEffects
  324.         '
  325.         Me.tabEffects.Controls.Add(Me.dgvEffects)
  326.         Me.tabEffects.Location = New System.Drawing.Point(4, 22)
  327.         Me.tabEffects.Name = "tabEffects"
  328.         Me.tabEffects.Padding = New System.Windows.Forms.Padding(3)
  329.         Me.tabEffects.Size = New System.Drawing.Size(409, 148)
  330.         Me.tabEffects.TabIndex = 1
  331.         Me.tabEffects.Text = "Effects"
  332.         Me.tabEffects.UseVisualStyleBackColor = True
  333.         '
  334.         'dgvEffects
  335.         '
  336.         Me.dgvEffects.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  337.         Me.dgvEffects.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.clmEffectType, Me.clmEffect})
  338.         Me.dgvEffects.Dock = System.Windows.Forms.DockStyle.Fill
  339.         Me.dgvEffects.Location = New System.Drawing.Point(3, 3)
  340.         Me.dgvEffects.Name = "dgvEffects"
  341.         Me.dgvEffects.Size = New System.Drawing.Size(403, 142)
  342.         Me.dgvEffects.TabIndex = 0
  343.         '
  344.         'clmEffectType
  345.         '
  346.         Me.clmEffectType.HeaderText = "Type"
  347.         Me.clmEffectType.Items.AddRange(New Object() {"Equip:", "Use:", "Chance on hit:"})
  348.         Me.clmEffectType.Name = "clmEffectType"
  349.         '
  350.         'clmEffect
  351.         '
  352.         Me.clmEffect.HeaderText = "Effect"
  353.         Me.clmEffect.Name = "clmEffect"
  354.         Me.clmEffect.Width = 300
  355.         '
  356.         'tabItemType
  357.         '
  358.         Me.tabItemType.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  359.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  360.         Me.tabItemType.Controls.Add(Me.tabArmor)
  361.         Me.tabItemType.Controls.Add(Me.tabWeapon)
  362.         Me.tabItemType.Controls.Add(Me.tabUnequip)
  363.         Me.tabItemType.Location = New System.Drawing.Point(9, 109)
  364.         Me.tabItemType.Name = "tabItemType"
  365.         Me.tabItemType.SelectedIndex = 0
  366.         Me.tabItemType.Size = New System.Drawing.Size(417, 120)
  367.         Me.tabItemType.TabIndex = 7
  368.         '
  369.         'tabArmor
  370.         '
  371.         Me.tabArmor.Controls.Add(Me.nudArmor)
  372.         Me.tabArmor.Controls.Add(Me.Label6)
  373.         Me.tabArmor.Controls.Add(Me.cmbArmorSkill)
  374.         Me.tabArmor.Controls.Add(Me.Label5)
  375.         Me.tabArmor.Controls.Add(Me.cmbArmorSlot)
  376.         Me.tabArmor.Controls.Add(Me.Label4)
  377.         Me.tabArmor.Location = New System.Drawing.Point(4, 22)
  378.         Me.tabArmor.Name = "tabArmor"
  379.         Me.tabArmor.Padding = New System.Windows.Forms.Padding(3)
  380.         Me.tabArmor.Size = New System.Drawing.Size(409, 94)
  381.         Me.tabArmor.TabIndex = 0
  382.         Me.tabArmor.Text = "Armor"
  383.         Me.tabArmor.UseVisualStyleBackColor = True
  384.         '
  385.         'nudArmor
  386.         '
  387.         Me.nudArmor.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  388.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  389.         Me.nudArmor.Location = New System.Drawing.Point(87, 60)
  390.         Me.nudArmor.Maximum = New Decimal(New Integer() {100000, 0, 0, 0})
  391.         Me.nudArmor.Name = "nudArmor"
  392.         Me.nudArmor.Size = New System.Drawing.Size(316, 20)
  393.         Me.nudArmor.TabIndex = 11
  394.         Me.nudArmor.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  395.         '
  396.         'Label6
  397.         '
  398.         Me.Label6.AutoSize = True
  399.         Me.Label6.Location = New System.Drawing.Point(6, 62)
  400.         Me.Label6.Name = "Label6"
  401.         Me.Label6.Size = New System.Drawing.Size(37, 13)
  402.         Me.Label6.TabIndex = 10
  403.         Me.Label6.Text = "Armor:"
  404.         '
  405.         'cmbArmorSkill
  406.         '
  407.         Me.cmbArmorSkill.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  408.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  409.         Me.cmbArmorSkill.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  410.         Me.cmbArmorSkill.FormattingEnabled = True
  411.         Me.cmbArmorSkill.Items.AddRange(New Object() {"None", "Cloth", "Leather", "Mail", "Plate", "Shield", "Idol", "Libram", "Totem"})
  412.         Me.cmbArmorSkill.Location = New System.Drawing.Point(87, 33)
  413.         Me.cmbArmorSkill.Name = "cmbArmorSkill"
  414.         Me.cmbArmorSkill.Size = New System.Drawing.Size(316, 21)
  415.         Me.cmbArmorSkill.TabIndex = 9
  416.         '
  417.         'Label5
  418.         '
  419.         Me.Label5.AutoSize = True
  420.         Me.Label5.Location = New System.Drawing.Point(6, 36)
  421.         Me.Label5.Name = "Label5"
  422.         Me.Label5.Size = New System.Drawing.Size(29, 13)
  423.         Me.Label5.TabIndex = 8
  424.         Me.Label5.Text = "Skill:"
  425.         '
  426.         'cmbArmorSlot
  427.         '
  428.         Me.cmbArmorSlot.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  429.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  430.         Me.cmbArmorSlot.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  431.         Me.cmbArmorSlot.FormattingEnabled = True
  432.         Me.cmbArmorSlot.Items.AddRange(New Object() {"Back", "Chest", "Feet", "Finger", "Hands", "Head", "Held in Off-Hand", "Legs", "Neck", "Off-Hand", "Shirt", "Shoulder", "Tabard", "Trinket", "Waist", "Wrist"})
  433.         Me.cmbArmorSlot.Location = New System.Drawing.Point(87, 6)
  434.         Me.cmbArmorSlot.Name = "cmbArmorSlot"
  435.         Me.cmbArmorSlot.Size = New System.Drawing.Size(316, 21)
  436.         Me.cmbArmorSlot.TabIndex = 1
  437.         '
  438.         'Label4
  439.         '
  440.         Me.Label4.AutoSize = True
  441.         Me.Label4.Location = New System.Drawing.Point(6, 9)
  442.         Me.Label4.Name = "Label4"
  443.         Me.Label4.Size = New System.Drawing.Size(28, 13)
  444.         Me.Label4.TabIndex = 0
  445.         Me.Label4.Text = "Slot:"
  446.         '
  447.         'tabWeapon
  448.         '
  449.         Me.tabWeapon.Controls.Add(Me.nudSpeed)
  450.         Me.tabWeapon.Controls.Add(Me.Label14)
  451.         Me.tabWeapon.Controls.Add(Me.Label13)
  452.         Me.tabWeapon.Controls.Add(Me.nudMaxDamage)
  453.         Me.tabWeapon.Controls.Add(Me.nudMinDamage)
  454.         Me.tabWeapon.Controls.Add(Me.Label12)
  455.         Me.tabWeapon.Controls.Add(Me.Label11)
  456.         Me.tabWeapon.Controls.Add(Me.cmbWeaponSkill)
  457.         Me.tabWeapon.Controls.Add(Me.cmbWeaponSlot)
  458.         Me.tabWeapon.Controls.Add(Me.Label10)
  459.         Me.tabWeapon.Location = New System.Drawing.Point(4, 22)
  460.         Me.tabWeapon.Name = "tabWeapon"
  461.         Me.tabWeapon.Padding = New System.Windows.Forms.Padding(3)
  462.         Me.tabWeapon.Size = New System.Drawing.Size(409, 94)
  463.         Me.tabWeapon.TabIndex = 1
  464.         Me.tabWeapon.Text = "Weapon"
  465.         Me.tabWeapon.UseVisualStyleBackColor = True
  466.         '
  467.         'nudSpeed
  468.         '
  469.         Me.nudSpeed.DecimalPlaces = 2
  470.         Me.nudSpeed.Location = New System.Drawing.Point(87, 59)
  471.         Me.nudSpeed.Minimum = New Decimal(New Integer() {5, 0, 0, 65536})
  472.         Me.nudSpeed.Name = "nudSpeed"
  473.         Me.nudSpeed.Size = New System.Drawing.Size(316, 20)
  474.         Me.nudSpeed.TabIndex = 9
  475.         Me.nudSpeed.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  476.         Me.nudSpeed.Value = New Decimal(New Integer() {1, 0, 0, 0})
  477.         '
  478.         'Label14
  479.         '
  480.         Me.Label14.AutoSize = True
  481.         Me.Label14.Location = New System.Drawing.Point(6, 61)
  482.         Me.Label14.Name = "Label14"
  483.         Me.Label14.Size = New System.Drawing.Size(41, 13)
  484.         Me.Label14.TabIndex = 8
  485.         Me.Label14.Text = "Speed:"
  486.         '
  487.         'Label13
  488.         '
  489.         Me.Label13.AutoSize = True
  490.         Me.Label13.Location = New System.Drawing.Point(209, 35)
  491.         Me.Label13.Name = "Label13"
  492.         Me.Label13.Size = New System.Drawing.Size(70, 13)
  493.         Me.Label13.TabIndex = 7
  494.         Me.Label13.Text = "Max Damage"
  495.         '
  496.         'nudMaxDamage
  497.         '
  498.         Me.nudMaxDamage.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  499.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  500.         Me.nudMaxDamage.Location = New System.Drawing.Point(291, 33)
  501.         Me.nudMaxDamage.Maximum = New Decimal(New Integer() {5000, 0, 0, 0})
  502.         Me.nudMaxDamage.Minimum = New Decimal(New Integer() {2, 0, 0, 0})
  503.         Me.nudMaxDamage.Name = "nudMaxDamage"
  504.         Me.nudMaxDamage.Size = New System.Drawing.Size(112, 20)
  505.         Me.nudMaxDamage.TabIndex = 6
  506.         Me.nudMaxDamage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  507.         Me.nudMaxDamage.Value = New Decimal(New Integer() {2, 0, 0, 0})
  508.         '
  509.         'nudMinDamage
  510.         '
  511.         Me.nudMinDamage.Location = New System.Drawing.Point(87, 33)
  512.         Me.nudMinDamage.Maximum = New Decimal(New Integer() {5000, 0, 0, 0})
  513.         Me.nudMinDamage.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
  514.         Me.nudMinDamage.Name = "nudMinDamage"
  515.         Me.nudMinDamage.Size = New System.Drawing.Size(112, 20)
  516.         Me.nudMinDamage.TabIndex = 5
  517.         Me.nudMinDamage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  518.         Me.nudMinDamage.Value = New Decimal(New Integer() {1, 0, 0, 0})
  519.         '
  520.         'Label12
  521.         '
  522.         Me.Label12.AutoSize = True
  523.         Me.Label12.Location = New System.Drawing.Point(6, 35)
  524.         Me.Label12.Name = "Label12"
  525.         Me.Label12.Size = New System.Drawing.Size(70, 13)
  526.         Me.Label12.TabIndex = 4
  527.         Me.Label12.Text = "Min Damage:"
  528.         '
  529.         'Label11
  530.         '
  531.         Me.Label11.AutoSize = True
  532.         Me.Label11.Location = New System.Drawing.Point(209, 9)
  533.         Me.Label11.Name = "Label11"
  534.         Me.Label11.Size = New System.Drawing.Size(29, 13)
  535.         Me.Label11.TabIndex = 3
  536.         Me.Label11.Text = "Skill:"
  537.         '
  538.         'cmbWeaponSkill
  539.         '
  540.         Me.cmbWeaponSkill.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  541.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  542.         Me.cmbWeaponSkill.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  543.         Me.cmbWeaponSkill.FormattingEnabled = True
  544.         Me.cmbWeaponSkill.Items.AddRange(New Object() {"None", "Axe", "Bow", "Crossbow", "Dagger", "Fishing Pole", "Fist Weapon", "Gun", "Mace", "Polearm", "Staff", "Sword", "Wand"})
  545.         Me.cmbWeaponSkill.Location = New System.Drawing.Point(244, 6)
  546.         Me.cmbWeaponSkill.Name = "cmbWeaponSkill"
  547.         Me.cmbWeaponSkill.Size = New System.Drawing.Size(159, 21)
  548.         Me.cmbWeaponSkill.TabIndex = 2
  549.         '
  550.         'cmbWeaponSlot
  551.         '
  552.         Me.cmbWeaponSlot.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  553.         Me.cmbWeaponSlot.FormattingEnabled = True
  554.         Me.cmbWeaponSlot.Items.AddRange(New Object() {"Main Hand", "Off-Hand", "One-Hand", "Ranged", "Thrown", "Two-Hand"})
  555.         Me.cmbWeaponSlot.Location = New System.Drawing.Point(40, 6)
  556.         Me.cmbWeaponSlot.Name = "cmbWeaponSlot"
  557.         Me.cmbWeaponSlot.Size = New System.Drawing.Size(159, 21)
  558.         Me.cmbWeaponSlot.TabIndex = 1
  559.         '
  560.         'Label10
  561.         '
  562.         Me.Label10.AutoSize = True
  563.         Me.Label10.Location = New System.Drawing.Point(6, 9)
  564.         Me.Label10.Name = "Label10"
  565.         Me.Label10.Size = New System.Drawing.Size(28, 13)
  566.         Me.Label10.TabIndex = 0
  567.         Me.Label10.Text = "Slot:"
  568.         '
  569.         'tabUnequip
  570.         '
  571.         Me.tabUnequip.Controls.Add(Me.nudCharges)
  572.         Me.tabUnequip.Controls.Add(Me.Label20)
  573.         Me.tabUnequip.Location = New System.Drawing.Point(4, 22)
  574.         Me.tabUnequip.Name = "tabUnequip"
  575.         Me.tabUnequip.Size = New System.Drawing.Size(409, 94)
  576.         Me.tabUnequip.TabIndex = 2
  577.         Me.tabUnequip.Text = "Unequippable"
  578.         Me.tabUnequip.UseVisualStyleBackColor = True
  579.         '
  580.         'chbUnique
  581.         '
  582.         Me.chbUnique.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  583.         Me.chbUnique.AutoSize = True
  584.         Me.chbUnique.Location = New System.Drawing.Point(366, 86)
  585.         Me.chbUnique.Name = "chbUnique"
  586.         Me.chbUnique.Size = New System.Drawing.Size(60, 17)
  587.         Me.chbUnique.TabIndex = 6
  588.         Me.chbUnique.Text = "Unique"
  589.         Me.chbUnique.UseVisualStyleBackColor = True
  590.         '
  591.         'cmbBind
  592.         '
  593.         Me.cmbBind.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  594.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  595.         Me.cmbBind.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  596.         Me.cmbBind.FormattingEnabled = True
  597.         Me.cmbBind.Items.AddRange(New Object() {"None", "Binds when picked up", "Binds when equipped", "Binds to account", "Soulbound", "Quest item"})
  598.         Me.cmbBind.Location = New System.Drawing.Point(100, 59)
  599.         Me.cmbBind.Name = "cmbBind"
  600.         Me.cmbBind.Size = New System.Drawing.Size(326, 21)
  601.         Me.cmbBind.TabIndex = 5
  602.         '
  603.         'Label3
  604.         '
  605.         Me.Label3.AutoSize = True
  606.         Me.Label3.Location = New System.Drawing.Point(6, 62)
  607.         Me.Label3.Name = "Label3"
  608.         Me.Label3.Size = New System.Drawing.Size(45, 13)
  609.         Me.Label3.TabIndex = 4
  610.         Me.Label3.Text = "Binding:"
  611.         '
  612.         'cmbQuality
  613.         '
  614.         Me.cmbQuality.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  615.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  616.         Me.cmbQuality.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  617.         Me.cmbQuality.FormattingEnabled = True
  618.         Me.cmbQuality.Items.AddRange(New Object() {"Poor", "Common", "Uncommon", "Rare", "Epic", "Legendary", "Arifact"})
  619.         Me.cmbQuality.Location = New System.Drawing.Point(100, 32)
  620.         Me.cmbQuality.Name = "cmbQuality"
  621.         Me.cmbQuality.Size = New System.Drawing.Size(326, 21)
  622.         Me.cmbQuality.TabIndex = 3
  623.         '
  624.         'Label2
  625.         '
  626.         Me.Label2.AutoSize = True
  627.         Me.Label2.Location = New System.Drawing.Point(6, 35)
  628.         Me.Label2.Name = "Label2"
  629.         Me.Label2.Size = New System.Drawing.Size(42, 13)
  630.         Me.Label2.TabIndex = 2
  631.         Me.Label2.Text = "Quality:"
  632.         '
  633.         'txtItemName
  634.         '
  635.         Me.txtItemName.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  636.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  637.         Me.txtItemName.Location = New System.Drawing.Point(100, 6)
  638.         Me.txtItemName.Name = "txtItemName"
  639.         Me.txtItemName.Size = New System.Drawing.Size(326, 20)
  640.         Me.txtItemName.TabIndex = 1
  641.         '
  642.         'Label1
  643.         '
  644.         Me.Label1.AutoSize = True
  645.         Me.Label1.Location = New System.Drawing.Point(6, 9)
  646.         Me.Label1.Name = "Label1"
  647.         Me.Label1.Size = New System.Drawing.Size(59, 13)
  648.         Me.Label1.TabIndex = 0
  649.         Me.Label1.Text = "Item name:"
  650.         '
  651.         'tabSpells
  652.         '
  653.         Me.tabSpells.Controls.Add(Me.txtDescription)
  654.         Me.tabSpells.Controls.Add(Me.Label30)
  655.         Me.tabSpells.Controls.Add(Me.grpCastable)
  656.         Me.tabSpells.Controls.Add(Me.chbCastable)
  657.         Me.tabSpells.Controls.Add(Me.txtOtherReq)
  658.         Me.tabSpells.Controls.Add(Me.Label24)
  659.         Me.tabSpells.Controls.Add(Me.cmbStanceReq)
  660.         Me.tabSpells.Controls.Add(Me.Label23)
  661.         Me.tabSpells.Controls.Add(Me.cmbWeaponReq)
  662.         Me.tabSpells.Controls.Add(Me.Label22)
  663.         Me.tabSpells.Controls.Add(Me.grpSpellCategory)
  664.         Me.tabSpells.Controls.Add(Me.txtSpellName)
  665.         Me.tabSpells.Controls.Add(Me.Label21)
  666.         Me.tabSpells.Location = New System.Drawing.Point(4, 22)
  667.         Me.tabSpells.Name = "tabSpells"
  668.         Me.tabSpells.Padding = New System.Windows.Forms.Padding(3)
  669.         Me.tabSpells.Size = New System.Drawing.Size(432, 581)
  670.         Me.tabSpells.TabIndex = 1
  671.         Me.tabSpells.Text = "Spells"
  672.         Me.tabSpells.UseVisualStyleBackColor = True
  673.         '
  674.         'Label16
  675.         '
  676.         Me.Label16.AutoSize = True
  677.         Me.Label16.Location = New System.Drawing.Point(9, 362)
  678.         Me.Label16.Name = "Label16"
  679.         Me.Label16.Size = New System.Drawing.Size(68, 13)
  680.         Me.Label16.TabIndex = 2
  681.         Me.Label16.Text = "Background:"
  682.         '
  683.         'cmbBackground
  684.         '
  685.         Me.cmbBackground.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  686.         Me.cmbBackground.FormattingEnabled = True
  687.         Me.cmbBackground.Items.AddRange(New Object() {"Human", "Draenei", "NightElf", "Dwarf", "Orc", "Undead", "Tauren"})
  688.         Me.cmbBackground.Location = New System.Drawing.Point(83, 359)
  689.         Me.cmbBackground.Name = "cmbBackground"
  690.         Me.cmbBackground.Size = New System.Drawing.Size(217, 21)
  691.         Me.cmbBackground.TabIndex = 3
  692.         '
  693.         'Label17
  694.         '
  695.         Me.Label17.AutoSize = True
  696.         Me.Label17.Location = New System.Drawing.Point(9, 389)
  697.         Me.Label17.Name = "Label17"
  698.         Me.Label17.Size = New System.Drawing.Size(31, 13)
  699.         Me.Label17.TabIndex = 4
  700.         Me.Label17.Text = "Icon:"
  701.         '
  702.         'btnBrowseIcon
  703.         '
  704.         Me.btnBrowseIcon.Location = New System.Drawing.Point(83, 384)
  705.         Me.btnBrowseIcon.Name = "btnBrowseIcon"
  706.         Me.btnBrowseIcon.Size = New System.Drawing.Size(37, 23)
  707.         Me.btnBrowseIcon.TabIndex = 5
  708.         Me.btnBrowseIcon.Text = "..."
  709.         Me.btnBrowseIcon.UseVisualStyleBackColor = True
  710.         '
  711.         'imgPreview
  712.         '
  713.         Me.imgPreview.Image = Global.WoW_Creator.My.Resources.Resources.Human
  714.         Me.imgPreview.Location = New System.Drawing.Point(12, 12)
  715.         Me.imgPreview.Name = "imgPreview"
  716.         Me.imgPreview.Size = New System.Drawing.Size(288, 341)
  717.         Me.imgPreview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  718.         Me.imgPreview.TabIndex = 0
  719.         Me.imgPreview.TabStop = False
  720.         '
  721.         'btnSaveImage
  722.         '
  723.         Me.btnSaveImage.Location = New System.Drawing.Point(135, 596)
  724.         Me.btnSaveImage.Name = "btnSaveImage"
  725.         Me.btnSaveImage.Size = New System.Drawing.Size(165, 23)
  726.         Me.btnSaveImage.TabIndex = 6
  727.         Me.btnSaveImage.Text = "Save result as image"
  728.         Me.btnSaveImage.UseVisualStyleBackColor = True
  729.         '
  730.         'chbIncludeBg
  731.         '
  732.         Me.chbIncludeBg.AutoSize = True
  733.         Me.chbIncludeBg.Checked = True
  734.         Me.chbIncludeBg.CheckState = System.Windows.Forms.CheckState.Checked
  735.         Me.chbIncludeBg.Location = New System.Drawing.Point(12, 600)
  736.         Me.chbIncludeBg.Name = "chbIncludeBg"
  737.         Me.chbIncludeBg.Size = New System.Drawing.Size(111, 17)
  738.         Me.chbIncludeBg.TabIndex = 7
  739.         Me.chbIncludeBg.Text = "Draw background"
  740.         Me.chbIncludeBg.UseVisualStyleBackColor = True
  741.         '
  742.         'chbTooltipManual
  743.         '
  744.         Me.chbTooltipManual.AutoSize = True
  745.         Me.chbTooltipManual.Location = New System.Drawing.Point(12, 510)
  746.         Me.chbTooltipManual.Name = "chbTooltipManual"
  747.         Me.chbTooltipManual.Size = New System.Drawing.Size(113, 17)
  748.         Me.chbTooltipManual.TabIndex = 8
  749.         Me.chbTooltipManual.Text = "Manual tooltip size"
  750.         Me.chbTooltipManual.UseVisualStyleBackColor = True
  751.         '
  752.         'grpManualTooltip
  753.         '
  754.         Me.grpManualTooltip.Controls.Add(Me.nudHeight)
  755.         Me.grpManualTooltip.Controls.Add(Me.nudWidth)
  756.         Me.grpManualTooltip.Controls.Add(Me.Label19)
  757.         Me.grpManualTooltip.Controls.Add(Me.Label18)
  758.         Me.grpManualTooltip.Enabled = False
  759.         Me.grpManualTooltip.Location = New System.Drawing.Point(12, 533)
  760.         Me.grpManualTooltip.Name = "grpManualTooltip"
  761.         Me.grpManualTooltip.Size = New System.Drawing.Size(288, 42)
  762.         Me.grpManualTooltip.TabIndex = 9
  763.         Me.grpManualTooltip.TabStop = False
  764.         '
  765.         'nudHeight
  766.         '
  767.         Me.nudHeight.Location = New System.Drawing.Point(193, 12)
  768.         Me.nudHeight.Maximum = New Decimal(New Integer() {300, 0, 0, 0})
  769.         Me.nudHeight.Minimum = New Decimal(New Integer() {60, 0, 0, 0})
  770.         Me.nudHeight.Name = "nudHeight"
  771.         Me.nudHeight.Size = New System.Drawing.Size(73, 20)
  772.         Me.nudHeight.TabIndex = 3
  773.         Me.nudHeight.Value = New Decimal(New Integer() {60, 0, 0, 0})
  774.         '
  775.         'nudWidth
  776.         '
  777.         Me.nudWidth.Location = New System.Drawing.Point(50, 12)
  778.         Me.nudWidth.Maximum = New Decimal(New Integer() {300, 0, 0, 0})
  779.         Me.nudWidth.Minimum = New Decimal(New Integer() {60, 0, 0, 0})
  780.         Me.nudWidth.Name = "nudWidth"
  781.         Me.nudWidth.Size = New System.Drawing.Size(73, 20)
  782.         Me.nudWidth.TabIndex = 2
  783.         Me.nudWidth.Value = New Decimal(New Integer() {60, 0, 0, 0})
  784.         '
  785.         'Label19
  786.         '
  787.         Me.Label19.AutoSize = True
  788.         Me.Label19.Location = New System.Drawing.Point(146, 16)
  789.         Me.Label19.Name = "Label19"
  790.         Me.Label19.Size = New System.Drawing.Size(41, 13)
  791.         Me.Label19.TabIndex = 1
  792.         Me.Label19.Text = "Height:"
  793.         '
  794.         'Label18
  795.         '
  796.         Me.Label18.AutoSize = True
  797.         Me.Label18.Location = New System.Drawing.Point(6, 16)
  798.         Me.Label18.Name = "Label18"
  799.         Me.Label18.Size = New System.Drawing.Size(38, 13)
  800.         Me.Label18.TabIndex = 0
  801.         Me.Label18.Text = "Width:"
  802.         '
  803.         'Label20
  804.         '
  805.         Me.Label20.AutoSize = True
  806.         Me.Label20.Location = New System.Drawing.Point(5, 10)
  807.         Me.Label20.Name = "Label20"
  808.         Me.Label20.Size = New System.Drawing.Size(49, 13)
  809.         Me.Label20.TabIndex = 0
  810.         Me.Label20.Text = "Charges:"
  811.         '
  812.         'nudCharges
  813.         '
  814.         Me.nudCharges.Location = New System.Drawing.Point(87, 8)
  815.         Me.nudCharges.Maximum = New Decimal(New Integer() {1000, 0, 0, 0})
  816.         Me.nudCharges.Name = "nudCharges"
  817.         Me.nudCharges.Size = New System.Drawing.Size(316, 20)
  818.         Me.nudCharges.TabIndex = 1
  819.         Me.nudCharges.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  820.         '
  821.         'Label21
  822.         '
  823.         Me.Label21.AutoSize = True
  824.         Me.Label21.Location = New System.Drawing.Point(6, 9)
  825.         Me.Label21.Name = "Label21"
  826.         Me.Label21.Size = New System.Drawing.Size(64, 13)
  827.         Me.Label21.TabIndex = 0
  828.         Me.Label21.Text = "Spell Name:"
  829.         '
  830.         'txtSpellName
  831.         '
  832.         Me.txtSpellName.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  833.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  834.         Me.txtSpellName.Location = New System.Drawing.Point(100, 6)
  835.         Me.txtSpellName.Name = "txtSpellName"
  836.         Me.txtSpellName.Size = New System.Drawing.Size(326, 20)
  837.         Me.txtSpellName.TabIndex = 1
  838.         '
  839.         'rtbRank
  840.         '
  841.         Me.rtbRank.AutoSize = True
  842.         Me.rtbRank.Checked = True
  843.         Me.rtbRank.Location = New System.Drawing.Point(6, 19)
  844.         Me.rtbRank.Name = "rtbRank"
  845.         Me.rtbRank.Size = New System.Drawing.Size(54, 17)
  846.         Me.rtbRank.TabIndex = 2
  847.         Me.rtbRank.TabStop = True
  848.         Me.rtbRank.Text = "Rank:"
  849.         Me.rtbRank.UseVisualStyleBackColor = True
  850.         '
  851.         'nudRank
  852.         '
  853.         Me.nudRank.Location = New System.Drawing.Point(66, 19)
  854.         Me.nudRank.Maximum = New Decimal(New Integer() {80, 0, 0, 0})
  855.         Me.nudRank.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
  856.         Me.nudRank.Name = "nudRank"
  857.         Me.nudRank.Size = New System.Drawing.Size(97, 20)
  858.         Me.nudRank.TabIndex = 3
  859.         Me.nudRank.Value = New Decimal(New Integer() {1, 0, 0, 0})
  860.         '
  861.         'rtbRacial
  862.         '
  863.         Me.rtbRacial.AutoSize = True
  864.         Me.rtbRacial.Location = New System.Drawing.Point(222, 19)
  865.         Me.rtbRacial.Name = "rtbRacial"
  866.         Me.rtbRacial.Size = New System.Drawing.Size(55, 17)
  867.         Me.rtbRacial.TabIndex = 4
  868.         Me.rtbRacial.Text = "Racial"
  869.         Me.rtbRacial.UseVisualStyleBackColor = True
  870.         '
  871.         'grpSpellCategory
  872.         '
  873.         Me.grpSpellCategory.Controls.Add(Me.rtbRank)
  874.         Me.grpSpellCategory.Controls.Add(Me.rtbRacial)
  875.         Me.grpSpellCategory.Controls.Add(Me.nudRank)
  876.         Me.grpSpellCategory.Location = New System.Drawing.Point(9, 32)
  877.         Me.grpSpellCategory.Name = "grpSpellCategory"
  878.         Me.grpSpellCategory.Size = New System.Drawing.Size(292, 48)
  879.         Me.grpSpellCategory.TabIndex = 5
  880.         Me.grpSpellCategory.TabStop = False
  881.         Me.grpSpellCategory.Text = "Spell category"
  882.         '
  883.         'Label22
  884.         '
  885.         Me.Label22.AutoSize = True
  886.         Me.Label22.Location = New System.Drawing.Point(6, 89)
  887.         Me.Label22.Name = "Label22"
  888.         Me.Label22.Size = New System.Drawing.Size(114, 13)
  889.         Me.Label22.TabIndex = 6
  890.         Me.Label22.Text = "Weapon requirements:"
  891.         '
  892.         'cmbWeaponReq
  893.         '
  894.         Me.cmbWeaponReq.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  895.         Me.cmbWeaponReq.FormattingEnabled = True
  896.         Me.cmbWeaponReq.Items.AddRange(New Object() {"None", "Melee Weapon", "Ranged Weapon", "Axe", "Bow", "Crossbow", "Dagger", "Fishing Pole", "Fist Weapon", "Gun", "Mace", "Polearm", "Staff", "Sword", "Wand", "Shields"})
  897.         Me.cmbWeaponReq.Location = New System.Drawing.Point(126, 86)
  898.         Me.cmbWeaponReq.Name = "cmbWeaponReq"
  899.         Me.cmbWeaponReq.Size = New System.Drawing.Size(300, 21)
  900.         Me.cmbWeaponReq.TabIndex = 7
  901.         '
  902.         'Label23
  903.         '
  904.         Me.Label23.AutoSize = True
  905.         Me.Label23.Location = New System.Drawing.Point(6, 116)
  906.         Me.Label23.Name = "Label23"
  907.         Me.Label23.Size = New System.Drawing.Size(107, 13)
  908.         Me.Label23.TabIndex = 8
  909.         Me.Label23.Text = "Stance requirements:"
  910.         '
  911.         'cmbStanceReq
  912.         '
  913.         Me.cmbStanceReq.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  914.         Me.cmbStanceReq.FormattingEnabled = True
  915.         Me.cmbStanceReq.Items.AddRange(New Object() {"None", "Battle Stance", "Defensive Stance", "Berserker Stance", "Battle / Defensive Stance", "Battle / Berserker Stance", "Aquatic Form", "Bear Form", "Cat Form", "Travel Form", "Moonkin Form", "Stealth"})
  916.         Me.cmbStanceReq.Location = New System.Drawing.Point(126, 113)
  917.         Me.cmbStanceReq.Name = "cmbStanceReq"
  918.         Me.cmbStanceReq.Size = New System.Drawing.Size(300, 21)
  919.         Me.cmbStanceReq.TabIndex = 9
  920.         '
  921.         'Label24
  922.         '
  923.         Me.Label24.AutoSize = True
  924.         Me.Label24.Location = New System.Drawing.Point(6, 143)
  925.         Me.Label24.Name = "Label24"
  926.         Me.Label24.Size = New System.Drawing.Size(99, 13)
  927.         Me.Label24.TabIndex = 10
  928.         Me.Label24.Text = "Other requirements:"
  929.         '
  930.         'txtOtherReq
  931.         '
  932.         Me.txtOtherReq.Location = New System.Drawing.Point(126, 140)
  933.         Me.txtOtherReq.Name = "txtOtherReq"
  934.         Me.txtOtherReq.Size = New System.Drawing.Size(300, 20)
  935.         Me.txtOtherReq.TabIndex = 11
  936.         '
  937.         'chbCastable
  938.         '
  939.         Me.chbCastable.AutoSize = True
  940.         Me.chbCastable.Location = New System.Drawing.Point(9, 168)
  941.         Me.chbCastable.Name = "chbCastable"
  942.         Me.chbCastable.Size = New System.Drawing.Size(137, 17)
  943.         Me.chbCastable.TabIndex = 12
  944.         Me.chbCastable.Text = "This is a castable ability"
  945.         Me.chbCastable.UseVisualStyleBackColor = True
  946.         '
  947.         'grpCastable
  948.         '
  949.         Me.grpCastable.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  950.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  951.         Me.grpCastable.Controls.Add(Me.txtReagents)
  952.         Me.grpCastable.Controls.Add(Me.Label29)
  953.         Me.grpCastable.Controls.Add(Me.cmbCooldown)
  954.         Me.grpCastable.Controls.Add(Me.nudCooldown)
  955.         Me.grpCastable.Controls.Add(Me.Label28)
  956.         Me.grpCastable.Controls.Add(Me.txtCastTime)
  957.         Me.grpCastable.Controls.Add(Me.txtSpellCost)
  958.         Me.grpCastable.Controls.Add(Me.Label27)
  959.         Me.grpCastable.Controls.Add(Me.nudRange)
  960.         Me.grpCastable.Controls.Add(Me.Label26)
  961.         Me.grpCastable.Controls.Add(Me.nudSpellCost)
  962.         Me.grpCastable.Controls.Add(Me.Label25)
  963.         Me.grpCastable.Location = New System.Drawing.Point(9, 185)
  964.         Me.grpCastable.Name = "grpCastable"
  965.         Me.grpCastable.Size = New System.Drawing.Size(417, 171)
  966.         Me.grpCastable.TabIndex = 13
  967.         Me.grpCastable.TabStop = False
  968.         '
  969.         'Label25
  970.         '
  971.         Me.Label25.AutoSize = True
  972.         Me.Label25.Location = New System.Drawing.Point(6, 16)
  973.         Me.Label25.Name = "Label25"
  974.         Me.Label25.Size = New System.Drawing.Size(56, 13)
  975.         Me.Label25.TabIndex = 0
  976.         Me.Label25.Text = "Spell cost:"
  977.         '
  978.         'nudSpellCost
  979.         '
  980.         Me.nudSpellCost.Location = New System.Drawing.Point(117, 14)
  981.         Me.nudSpellCost.Maximum = New Decimal(New Integer() {100000, 0, 0, 0})
  982.         Me.nudSpellCost.Name = "nudSpellCost"
  983.         Me.nudSpellCost.Size = New System.Drawing.Size(108, 20)
  984.         Me.nudSpellCost.TabIndex = 1
  985.         Me.nudSpellCost.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  986.         '
  987.         'Label26
  988.         '
  989.         Me.Label26.AutoSize = True
  990.         Me.Label26.Location = New System.Drawing.Point(6, 42)
  991.         Me.Label26.Name = "Label26"
  992.         Me.Label26.Size = New System.Drawing.Size(42, 13)
  993.         Me.Label26.TabIndex = 3
  994.         Me.Label26.Text = "Range:"
  995.         '
  996.         'nudRange
  997.         '
  998.         Me.nudRange.Location = New System.Drawing.Point(117, 40)
  999.         Me.nudRange.Name = "nudRange"
  1000.         Me.nudRange.Size = New System.Drawing.Size(294, 20)
  1001.         Me.nudRange.TabIndex = 4
  1002.         Me.nudRange.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  1003.         '
  1004.         'Label27
  1005.         '
  1006.         Me.Label27.AutoSize = True
  1007.         Me.Label27.Location = New System.Drawing.Point(6, 69)
  1008.         Me.Label27.Name = "Label27"
  1009.         Me.Label27.Size = New System.Drawing.Size(53, 13)
  1010.         Me.Label27.TabIndex = 5
  1011.         Me.Label27.Text = "Cast time:"
  1012.         '
  1013.         'txtSpellCost
  1014.         '
  1015.         Me.txtSpellCost.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  1016.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1017.         Me.txtSpellCost.AutoCompleteCustomSource.AddRange(New String() {"Mana", "Energy", "Rage", "Runic Power", "Blood", "Unholy", "Frost"})
  1018.         Me.txtSpellCost.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
  1019.         Me.txtSpellCost.Location = New System.Drawing.Point(231, 14)
  1020.         Me.txtSpellCost.Name = "txtSpellCost"
  1021.         Me.txtSpellCost.Size = New System.Drawing.Size(180, 20)
  1022.         Me.txtSpellCost.TabIndex = 6
  1023.         '
  1024.         'txtCastTime
  1025.         '
  1026.         Me.txtCastTime.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  1027.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1028.         Me.txtCastTime.AutoCompleteCustomSource.AddRange(New String() {"Channeled", "Next Melee", "Attack Speed", "Instant"})
  1029.         Me.txtCastTime.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
  1030.         Me.txtCastTime.Location = New System.Drawing.Point(117, 66)
  1031.         Me.txtCastTime.Name = "txtCastTime"
  1032.         Me.txtCastTime.Size = New System.Drawing.Size(294, 20)
  1033.         Me.txtCastTime.TabIndex = 7
  1034.         '
  1035.         'Label28
  1036.         '
  1037.         Me.Label28.AutoSize = True
  1038.         Me.Label28.Location = New System.Drawing.Point(6, 99)
  1039.         Me.Label28.Name = "Label28"
  1040.         Me.Label28.Size = New System.Drawing.Size(57, 13)
  1041.         Me.Label28.TabIndex = 8
  1042.         Me.Label28.Text = "Cooldown:"
  1043.         '
  1044.         'nudCooldown
  1045.         '
  1046.         Me.nudCooldown.Location = New System.Drawing.Point(117, 92)
  1047.         Me.nudCooldown.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  1048.         Me.nudCooldown.Name = "nudCooldown"
  1049.         Me.nudCooldown.Size = New System.Drawing.Size(108, 20)
  1050.         Me.nudCooldown.TabIndex = 9
  1051.         Me.nudCooldown.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  1052.         '
  1053.         'cmbCooldown
  1054.         '
  1055.         Me.cmbCooldown.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  1056.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1057.         Me.cmbCooldown.FormattingEnabled = True
  1058.         Me.cmbCooldown.Items.AddRange(New Object() {"Seconds", "Minutes", "Hours", "Days"})
  1059.         Me.cmbCooldown.Location = New System.Drawing.Point(231, 92)
  1060.         Me.cmbCooldown.Name = "cmbCooldown"
  1061.         Me.cmbCooldown.Size = New System.Drawing.Size(180, 21)
  1062.         Me.cmbCooldown.TabIndex = 10
  1063.         '
  1064.         'Label29
  1065.         '
  1066.         Me.Label29.AutoSize = True
  1067.         Me.Label29.Location = New System.Drawing.Point(6, 121)
  1068.         Me.Label29.Name = "Label29"
  1069.         Me.Label29.Size = New System.Drawing.Size(407, 13)
  1070.         Me.Label29.TabIndex = 11
  1071.         Me.Label29.Text = "Reagents (each reagent must be separated by a comma and a space from anothers):"
  1072.         '
  1073.         'txtReagents
  1074.         '
  1075.         Me.txtReagents.Location = New System.Drawing.Point(9, 137)
  1076.         Me.txtReagents.Name = "txtReagents"
  1077.         Me.txtReagents.Size = New System.Drawing.Size(402, 20)
  1078.         Me.txtReagents.TabIndex = 12
  1079.         '
  1080.         'Label30
  1081.         '
  1082.         Me.Label30.AutoSize = True
  1083.         Me.Label30.Location = New System.Drawing.Point(6, 360)
  1084.         Me.Label30.Name = "Label30"
  1085.         Me.Label30.Size = New System.Drawing.Size(63, 13)
  1086.         Me.Label30.TabIndex = 14
  1087.         Me.Label30.Text = "Description:"
  1088.         '
  1089.         'txtDescription
  1090.         '
  1091.         Me.txtDescription.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  1092.                     Or System.Windows.Forms.AnchorStyles.Left) _
  1093.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1094.         Me.txtDescription.Location = New System.Drawing.Point(9, 376)
  1095.         Me.txtDescription.Multiline = True
  1096.         Me.txtDescription.Name = "txtDescription"
  1097.         Me.txtDescription.Size = New System.Drawing.Size(417, 199)
  1098.         Me.txtDescription.TabIndex = 15
  1099.         '
  1100.         'Form1
  1101.         '
  1102.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  1103.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1104.         Me.ClientSize = New System.Drawing.Size(758, 631)
  1105.         Me.Controls.Add(Me.grpManualTooltip)
  1106.         Me.Controls.Add(Me.chbTooltipManual)
  1107.         Me.Controls.Add(Me.chbIncludeBg)
  1108.         Me.Controls.Add(Me.btnSaveImage)
  1109.         Me.Controls.Add(Me.btnBrowseIcon)
  1110.         Me.Controls.Add(Me.Label17)
  1111.         Me.Controls.Add(Me.cmbBackground)
  1112.         Me.Controls.Add(Me.Label16)
  1113.         Me.Controls.Add(Me.tabMain)
  1114.         Me.Controls.Add(Me.imgPreview)
  1115.         Me.Name = "Form1"
  1116.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  1117.         Me.Text = "Form1"
  1118.         Me.tabMain.ResumeLayout(False)
  1119.         Me.tabItems.ResumeLayout(False)
  1120.         Me.tabItems.PerformLayout()
  1121.         Me.grpEquippable.ResumeLayout(False)
  1122.         Me.grpEquippable.PerformLayout()
  1123.         CType(Me.nudDurability, System.ComponentModel.ISupportInitialize).EndInit()
  1124.         Me.tabBonus.ResumeLayout(False)
  1125.         Me.tabStats.ResumeLayout(False)
  1126.         CType(Me.dgvStats, System.ComponentModel.ISupportInitialize).EndInit()
  1127.         Me.tabEffects.ResumeLayout(False)
  1128.         CType(Me.dgvEffects, System.ComponentModel.ISupportInitialize).EndInit()
  1129.         Me.tabItemType.ResumeLayout(False)
  1130.         Me.tabArmor.ResumeLayout(False)
  1131.         Me.tabArmor.PerformLayout()
  1132.         CType(Me.nudArmor, System.ComponentModel.ISupportInitialize).EndInit()
  1133.         Me.tabWeapon.ResumeLayout(False)
  1134.         Me.tabWeapon.PerformLayout()
  1135.         CType(Me.nudSpeed, System.ComponentModel.ISupportInitialize).EndInit()
  1136.         CType(Me.nudMaxDamage, System.ComponentModel.ISupportInitialize).EndInit()
  1137.         CType(Me.nudMinDamage, System.ComponentModel.ISupportInitialize).EndInit()
  1138.         Me.tabUnequip.ResumeLayout(False)
  1139.         Me.tabUnequip.PerformLayout()
  1140.         Me.tabSpells.ResumeLayout(False)
  1141.         Me.tabSpells.PerformLayout()
  1142.         CType(Me.imgPreview, System.ComponentModel.ISupportInitialize).EndInit()
  1143.         Me.grpManualTooltip.ResumeLayout(False)
  1144.         Me.grpManualTooltip.PerformLayout()
  1145.         CType(Me.nudHeight, System.ComponentModel.ISupportInitialize).EndInit()
  1146.         CType(Me.nudWidth, System.ComponentModel.ISupportInitialize).EndInit()
  1147.         CType(Me.nudCharges, System.ComponentModel.ISupportInitialize).EndInit()
  1148.         CType(Me.nudRank, System.ComponentModel.ISupportInitialize).EndInit()
  1149.         Me.grpSpellCategory.ResumeLayout(False)
  1150.         Me.grpSpellCategory.PerformLayout()
  1151.         Me.grpCastable.ResumeLayout(False)
  1152.         Me.grpCastable.PerformLayout()
  1153.         CType(Me.nudSpellCost, System.ComponentModel.ISupportInitialize).EndInit()
  1154.         CType(Me.nudRange, System.ComponentModel.ISupportInitialize).EndInit()
  1155.         CType(Me.nudCooldown, System.ComponentModel.ISupportInitialize).EndInit()
  1156.         Me.ResumeLayout(False)
  1157.         Me.PerformLayout()
  1158.  
  1159.     End Sub
  1160.     Friend WithEvents imgPreview As System.Windows.Forms.PictureBox
  1161.     Friend WithEvents tabMain As System.Windows.Forms.TabControl
  1162.     Friend WithEvents tabItems As System.Windows.Forms.TabPage
  1163.     Friend WithEvents tabSpells As System.Windows.Forms.TabPage
  1164.     Friend WithEvents txtItemName As System.Windows.Forms.TextBox
  1165.     Friend WithEvents Label1 As System.Windows.Forms.Label
  1166.     Friend WithEvents cmbQuality As System.Windows.Forms.ComboBox
  1167.     Friend WithEvents Label2 As System.Windows.Forms.Label
  1168.     Friend WithEvents cmbBind As System.Windows.Forms.ComboBox
  1169.     Friend WithEvents Label3 As System.Windows.Forms.Label
  1170.     Friend WithEvents chbUnique As System.Windows.Forms.CheckBox
  1171.     Friend WithEvents tabItemType As System.Windows.Forms.TabControl
  1172.     Friend WithEvents tabArmor As System.Windows.Forms.TabPage
  1173.     Friend WithEvents tabWeapon As System.Windows.Forms.TabPage
  1174.     Friend WithEvents tabUnequip As System.Windows.Forms.TabPage
  1175.     Friend WithEvents cmbArmorSlot As System.Windows.Forms.ComboBox
  1176.     Friend WithEvents Label4 As System.Windows.Forms.Label
  1177.     Friend WithEvents cmbArmorSkill As System.Windows.Forms.ComboBox
  1178.     Friend WithEvents Label5 As System.Windows.Forms.Label
  1179.     Friend WithEvents nudArmor As System.Windows.Forms.NumericUpDown
  1180.     Friend WithEvents Label6 As System.Windows.Forms.Label
  1181.     Friend WithEvents dgvStats As System.Windows.Forms.DataGridView
  1182.     Friend WithEvents clmStatValue As System.Windows.Forms.DataGridViewTextBoxColumn
  1183.     Friend WithEvents clmStatType As System.Windows.Forms.DataGridViewComboBoxColumn
  1184.     Friend WithEvents tabBonus As System.Windows.Forms.TabControl
  1185.     Friend WithEvents tabStats As System.Windows.Forms.TabPage
  1186.     Friend WithEvents tabEffects As System.Windows.Forms.TabPage
  1187.     Friend WithEvents dgvEffects As System.Windows.Forms.DataGridView
  1188.     Friend WithEvents clmEffectType As System.Windows.Forms.DataGridViewComboBoxColumn
  1189.     Friend WithEvents clmEffect As System.Windows.Forms.DataGridViewTextBoxColumn
  1190.     Friend WithEvents grpEquippable As System.Windows.Forms.GroupBox
  1191.     Friend WithEvents lstClasses As System.Windows.Forms.CheckedListBox
  1192.     Friend WithEvents txtRequires As System.Windows.Forms.TextBox
  1193.     Friend WithEvents Label8 As System.Windows.Forms.Label
  1194.     Friend WithEvents nudDurability As System.Windows.Forms.NumericUpDown
  1195.     Friend WithEvents Label7 As System.Windows.Forms.Label
  1196.     Friend WithEvents Label9 As System.Windows.Forms.Label
  1197.     Friend WithEvents Label11 As System.Windows.Forms.Label
  1198.     Friend WithEvents cmbWeaponSkill As System.Windows.Forms.ComboBox
  1199.     Friend WithEvents cmbWeaponSlot As System.Windows.Forms.ComboBox
  1200.     Friend WithEvents Label10 As System.Windows.Forms.Label
  1201.     Friend WithEvents Label13 As System.Windows.Forms.Label
  1202.     Friend WithEvents nudMaxDamage As System.Windows.Forms.NumericUpDown
  1203.     Friend WithEvents nudMinDamage As System.Windows.Forms.NumericUpDown
  1204.     Friend WithEvents Label12 As System.Windows.Forms.Label
  1205.     Friend WithEvents nudSpeed As System.Windows.Forms.NumericUpDown
  1206.     Friend WithEvents Label14 As System.Windows.Forms.Label
  1207.     Friend WithEvents txtYellowText As System.Windows.Forms.TextBox
  1208.     Friend WithEvents Label15 As System.Windows.Forms.Label
  1209.     Friend WithEvents Label16 As System.Windows.Forms.Label
  1210.     Friend WithEvents cmbBackground As System.Windows.Forms.ComboBox
  1211.     Friend WithEvents Label17 As System.Windows.Forms.Label
  1212.     Friend WithEvents btnBrowseIcon As System.Windows.Forms.Button
  1213.     Friend WithEvents btnSaveImage As System.Windows.Forms.Button
  1214.     Friend WithEvents chbIncludeBg As System.Windows.Forms.CheckBox
  1215.     Friend WithEvents chbTooltipManual As System.Windows.Forms.CheckBox
  1216.     Friend WithEvents grpManualTooltip As System.Windows.Forms.GroupBox
  1217.     Friend WithEvents nudHeight As System.Windows.Forms.NumericUpDown
  1218.     Friend WithEvents nudWidth As System.Windows.Forms.NumericUpDown
  1219.     Friend WithEvents Label19 As System.Windows.Forms.Label
  1220.     Friend WithEvents Label18 As System.Windows.Forms.Label
  1221.     Friend WithEvents nudCharges As System.Windows.Forms.NumericUpDown
  1222.     Friend WithEvents Label20 As System.Windows.Forms.Label
  1223.     Friend WithEvents txtSpellName As System.Windows.Forms.TextBox
  1224.     Friend WithEvents Label21 As System.Windows.Forms.Label
  1225.     Friend WithEvents grpSpellCategory As System.Windows.Forms.GroupBox
  1226.     Friend WithEvents rtbRank As System.Windows.Forms.RadioButton
  1227.     Friend WithEvents rtbRacial As System.Windows.Forms.RadioButton
  1228.     Friend WithEvents nudRank As System.Windows.Forms.NumericUpDown
  1229.     Friend WithEvents cmbWeaponReq As System.Windows.Forms.ComboBox
  1230.     Friend WithEvents Label22 As System.Windows.Forms.Label
  1231.     Friend WithEvents cmbStanceReq As System.Windows.Forms.ComboBox
  1232.     Friend WithEvents Label23 As System.Windows.Forms.Label
  1233.     Friend WithEvents chbCastable As System.Windows.Forms.CheckBox
  1234.     Friend WithEvents txtOtherReq As System.Windows.Forms.TextBox
  1235.     Friend WithEvents Label24 As System.Windows.Forms.Label
  1236.     Friend WithEvents grpCastable As System.Windows.Forms.GroupBox
  1237.     Friend WithEvents nudRange As System.Windows.Forms.NumericUpDown
  1238.     Friend WithEvents Label26 As System.Windows.Forms.Label
  1239.     Friend WithEvents nudSpellCost As System.Windows.Forms.NumericUpDown
  1240.     Friend WithEvents Label25 As System.Windows.Forms.Label
  1241.     Friend WithEvents cmbCooldown As System.Windows.Forms.ComboBox
  1242.     Friend WithEvents nudCooldown As System.Windows.Forms.NumericUpDown
  1243.     Friend WithEvents Label28 As System.Windows.Forms.Label
  1244.     Friend WithEvents txtCastTime As System.Windows.Forms.TextBox
  1245.     Friend WithEvents txtSpellCost As System.Windows.Forms.TextBox
  1246.     Friend WithEvents Label27 As System.Windows.Forms.Label
  1247.     Friend WithEvents txtDescription As System.Windows.Forms.TextBox
  1248.     Friend WithEvents Label30 As System.Windows.Forms.Label
  1249.     Friend WithEvents txtReagents As System.Windows.Forms.TextBox
  1250.     Friend WithEvents Label29 As System.Windows.Forms.Label
  1251.  
  1252. End Class