Files
Client/Server/ToolProject/RCMS_Tool/CharItemInfoDetail.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

1762 lines
74 KiB
VB.net
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Imports System.Text
Public Class CharItemInfoDetail
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
'Add any initialization after the InitializeComponent() call
End Sub
'Form overrides dispose to clean up the component list.
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Dispose()
End If
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.
Friend WithEvents Label42 As System.Windows.Forms.Label
Friend WithEvents btnEdit As System.Windows.Forms.Button
Friend WithEvents btnDelete As System.Windows.Forms.Button
Friend WithEvents txtCharname As System.Windows.Forms.TextBox
Friend WithEvents txtserver As System.Windows.Forms.TextBox
Friend WithEvents txtAmount As System.Windows.Forms.TextBox
Friend WithEvents txtItemZ As System.Windows.Forms.TextBox
Friend WithEvents txtItemY As System.Windows.Forms.TextBox
Friend WithEvents txtItemX As System.Windows.Forms.TextBox
Friend WithEvents txtItemNum As System.Windows.Forms.TextBox
Friend WithEvents txtadd_con As System.Windows.Forms.TextBox
Friend WithEvents txtadd_dex As System.Windows.Forms.TextBox
Friend WithEvents txtadd_wis As System.Windows.Forms.TextBox
Friend WithEvents txtadd_str As System.Windows.Forms.TextBox
Friend WithEvents txtpoi_res As System.Windows.Forms.TextBox
Friend WithEvents txtdra_res As System.Windows.Forms.TextBox
Friend WithEvents txtcol_res As System.Windows.Forms.TextBox
Friend WithEvents txtlig_res As System.Windows.Forms.TextBox
Friend WithEvents txtfir_res As System.Windows.Forms.TextBox
Friend WithEvents txtpoi_att As System.Windows.Forms.TextBox
Friend WithEvents txtdra_att As System.Windows.Forms.TextBox
Friend WithEvents txtcol_att As System.Windows.Forms.TextBox
Friend WithEvents txtlig_att As System.Windows.Forms.TextBox
Friend WithEvents txtfir_att As System.Windows.Forms.TextBox
Friend WithEvents txtmp_reg As System.Windows.Forms.TextBox
Friend WithEvents txthp_reg As System.Windows.Forms.TextBox
Friend WithEvents txtmax_mp As System.Windows.Forms.TextBox
Friend WithEvents txtmax_hp As System.Windows.Forms.TextBox
Friend WithEvents txtblo_per As System.Windows.Forms.TextBox
Friend WithEvents txtmag_res As System.Windows.Forms.TextBox
Friend WithEvents txtdef_rev As System.Windows.Forms.TextBox
Friend WithEvents txtdef As System.Windows.Forms.TextBox
Friend WithEvents txtoff_rev As System.Windows.Forms.TextBox
Friend WithEvents txtdrc As System.Windows.Forms.TextBox
Friend WithEvents txtmax_dam As System.Windows.Forms.TextBox
Friend WithEvents txtmin_dam As System.Windows.Forms.TextBox
Friend WithEvents txtcri_per As System.Windows.Forms.TextBox
Friend WithEvents txtCri_typ As System.Windows.Forms.TextBox
Friend WithEvents txtSizeY As System.Windows.Forms.TextBox
Friend WithEvents txtSizeX As System.Windows.Forms.TextBox
Friend WithEvents txtitemname As System.Windows.Forms.TextBox
Friend WithEvents txtItemprotoType As System.Windows.Forms.TextBox
Friend WithEvents txtitemtype As System.Windows.Forms.TextBox
Friend WithEvents txtEquip As System.Windows.Forms.TextBox
Friend WithEvents txtSocket8 As System.Windows.Forms.TextBox
Friend WithEvents txtSocket7 As System.Windows.Forms.TextBox
Friend WithEvents txtSocket6 As System.Windows.Forms.TextBox
Friend WithEvents txtSocket5 As System.Windows.Forms.TextBox
Friend WithEvents txtSocket4 As System.Windows.Forms.TextBox
Friend WithEvents txtSocket3 As System.Windows.Forms.TextBox
Friend WithEvents txtSocket2 As System.Windows.Forms.TextBox
Friend WithEvents txtSocket1 As System.Windows.Forms.TextBox
Friend WithEvents txtMaterial As System.Windows.Forms.TextBox
Friend WithEvents txtMaxSocket As System.Windows.Forms.TextBox
Friend WithEvents txtCurrSocket As System.Windows.Forms.TextBox
Friend WithEvents txtMaxDura As System.Windows.Forms.TextBox
Friend WithEvents txtRuneSocket As System.Windows.Forms.TextBox
Friend WithEvents txtadd_int As System.Windows.Forms.TextBox
Friend WithEvents btnClose As System.Windows.Forms.Button
Friend WithEvents btnCreate As System.Windows.Forms.Button
Friend WithEvents txtItemWhere As System.Windows.Forms.ComboBox
Friend WithEvents lbltitle As System.Windows.Forms.Label
Friend WithEvents grbcharinfo As System.Windows.Forms.GroupBox
Friend WithEvents lblserver As System.Windows.Forms.Label
Friend WithEvents lblcharname As System.Windows.Forms.Label
Friend WithEvents grbiteminfo_1 As System.Windows.Forms.GroupBox
Friend WithEvents lblequip As System.Windows.Forms.Label
Friend WithEvents lblitemwhere As System.Windows.Forms.Label
Friend WithEvents lblitemtype As System.Windows.Forms.Label
Friend WithEvents lblitemname As System.Windows.Forms.Label
Friend WithEvents lblitemsize As System.Windows.Forms.Label
Friend WithEvents lblitemxyz As System.Windows.Forms.Label
Friend WithEvents lblitemprototype As System.Windows.Forms.Label
Friend WithEvents lblitemnum As System.Windows.Forms.Label
Friend WithEvents lblitemamount As System.Windows.Forms.Label
Friend WithEvents grbiteminfo_3 As System.Windows.Forms.GroupBox
Friend WithEvents grbiteminfo_2 As System.Windows.Forms.GroupBox
Friend WithEvents lblsocket1 As System.Windows.Forms.Label
Friend WithEvents lblsocket2 As System.Windows.Forms.Label
Friend WithEvents lblsocket3 As System.Windows.Forms.Label
Friend WithEvents lblsocket4 As System.Windows.Forms.Label
Friend WithEvents lblsocket5 As System.Windows.Forms.Label
Friend WithEvents lblmaterial As System.Windows.Forms.Label
Friend WithEvents lblmaxsocket As System.Windows.Forms.Label
Friend WithEvents lblcurrsocket As System.Windows.Forms.Label
Friend WithEvents lblmaxdurability As System.Windows.Forms.Label
Friend WithEvents lblrunesocket As System.Windows.Forms.Label
Friend WithEvents lbladd_int As System.Windows.Forms.Label
Friend WithEvents lbladd_wis As System.Windows.Forms.Label
Friend WithEvents lblpoison_resistance As System.Windows.Forms.Label
Friend WithEvents lbldrain_resistance As System.Windows.Forms.Label
Friend WithEvents lbladd_con As System.Windows.Forms.Label
Friend WithEvents lbladd_dex As System.Windows.Forms.Label
Friend WithEvents lbladd_str As System.Windows.Forms.Label
Friend WithEvents lbldrain_attack As System.Windows.Forms.Label
Friend WithEvents lblpoison_attack As System.Windows.Forms.Label
Friend WithEvents lblfire_resistance As System.Windows.Forms.Label
Friend WithEvents lbllightning_resistance As System.Windows.Forms.Label
Friend WithEvents lblcold_attack As System.Windows.Forms.Label
Friend WithEvents lbllightning_attack As System.Windows.Forms.Label
Friend WithEvents lblfire_attack As System.Windows.Forms.Label
Friend WithEvents lblmp_regen_amount As System.Windows.Forms.Label
Friend WithEvents lblhp_regen_amount As System.Windows.Forms.Label
Friend WithEvents lblmax_mp As System.Windows.Forms.Label
Friend WithEvents lblmax_hp As System.Windows.Forms.Label
Friend WithEvents lblblocking_percentage As System.Windows.Forms.Label
Friend WithEvents lblmagic_resistance As System.Windows.Forms.Label
Friend WithEvents lblcritical_type As System.Windows.Forms.Label
Friend WithEvents lbldrc As System.Windows.Forms.Label
Friend WithEvents lbldefence As System.Windows.Forms.Label
Friend WithEvents lbldefence_revision As System.Windows.Forms.Label
Friend WithEvents lbloffence_revision As System.Windows.Forms.Label
Friend WithEvents lblmax_damage As System.Windows.Forms.Label
Friend WithEvents lblmin_damage As System.Windows.Forms.Label
Friend WithEvents lblcritical_percentage As System.Windows.Forms.Label
Friend WithEvents lblsocket6 As System.Windows.Forms.Label
Friend WithEvents lblsocket7 As System.Windows.Forms.Label
Friend WithEvents lblsocket8 As System.Windows.Forms.Label
Friend WithEvents lblcold_resistance As System.Windows.Forms.Label
Friend WithEvents lbMagicPower As System.Windows.Forms.Label
Friend WithEvents txtmagicpower As System.Windows.Forms.TextBox
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.lbltitle = New System.Windows.Forms.Label()
Me.grbcharinfo = New System.Windows.Forms.GroupBox()
Me.txtCharname = New System.Windows.Forms.TextBox()
Me.txtserver = New System.Windows.Forms.TextBox()
Me.lblserver = New System.Windows.Forms.Label()
Me.lblcharname = New System.Windows.Forms.Label()
Me.grbiteminfo_1 = New System.Windows.Forms.GroupBox()
Me.txtItemWhere = New System.Windows.Forms.ComboBox()
Me.txtEquip = New System.Windows.Forms.TextBox()
Me.lblequip = New System.Windows.Forms.Label()
Me.lblitemwhere = New System.Windows.Forms.Label()
Me.txtitemtype = New System.Windows.Forms.TextBox()
Me.lblitemtype = New System.Windows.Forms.Label()
Me.txtitemname = New System.Windows.Forms.TextBox()
Me.lblitemname = New System.Windows.Forms.Label()
Me.txtSizeY = New System.Windows.Forms.TextBox()
Me.txtSizeX = New System.Windows.Forms.TextBox()
Me.lblitemsize = New System.Windows.Forms.Label()
Me.txtItemZ = New System.Windows.Forms.TextBox()
Me.txtItemY = New System.Windows.Forms.TextBox()
Me.txtItemX = New System.Windows.Forms.TextBox()
Me.txtItemprotoType = New System.Windows.Forms.TextBox()
Me.txtItemNum = New System.Windows.Forms.TextBox()
Me.lblitemxyz = New System.Windows.Forms.Label()
Me.lblitemprototype = New System.Windows.Forms.Label()
Me.lblitemnum = New System.Windows.Forms.Label()
Me.txtAmount = New System.Windows.Forms.TextBox()
Me.lblitemamount = New System.Windows.Forms.Label()
Me.grbiteminfo_3 = New System.Windows.Forms.GroupBox()
Me.txtadd_int = New System.Windows.Forms.TextBox()
Me.lbladd_int = New System.Windows.Forms.Label()
Me.txtadd_con = New System.Windows.Forms.TextBox()
Me.txtadd_dex = New System.Windows.Forms.TextBox()
Me.txtadd_wis = New System.Windows.Forms.TextBox()
Me.txtadd_str = New System.Windows.Forms.TextBox()
Me.txtpoi_res = New System.Windows.Forms.TextBox()
Me.txtdra_res = New System.Windows.Forms.TextBox()
Me.txtcol_res = New System.Windows.Forms.TextBox()
Me.txtlig_res = New System.Windows.Forms.TextBox()
Me.txtfir_res = New System.Windows.Forms.TextBox()
Me.txtpoi_att = New System.Windows.Forms.TextBox()
Me.txtdra_att = New System.Windows.Forms.TextBox()
Me.txtcol_att = New System.Windows.Forms.TextBox()
Me.txtlig_att = New System.Windows.Forms.TextBox()
Me.txtfir_att = New System.Windows.Forms.TextBox()
Me.txtmp_reg = New System.Windows.Forms.TextBox()
Me.txthp_reg = New System.Windows.Forms.TextBox()
Me.txtmax_mp = New System.Windows.Forms.TextBox()
Me.txtmax_hp = New System.Windows.Forms.TextBox()
Me.txtblo_per = New System.Windows.Forms.TextBox()
Me.txtmag_res = New System.Windows.Forms.TextBox()
Me.txtdef_rev = New System.Windows.Forms.TextBox()
Me.txtdef = New System.Windows.Forms.TextBox()
Me.txtoff_rev = New System.Windows.Forms.TextBox()
Me.txtdrc = New System.Windows.Forms.TextBox()
Me.txtmax_dam = New System.Windows.Forms.TextBox()
Me.txtmin_dam = New System.Windows.Forms.TextBox()
Me.txtcri_per = New System.Windows.Forms.TextBox()
Me.txtCri_typ = New System.Windows.Forms.TextBox()
Me.lbladd_wis = New System.Windows.Forms.Label()
Me.lblpoison_resistance = New System.Windows.Forms.Label()
Me.Label42 = New System.Windows.Forms.Label()
Me.lbldrain_resistance = New System.Windows.Forms.Label()
Me.lbladd_con = New System.Windows.Forms.Label()
Me.lbladd_dex = New System.Windows.Forms.Label()
Me.lblcold_resistance = New System.Windows.Forms.Label()
Me.lbladd_str = New System.Windows.Forms.Label()
Me.lbldrain_attack = New System.Windows.Forms.Label()
Me.lblpoison_attack = New System.Windows.Forms.Label()
Me.lblfire_resistance = New System.Windows.Forms.Label()
Me.lbllightning_resistance = New System.Windows.Forms.Label()
Me.lblcold_attack = New System.Windows.Forms.Label()
Me.lbllightning_attack = New System.Windows.Forms.Label()
Me.lblfire_attack = New System.Windows.Forms.Label()
Me.lblmp_regen_amount = New System.Windows.Forms.Label()
Me.lblhp_regen_amount = New System.Windows.Forms.Label()
Me.lblmax_mp = New System.Windows.Forms.Label()
Me.lblmax_hp = New System.Windows.Forms.Label()
Me.lblblocking_percentage = New System.Windows.Forms.Label()
Me.lblmagic_resistance = New System.Windows.Forms.Label()
Me.lblcritical_type = New System.Windows.Forms.Label()
Me.lbldrc = New System.Windows.Forms.Label()
Me.lbldefence = New System.Windows.Forms.Label()
Me.lbldefence_revision = New System.Windows.Forms.Label()
Me.lbloffence_revision = New System.Windows.Forms.Label()
Me.lblmax_damage = New System.Windows.Forms.Label()
Me.lblmin_damage = New System.Windows.Forms.Label()
Me.lblcritical_percentage = New System.Windows.Forms.Label()
Me.btnEdit = New System.Windows.Forms.Button()
Me.btnDelete = New System.Windows.Forms.Button()
Me.grbiteminfo_2 = New System.Windows.Forms.GroupBox()
Me.lblsocket1 = New System.Windows.Forms.Label()
Me.lblsocket2 = New System.Windows.Forms.Label()
Me.lblsocket3 = New System.Windows.Forms.Label()
Me.lblsocket4 = New System.Windows.Forms.Label()
Me.lblsocket5 = New System.Windows.Forms.Label()
Me.lblsocket6 = New System.Windows.Forms.Label()
Me.lblsocket7 = New System.Windows.Forms.Label()
Me.lblsocket8 = New System.Windows.Forms.Label()
Me.lblmaterial = New System.Windows.Forms.Label()
Me.lblmaxsocket = New System.Windows.Forms.Label()
Me.lblcurrsocket = New System.Windows.Forms.Label()
Me.lblmaxdurability = New System.Windows.Forms.Label()
Me.txtSocket8 = New System.Windows.Forms.TextBox()
Me.txtSocket7 = New System.Windows.Forms.TextBox()
Me.txtSocket6 = New System.Windows.Forms.TextBox()
Me.txtSocket5 = New System.Windows.Forms.TextBox()
Me.txtSocket4 = New System.Windows.Forms.TextBox()
Me.txtSocket3 = New System.Windows.Forms.TextBox()
Me.txtSocket2 = New System.Windows.Forms.TextBox()
Me.txtSocket1 = New System.Windows.Forms.TextBox()
Me.txtMaterial = New System.Windows.Forms.TextBox()
Me.txtMaxSocket = New System.Windows.Forms.TextBox()
Me.txtCurrSocket = New System.Windows.Forms.TextBox()
Me.txtMaxDura = New System.Windows.Forms.TextBox()
Me.txtRuneSocket = New System.Windows.Forms.TextBox()
Me.lblrunesocket = New System.Windows.Forms.Label()
Me.btnClose = New System.Windows.Forms.Button()
Me.btnCreate = New System.Windows.Forms.Button()
Me.lbMagicPower = New System.Windows.Forms.Label()
Me.txtmagicpower = New System.Windows.Forms.TextBox()
Me.grbcharinfo.SuspendLayout()
Me.grbiteminfo_1.SuspendLayout()
Me.grbiteminfo_3.SuspendLayout()
Me.grbiteminfo_2.SuspendLayout()
Me.SuspendLayout()
'
'lbltitle
'
Me.lbltitle.AutoSize = True
Me.lbltitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lbltitle.Font = New System.Drawing.Font("<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ü", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.lbltitle.Location = New System.Drawing.Point(416, 32)
Me.lbltitle.Name = "lbltitle"
Me.lbltitle.Size = New System.Drawing.Size(167, 24)
Me.lbltitle.TabIndex = 2
Me.lbltitle.Text = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> "
'
'grbcharinfo
'
Me.grbcharinfo.Controls.AddRange(New System.Windows.Forms.Control() {Me.txtCharname, Me.txtserver, Me.lblserver, Me.lblcharname})
Me.grbcharinfo.Location = New System.Drawing.Point(88, 64)
Me.grbcharinfo.Name = "grbcharinfo"
Me.grbcharinfo.Size = New System.Drawing.Size(520, 56)
Me.grbcharinfo.TabIndex = 3
Me.grbcharinfo.TabStop = False
Me.grbcharinfo.Text = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ij<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
'
'txtCharname
'
Me.txtCharname.Location = New System.Drawing.Point(328, 24)
Me.txtCharname.Name = "txtCharname"
Me.txtCharname.Size = New System.Drawing.Size(128, 21)
Me.txtCharname.TabIndex = 59
Me.txtCharname.Text = ""
'
'txtserver
'
Me.txtserver.Location = New System.Drawing.Point(96, 24)
Me.txtserver.Name = "txtserver"
Me.txtserver.Size = New System.Drawing.Size(128, 21)
Me.txtserver.TabIndex = 57
Me.txtserver.Text = ""
'
'lblserver
'
Me.lblserver.AutoSize = True
Me.lblserver.Location = New System.Drawing.Point(42, 29)
Me.lblserver.Name = "lblserver"
Me.lblserver.Size = New System.Drawing.Size(42, 14)
Me.lblserver.TabIndex = 21
Me.lblserver.Text = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
'
'lblcharname
'
Me.lblcharname.AutoSize = True
Me.lblcharname.Location = New System.Drawing.Point(264, 29)
Me.lblcharname.Name = "lblcharname"
Me.lblcharname.Size = New System.Drawing.Size(54, 14)
Me.lblcharname.TabIndex = 19
Me.lblcharname.Text = "ij<EFBFBD><EFBFBD><EFBFBD>͸<EFBFBD>"
'
'grbiteminfo_1
'
Me.grbiteminfo_1.Controls.AddRange(New System.Windows.Forms.Control() {Me.txtItemWhere, Me.txtEquip, Me.lblequip, Me.lblitemwhere, Me.txtitemtype, Me.lblitemtype, Me.txtitemname, Me.lblitemname, Me.txtSizeY, Me.txtSizeX, Me.lblitemsize, Me.txtItemZ, Me.txtItemY, Me.txtItemX, Me.txtItemprotoType, Me.txtItemNum, Me.lblitemxyz, Me.lblitemprototype, Me.lblitemnum})
Me.grbiteminfo_1.Location = New System.Drawing.Point(88, 128)
Me.grbiteminfo_1.Name = "grbiteminfo_1"
Me.grbiteminfo_1.Size = New System.Drawing.Size(712, 120)
Me.grbiteminfo_1.TabIndex = 4
Me.grbiteminfo_1.TabStop = False
Me.grbiteminfo_1.Text = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><EFBFBD><E2BABB><EFBFBD><EFBFBD>"
'
'txtItemWhere
'
Me.txtItemWhere.Location = New System.Drawing.Point(520, 56)
Me.txtItemWhere.Name = "txtItemWhere"
Me.txtItemWhere.Size = New System.Drawing.Size(96, 20)
Me.txtItemWhere.TabIndex = 73
'
'txtEquip
'
Me.txtEquip.Location = New System.Drawing.Point(632, 32)
Me.txtEquip.Name = "txtEquip"
Me.txtEquip.Size = New System.Drawing.Size(64, 21)
Me.txtEquip.TabIndex = 72
Me.txtEquip.Text = ""
'
'lblequip
'
Me.lblequip.AutoSize = True
Me.lblequip.Location = New System.Drawing.Point(571, 37)
Me.lblequip.Name = "lblequip"
Me.lblequip.Size = New System.Drawing.Size(54, 14)
Me.lblequip.TabIndex = 71
Me.lblequip.Text = "<EFBFBD><EFBFBD><EFBFBD>񿩺<EFBFBD>"
'
'lblitemwhere
'
Me.lblitemwhere.AutoSize = True
Me.lblitemwhere.Location = New System.Drawing.Point(439, 60)
Me.lblitemwhere.Name = "lblitemwhere"
Me.lblitemwhere.Size = New System.Drawing.Size(79, 14)
Me.lblitemwhere.TabIndex = 69
Me.lblitemwhere.Text = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
'
'txtitemtype
'
Me.txtitemtype.Location = New System.Drawing.Point(320, 56)
Me.txtitemtype.Name = "txtitemtype"
Me.txtitemtype.Size = New System.Drawing.Size(88, 21)
Me.txtitemtype.TabIndex = 68
Me.txtitemtype.Text = ""
'
'lblitemtype
'
Me.lblitemtype.AutoSize = True
Me.lblitemtype.Location = New System.Drawing.Point(244, 60)
Me.lblitemtype.Name = "lblitemtype"
Me.lblitemtype.Size = New System.Drawing.Size(69, 14)
Me.lblitemtype.TabIndex = 67
Me.lblitemtype.Text = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Type"
'
'txtitemname
'
Me.txtitemname.Location = New System.Drawing.Point(416, 32)
Me.txtitemname.Name = "txtitemname"
Me.txtitemname.Size = New System.Drawing.Size(136, 21)
Me.txtitemname.TabIndex = 66
Me.txtitemname.Text = ""
'
'lblitemname
'
Me.lblitemname.AutoSize = True
Me.lblitemname.Location = New System.Drawing.Point(344, 36)
Me.lblitemname.Name = "lblitemname"
Me.lblitemname.Size = New System.Drawing.Size(66, 14)
Me.lblitemname.TabIndex = 65
Me.lblitemname.Text = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD≯<EFBFBD>"
'
'txtSizeY
'
Me.txtSizeY.Location = New System.Drawing.Point(545, 83)
Me.txtSizeY.Name = "txtSizeY"
Me.txtSizeY.Size = New System.Drawing.Size(72, 21)
Me.txtSizeY.TabIndex = 64
Me.txtSizeY.Text = ""
'
'txtSizeX
'
Me.txtSizeX.Location = New System.Drawing.Point(469, 83)
Me.txtSizeX.Name = "txtSizeX"
Me.txtSizeX.Size = New System.Drawing.Size(72, 21)
Me.txtSizeX.TabIndex = 63
Me.txtSizeX.Text = ""
'
'lblitemsize
'
Me.lblitemsize.AutoSize = True
Me.lblitemsize.Location = New System.Drawing.Point(391, 89)
Me.lblitemsize.Name = "lblitemsize"
Me.lblitemsize.Size = New System.Drawing.Size(66, 14)
Me.lblitemsize.TabIndex = 62
Me.lblitemsize.Text = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ũ<EFBFBD><EFBFBD>"
'
'txtItemZ
'
Me.txtItemZ.Location = New System.Drawing.Point(283, 80)
Me.txtItemZ.Name = "txtItemZ"
Me.txtItemZ.Size = New System.Drawing.Size(72, 21)
Me.txtItemZ.TabIndex = 60
Me.txtItemZ.Text = ""
'
'txtItemY
'
Me.txtItemY.Location = New System.Drawing.Point(205, 80)
Me.txtItemY.Name = "txtItemY"
Me.txtItemY.Size = New System.Drawing.Size(72, 21)
Me.txtItemY.TabIndex = 59
Me.txtItemY.Text = ""
'
'txtItemX
'
Me.txtItemX.Location = New System.Drawing.Point(127, 80)
Me.txtItemX.Name = "txtItemX"
Me.txtItemX.Size = New System.Drawing.Size(72, 21)
Me.txtItemX.TabIndex = 58
Me.txtItemX.Text = ""
'
'txtItemprotoType
'
Me.txtItemprotoType.Location = New System.Drawing.Point(127, 56)
Me.txtItemprotoType.Name = "txtItemprotoType"
Me.txtItemprotoType.Size = New System.Drawing.Size(88, 21)
Me.txtItemprotoType.TabIndex = 57
Me.txtItemprotoType.Text = ""
'
'txtItemNum
'
Me.txtItemNum.Location = New System.Drawing.Point(127, 32)
Me.txtItemNum.Name = "txtItemNum"
Me.txtItemNum.Size = New System.Drawing.Size(193, 21)
Me.txtItemNum.TabIndex = 56
Me.txtItemNum.Text = ""
'
'lblitemxyz
'
Me.lblitemxyz.AutoSize = True
Me.lblitemxyz.Location = New System.Drawing.Point(45, 88)
Me.lblitemxyz.Name = "lblitemxyz"
Me.lblitemxyz.Size = New System.Drawing.Size(66, 14)
Me.lblitemxyz.TabIndex = 24
Me.lblitemxyz.Text = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ġ"
'
'lblitemprototype
'
Me.lblitemprototype.AutoSize = True
Me.lblitemprototype.Location = New System.Drawing.Point(13, 62)
Me.lblitemprototype.Name = "lblitemprototype"
Me.lblitemprototype.TabIndex = 23
Me.lblitemprototype.Text = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ProtoType"
'
'lblitemnum
'
Me.lblitemnum.AutoSize = True
Me.lblitemnum.Location = New System.Drawing.Point(49, 37)
Me.lblitemnum.Name = "lblitemnum"
Me.lblitemnum.Size = New System.Drawing.Size(66, 14)
Me.lblitemnum.TabIndex = 22
Me.lblitemnum.Text = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>۹<EFBFBD>ȣ"
'
'txtAmount
'
Me.txtAmount.Location = New System.Drawing.Point(816, 184)
Me.txtAmount.Name = "txtAmount"
Me.txtAmount.Size = New System.Drawing.Size(88, 21)
Me.txtAmount.TabIndex = 61
Me.txtAmount.Text = ""
'
'lblitemamount
'
Me.lblitemamount.AutoSize = True
Me.lblitemamount.Location = New System.Drawing.Point(816, 165)
Me.lblitemamount.Name = "lblitemamount"
Me.lblitemamount.Size = New System.Drawing.Size(33, 14)
Me.lblitemamount.TabIndex = 25
Me.lblitemamount.Text = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> "
'
'grbiteminfo_3
'
Me.grbiteminfo_3.Controls.AddRange(New System.Windows.Forms.Control() {Me.txtmagicpower, Me.lbMagicPower, Me.txtadd_int, Me.lbladd_int, Me.txtadd_con, Me.txtadd_dex, Me.txtadd_wis, Me.txtadd_str, Me.txtpoi_res, Me.txtdra_res, Me.txtcol_res, Me.txtlig_res, Me.txtfir_res, Me.txtpoi_att, Me.txtdra_att, Me.txtcol_att, Me.txtlig_att, Me.txtfir_att, Me.txtmp_reg, Me.txthp_reg, Me.txtmax_mp, Me.txtmax_hp, Me.txtblo_per, Me.txtmag_res, Me.txtdef_rev, Me.txtdef, Me.txtoff_rev, Me.txtdrc, Me.txtmax_dam, Me.txtmin_dam, Me.txtcri_per, Me.txtCri_typ, Me.lbladd_wis, Me.lblpoison_resistance, Me.Label42, Me.lbldrain_resistance, Me.lbladd_con, Me.lbladd_dex, Me.lblcold_resistance, Me.lbladd_str, Me.lbldrain_attack, Me.lblpoison_attack, Me.lblfire_resistance, Me.lbllightning_resistance, Me.lblcold_attack, Me.lbllightning_attack, Me.lblfire_attack, Me.lblmp_regen_amount, Me.lblhp_regen_amount, Me.lblmax_mp, Me.lblmax_hp, Me.lblblocking_percentage, Me.lblmagic_resistance, Me.lblcritical_type, Me.lbldrc, Me.lbldefence, Me.lbldefence_revision, Me.lbloffence_revision, Me.lblmax_damage, Me.lblmin_damage, Me.lblcritical_percentage})
Me.grbiteminfo_3.Location = New System.Drawing.Point(288, 256)
Me.grbiteminfo_3.Name = "grbiteminfo_3"
Me.grbiteminfo_3.Size = New System.Drawing.Size(656, 400)
Me.grbiteminfo_3.TabIndex = 5
Me.grbiteminfo_3.TabStop = False
Me.grbiteminfo_3.Text = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>Ӽ<EFBFBD><D3BC><EFBFBD><EFBFBD><EFBFBD>2"
'
'txtadd_int
'
Me.txtadd_int.Location = New System.Drawing.Point(576, 336)
Me.txtadd_int.Name = "txtadd_int"
Me.txtadd_int.Size = New System.Drawing.Size(64, 21)
Me.txtadd_int.TabIndex = 84
Me.txtadd_int.Text = ""
'
'lbladd_int
'
Me.lbladd_int.AutoSize = True
Me.lbladd_int.Location = New System.Drawing.Point(456, 341)
Me.lbladd_int.Name = "lbladd_int"
Me.lbladd_int.Size = New System.Drawing.Size(109, 14)
Me.lbladd_int.TabIndex = 83
Me.lbladd_int.Text = "ADD_INT(INT<4E><54><EFBFBD><EFBFBD>)"
'
'txtadd_con
'
Me.txtadd_con.Location = New System.Drawing.Point(576, 312)
Me.txtadd_con.Name = "txtadd_con"
Me.txtadd_con.Size = New System.Drawing.Size(64, 21)
Me.txtadd_con.TabIndex = 82
Me.txtadd_con.Text = ""
'
'txtadd_dex
'
Me.txtadd_dex.Location = New System.Drawing.Point(576, 288)
Me.txtadd_dex.Name = "txtadd_dex"
Me.txtadd_dex.Size = New System.Drawing.Size(64, 21)
Me.txtadd_dex.TabIndex = 81
Me.txtadd_dex.Text = ""
'
'txtadd_wis
'
Me.txtadd_wis.Location = New System.Drawing.Point(576, 362)
Me.txtadd_wis.Name = "txtadd_wis"
Me.txtadd_wis.Size = New System.Drawing.Size(64, 21)
Me.txtadd_wis.TabIndex = 80
Me.txtadd_wis.Text = ""
'
'txtadd_str
'
Me.txtadd_str.Location = New System.Drawing.Point(576, 264)
Me.txtadd_str.Name = "txtadd_str"
Me.txtadd_str.Size = New System.Drawing.Size(64, 21)
Me.txtadd_str.TabIndex = 79
Me.txtadd_str.Text = ""
'
'txtpoi_res
'
Me.txtpoi_res.Location = New System.Drawing.Point(576, 240)
Me.txtpoi_res.Name = "txtpoi_res"
Me.txtpoi_res.Size = New System.Drawing.Size(64, 21)
Me.txtpoi_res.TabIndex = 78
Me.txtpoi_res.Text = ""
'
'txtdra_res
'
Me.txtdra_res.Location = New System.Drawing.Point(576, 216)
Me.txtdra_res.Name = "txtdra_res"
Me.txtdra_res.Size = New System.Drawing.Size(64, 21)
Me.txtdra_res.TabIndex = 77
Me.txtdra_res.Text = ""
'
'txtcol_res
'
Me.txtcol_res.Location = New System.Drawing.Point(576, 192)
Me.txtcol_res.Name = "txtcol_res"
Me.txtcol_res.Size = New System.Drawing.Size(64, 21)
Me.txtcol_res.TabIndex = 76
Me.txtcol_res.Text = ""
'
'txtlig_res
'
Me.txtlig_res.Location = New System.Drawing.Point(576, 168)
Me.txtlig_res.Name = "txtlig_res"
Me.txtlig_res.Size = New System.Drawing.Size(64, 21)
Me.txtlig_res.TabIndex = 75
Me.txtlig_res.Text = ""
'
'txtfir_res
'
Me.txtfir_res.Location = New System.Drawing.Point(576, 144)
Me.txtfir_res.Name = "txtfir_res"
Me.txtfir_res.Size = New System.Drawing.Size(64, 21)
Me.txtfir_res.TabIndex = 74
Me.txtfir_res.Text = ""
'
'txtpoi_att
'
Me.txtpoi_att.Location = New System.Drawing.Point(576, 120)
Me.txtpoi_att.Name = "txtpoi_att"
Me.txtpoi_att.Size = New System.Drawing.Size(64, 21)
Me.txtpoi_att.TabIndex = 73
Me.txtpoi_att.Text = ""
'
'txtdra_att
'
Me.txtdra_att.Location = New System.Drawing.Point(576, 96)
Me.txtdra_att.Name = "txtdra_att"
Me.txtdra_att.Size = New System.Drawing.Size(64, 21)
Me.txtdra_att.TabIndex = 72
Me.txtdra_att.Text = ""
'
'txtcol_att
'
Me.txtcol_att.Location = New System.Drawing.Point(576, 72)
Me.txtcol_att.Name = "txtcol_att"
Me.txtcol_att.Size = New System.Drawing.Size(64, 21)
Me.txtcol_att.TabIndex = 71
Me.txtcol_att.Text = ""
'
'txtlig_att
'
Me.txtlig_att.Location = New System.Drawing.Point(576, 48)
Me.txtlig_att.Name = "txtlig_att"
Me.txtlig_att.Size = New System.Drawing.Size(64, 21)
Me.txtlig_att.TabIndex = 70
Me.txtlig_att.Text = ""
'
'txtfir_att
'
Me.txtfir_att.Location = New System.Drawing.Point(576, 24)
Me.txtfir_att.Name = "txtfir_att"
Me.txtfir_att.Size = New System.Drawing.Size(64, 21)
Me.txtfir_att.TabIndex = 69
Me.txtfir_att.Text = ""
'
'txtmp_reg
'
Me.txtmp_reg.Location = New System.Drawing.Point(256, 336)
Me.txtmp_reg.Name = "txtmp_reg"
Me.txtmp_reg.Size = New System.Drawing.Size(64, 21)
Me.txtmp_reg.TabIndex = 68
Me.txtmp_reg.Text = ""
'
'txthp_reg
'
Me.txthp_reg.Location = New System.Drawing.Point(256, 312)
Me.txthp_reg.Name = "txthp_reg"
Me.txthp_reg.Size = New System.Drawing.Size(64, 21)
Me.txthp_reg.TabIndex = 67
Me.txthp_reg.Text = ""
'
'txtmax_mp
'
Me.txtmax_mp.Location = New System.Drawing.Point(256, 288)
Me.txtmax_mp.Name = "txtmax_mp"
Me.txtmax_mp.Size = New System.Drawing.Size(64, 21)
Me.txtmax_mp.TabIndex = 66
Me.txtmax_mp.Text = ""
'
'txtmax_hp
'
Me.txtmax_hp.Location = New System.Drawing.Point(256, 264)
Me.txtmax_hp.Name = "txtmax_hp"
Me.txtmax_hp.Size = New System.Drawing.Size(64, 21)
Me.txtmax_hp.TabIndex = 65
Me.txtmax_hp.Text = ""
'
'txtblo_per
'
Me.txtblo_per.Location = New System.Drawing.Point(256, 240)
Me.txtblo_per.Name = "txtblo_per"
Me.txtblo_per.Size = New System.Drawing.Size(64, 21)
Me.txtblo_per.TabIndex = 64
Me.txtblo_per.Text = ""
'
'txtmag_res
'
Me.txtmag_res.Location = New System.Drawing.Point(256, 216)
Me.txtmag_res.Name = "txtmag_res"
Me.txtmag_res.Size = New System.Drawing.Size(64, 21)
Me.txtmag_res.TabIndex = 63
Me.txtmag_res.Text = ""
'
'txtdef_rev
'
Me.txtdef_rev.Location = New System.Drawing.Point(256, 192)
Me.txtdef_rev.Name = "txtdef_rev"
Me.txtdef_rev.Size = New System.Drawing.Size(64, 21)
Me.txtdef_rev.TabIndex = 62
Me.txtdef_rev.Text = ""
'
'txtdef
'
Me.txtdef.Location = New System.Drawing.Point(256, 168)
Me.txtdef.Name = "txtdef"
Me.txtdef.Size = New System.Drawing.Size(64, 21)
Me.txtdef.TabIndex = 61
Me.txtdef.Text = ""
'
'txtoff_rev
'
Me.txtoff_rev.Location = New System.Drawing.Point(256, 144)
Me.txtoff_rev.Name = "txtoff_rev"
Me.txtoff_rev.Size = New System.Drawing.Size(64, 21)
Me.txtoff_rev.TabIndex = 60
Me.txtoff_rev.Text = ""
'
'txtdrc
'
Me.txtdrc.Location = New System.Drawing.Point(256, 120)
Me.txtdrc.Name = "txtdrc"
Me.txtdrc.Size = New System.Drawing.Size(64, 21)
Me.txtdrc.TabIndex = 59
Me.txtdrc.Text = ""
'
'txtmax_dam
'
Me.txtmax_dam.Location = New System.Drawing.Point(256, 96)
Me.txtmax_dam.Name = "txtmax_dam"
Me.txtmax_dam.Size = New System.Drawing.Size(64, 21)
Me.txtmax_dam.TabIndex = 58
Me.txtmax_dam.Text = ""
'
'txtmin_dam
'
Me.txtmin_dam.Location = New System.Drawing.Point(256, 72)
Me.txtmin_dam.Name = "txtmin_dam"
Me.txtmin_dam.Size = New System.Drawing.Size(64, 21)
Me.txtmin_dam.TabIndex = 57
Me.txtmin_dam.Text = ""
'
'txtcri_per
'
Me.txtcri_per.Location = New System.Drawing.Point(256, 48)
Me.txtcri_per.Name = "txtcri_per"
Me.txtcri_per.Size = New System.Drawing.Size(64, 21)
Me.txtcri_per.TabIndex = 56
Me.txtcri_per.Text = ""
'
'txtCri_typ
'
Me.txtCri_typ.Location = New System.Drawing.Point(256, 24)
Me.txtCri_typ.Name = "txtCri_typ"
Me.txtCri_typ.Size = New System.Drawing.Size(64, 21)
Me.txtCri_typ.TabIndex = 55
Me.txtCri_typ.Text = ""
'
'lbladd_wis
'
Me.lbladd_wis.AutoSize = True
Me.lbladd_wis.Location = New System.Drawing.Point(454, 367)
Me.lbladd_wis.Name = "lbladd_wis"
Me.lbladd_wis.Size = New System.Drawing.Size(115, 14)
Me.lbladd_wis.TabIndex = 54
Me.lbladd_wis.Text = "ADD_WIS(WIS<49><53><EFBFBD><EFBFBD>)"
'
'lblpoison_resistance
'
Me.lblpoison_resistance.AutoSize = True
Me.lblpoison_resistance.Location = New System.Drawing.Point(376, 247)
Me.lblpoison_resistance.Name = "lblpoison_resistance"
Me.lblpoison_resistance.Size = New System.Drawing.Size(191, 14)
Me.lblpoison_resistance.TabIndex = 53
Me.lblpoison_resistance.Text = "POISON_RESISTANCE(<28><><EFBFBD><EFBFBD><EFBFBD>׼<EFBFBD>)"
'
'Label42
'
Me.Label42.AutoSize = True
Me.Label42.Location = New System.Drawing.Point(536, 456)
Me.Label42.Name = "Label42"
Me.Label42.Size = New System.Drawing.Size(109, 14)
Me.Label42.TabIndex = 52
Me.Label42.Text = "ADD_INT(INT<4E><54><EFBFBD><EFBFBD>)"
'
'lbldrain_resistance
'
Me.lbldrain_resistance.AutoSize = True
Me.lbldrain_resistance.Location = New System.Drawing.Point(374, 222)
Me.lbldrain_resistance.Name = "lbldrain_resistance"
Me.lbldrain_resistance.Size = New System.Drawing.Size(194, 14)
Me.lbldrain_resistance.TabIndex = 51
Me.lbldrain_resistance.Text = "DRAIN_RESISTANCE(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>׼<EFBFBD>)"
'
'lbladd_con
'
Me.lbladd_con.AutoSize = True
Me.lbladd_con.Location = New System.Drawing.Point(444, 316)
Me.lbladd_con.Name = "lbladd_con"
Me.lbladd_con.Size = New System.Drawing.Size(125, 14)
Me.lbladd_con.TabIndex = 50
Me.lbladd_con.Text = "ADD_CON(CON<4F><4E><EFBFBD><EFBFBD>)"
'
'lbladd_dex
'
Me.lbladd_dex.AutoSize = True
Me.lbladd_dex.Location = New System.Drawing.Point(448, 291)
Me.lbladd_dex.Name = "lbladd_dex"
Me.lbladd_dex.Size = New System.Drawing.Size(119, 14)
Me.lbladd_dex.TabIndex = 48
Me.lbladd_dex.Text = "ADD_DEX(DEX<45><58><EFBFBD><EFBFBD>)"
'
'lblcold_resistance
'
Me.lblcold_resistance.AutoSize = True
Me.lblcold_resistance.Location = New System.Drawing.Point(376, 197)
Me.lblcold_resistance.Name = "lblcold_resistance"
Me.lblcold_resistance.Size = New System.Drawing.Size(191, 14)
Me.lblcold_resistance.TabIndex = 47
Me.lblcold_resistance.Text = "COLD_RESISTANCE(<28>ñ<EFBFBD><C3B1><EFBFBD><EFBFBD>׼<EFBFBD>)"
'
'lbladd_str
'
Me.lbladd_str.AutoSize = True
Me.lbladd_str.Location = New System.Drawing.Point(449, 270)
Me.lbladd_str.Name = "lbladd_str"
Me.lbladd_str.Size = New System.Drawing.Size(117, 14)
Me.lbladd_str.TabIndex = 46
Me.lbladd_str.Text = "ADD_STR(STR<54><52><EFBFBD><EFBFBD>)"
'
'lbldrain_attack
'
Me.lbldrain_attack.AutoSize = True
Me.lbldrain_attack.Location = New System.Drawing.Point(412, 102)
Me.lbldrain_attack.Name = "lbldrain_attack"
Me.lbldrain_attack.Size = New System.Drawing.Size(154, 14)
Me.lbldrain_attack.TabIndex = 45
Me.lbldrain_attack.Text = "DRAIN_ATTACK(<28><><EFBFBD><EFBFBD><EFBFBD>Ӽ<EFBFBD>)"
'
'lblpoison_attack
'
Me.lblpoison_attack.AutoSize = True
Me.lblpoison_attack.Location = New System.Drawing.Point(414, 125)
Me.lblpoison_attack.Name = "lblpoison_attack"
Me.lblpoison_attack.Size = New System.Drawing.Size(151, 14)
Me.lblpoison_attack.TabIndex = 44
Me.lblpoison_attack.Text = "POISON_ATTACK(<28><><EFBFBD>Ӽ<EFBFBD>)"
'
'lblfire_resistance
'
Me.lblfire_resistance.AutoSize = True
Me.lblfire_resistance.Location = New System.Drawing.Point(396, 151)
Me.lblfire_resistance.Name = "lblfire_resistance"
Me.lblfire_resistance.Size = New System.Drawing.Size(171, 14)
Me.lblfire_resistance.TabIndex = 43
Me.lblfire_resistance.Text = "FIRE_RESISTANCE(<28><><EFBFBD><EFBFBD><EFBFBD>׼<EFBFBD>)"
'
'lbllightning_resistance
'
Me.lbllightning_resistance.AutoSize = True
Me.lbllightning_resistance.Location = New System.Drawing.Point(345, 173)
Me.lbllightning_resistance.Name = "lbllightning_resistance"
Me.lbllightning_resistance.Size = New System.Drawing.Size(223, 14)
Me.lbllightning_resistance.TabIndex = 42
Me.lbllightning_resistance.Text = "LIGHTNING_RESISTANCE(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>׼<EFBFBD>)"
'
'lblcold_attack
'
Me.lblcold_attack.AutoSize = True
Me.lblcold_attack.Location = New System.Drawing.Point(415, 78)
Me.lblcold_attack.Name = "lblcold_attack"
Me.lblcold_attack.Size = New System.Drawing.Size(150, 14)
Me.lblcold_attack.TabIndex = 41
Me.lblcold_attack.Text = "COLD_ATTACK(<28>ñ<EFBFBD><C3B1>Ӽ<EFBFBD>)"
'
'lbllightning_attack
'
Me.lbllightning_attack.AutoSize = True
Me.lbllightning_attack.Location = New System.Drawing.Point(384, 53)
Me.lbllightning_attack.Name = "lbllightning_attack"
Me.lbllightning_attack.Size = New System.Drawing.Size(182, 14)
Me.lbllightning_attack.TabIndex = 40
Me.lbllightning_attack.Text = "LIGHTNING_ATTACK(<28><><EFBFBD><EFBFBD><EFBFBD>Ӽ<EFBFBD>)"
'
'lblfire_attack
'
Me.lblfire_attack.AutoSize = True
Me.lblfire_attack.Location = New System.Drawing.Point(430, 29)
Me.lblfire_attack.Name = "lblfire_attack"
Me.lblfire_attack.Size = New System.Drawing.Size(135, 14)
Me.lblfire_attack.TabIndex = 39
Me.lblfire_attack.Text = "FIRE_ATTACK(<28><> <20>Ӽ<EFBFBD>)"
'
'lblmp_regen_amount
'
Me.lblmp_regen_amount.AutoSize = True
Me.lblmp_regen_amount.Location = New System.Drawing.Point(61, 342)
Me.lblmp_regen_amount.Name = "lblmp_regen_amount"
Me.lblmp_regen_amount.Size = New System.Drawing.Size(181, 14)
Me.lblmp_regen_amount.TabIndex = 36
Me.lblmp_regen_amount.Text = "MP_REGEN_AMOUNT(MPȸ<50><C8B8>)"
'
'lblhp_regen_amount
'
Me.lblhp_regen_amount.AutoSize = True
Me.lblhp_regen_amount.Location = New System.Drawing.Point(63, 317)
Me.lblhp_regen_amount.Name = "lblhp_regen_amount"
Me.lblhp_regen_amount.Size = New System.Drawing.Size(179, 14)
Me.lblhp_regen_amount.TabIndex = 35
Me.lblhp_regen_amount.Text = "HP_REGEN_AMOUNT(HPȸ<50><C8B8>)"
'
'lblmax_mp
'
Me.lblmax_mp.AutoSize = True
Me.lblmax_mp.Location = New System.Drawing.Point(99, 292)
Me.lblmax_mp.Name = "lblmax_mp"
Me.lblmax_mp.Size = New System.Drawing.Size(143, 14)
Me.lblmax_mp.TabIndex = 34
Me.lblmax_mp.Text = "MAX_MP(MP<4D>ִ<EFBFBD>ġ<EFBFBD><C4A1><EFBFBD><EFBFBD>)"
'
'lblmax_hp
'
Me.lblmax_hp.AutoSize = True
Me.lblmax_hp.Location = New System.Drawing.Point(102, 270)
Me.lblmax_hp.Name = "lblmax_hp"
Me.lblmax_hp.Size = New System.Drawing.Size(141, 14)
Me.lblmax_hp.TabIndex = 33
Me.lblmax_hp.Text = "MAX_HP(HP<48>ִ<EFBFBD>ġ<EFBFBD><C4A1><EFBFBD><EFBFBD>)"
'
'lblblocking_percentage
'
Me.lblblocking_percentage.AutoSize = True
Me.lblblocking_percentage.Location = New System.Drawing.Point(31, 244)
Me.lblblocking_percentage.Name = "lblblocking_percentage"
Me.lblblocking_percentage.Size = New System.Drawing.Size(214, 14)
Me.lblblocking_percentage.TabIndex = 32
Me.lblblocking_percentage.Text = "BLOCKING_PERCENTAGE(<28><><EFBFBD><EFBFBD>Ȯ<EFBFBD><C8AE>)"
'
'lblmagic_resistance
'
Me.lblmagic_resistance.AutoSize = True
Me.lblmagic_resistance.Location = New System.Drawing.Point(48, 220)
Me.lblmagic_resistance.Name = "lblmagic_resistance"
Me.lblmagic_resistance.Size = New System.Drawing.Size(197, 14)
Me.lblmagic_resistance.TabIndex = 31
Me.lblmagic_resistance.Text = "MAGIC_RESISTANCE(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>׷<EFBFBD>)"
'
'lblcritical_type
'
Me.lblcritical_type.AutoSize = True
Me.lblcritical_type.Location = New System.Drawing.Point(68, 28)
Me.lblcritical_type.Name = "lblcritical_type"
Me.lblcritical_type.Size = New System.Drawing.Size(179, 14)
Me.lblcritical_type.TabIndex = 30
Me.lblcritical_type.Text = "CRITICAL_TYPE(ũ<><C5A9>Ƽ<EFBFBD><C6BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)"
'
'lbldrc
'
Me.lbldrc.AutoSize = True
Me.lbldrc.Location = New System.Drawing.Point(208, 124)
Me.lbldrc.Name = "lbldrc"
Me.lbldrc.Size = New System.Drawing.Size(31, 14)
Me.lbldrc.TabIndex = 29
Me.lbldrc.Text = "DRC"
'
'lbldefence
'
Me.lbldefence.AutoSize = True
Me.lbldefence.Location = New System.Drawing.Point(146, 173)
Me.lbldefence.Name = "lbldefence"
Me.lbldefence.Size = New System.Drawing.Size(95, 14)
Me.lbldefence.TabIndex = 28
Me.lbldefence.Text = "DEFENCE(<28><><EFBFBD><EFBFBD>)"
'
'lbldefence_revision
'
Me.lbldefence_revision.AutoSize = True
Me.lbldefence_revision.Location = New System.Drawing.Point(61, 196)
Me.lbldefence_revision.Name = "lbldefence_revision"
Me.lbldefence_revision.Size = New System.Drawing.Size(182, 14)
Me.lbldefence_revision.TabIndex = 27
Me.lbldefence_revision.Text = "DEFENCE_REVISION(<28><><EFBFBD><EFBFBD><EEBAB8>)"
'
'lbloffence_revision
'
Me.lbloffence_revision.AutoSize = True
Me.lbloffence_revision.Location = New System.Drawing.Point(60, 148)
Me.lbloffence_revision.Name = "lbloffence_revision"
Me.lbloffence_revision.Size = New System.Drawing.Size(183, 14)
Me.lbloffence_revision.TabIndex = 26
Me.lbloffence_revision.Text = "OFFENCE_REVISION(<28><><EFBFBD>ݺ<EFBFBD><DDBA><EFBFBD>)"
'
'lblmax_damage
'
Me.lblmax_damage.AutoSize = True
Me.lblmax_damage.Location = New System.Drawing.Point(84, 101)
Me.lblmax_damage.Name = "lblmax_damage"
Me.lblmax_damage.Size = New System.Drawing.Size(160, 14)
Me.lblmax_damage.TabIndex = 24
Me.lblmax_damage.Text = "MAX_DAMAGE(<28>ִ뵥<D6B4><EBB5A5><EFBFBD><EFBFBD>)"
'
'lblmin_damage
'
Me.lblmin_damage.AutoSize = True
Me.lblmin_damage.Location = New System.Drawing.Point(88, 76)
Me.lblmin_damage.Name = "lblmin_damage"
Me.lblmin_damage.Size = New System.Drawing.Size(156, 14)
Me.lblmin_damage.TabIndex = 23
Me.lblmin_damage.Text = "MIN_DAMAGE(<28>ּҵ<D6BC><D2B5><EFBFBD><EFBFBD><EFBFBD>)"
'
'lblcritical_percentage
'
Me.lblcritical_percentage.AutoSize = True
Me.lblcritical_percentage.Location = New System.Drawing.Point(16, 52)
Me.lblcritical_percentage.Name = "lblcritical_percentage"
Me.lblcritical_percentage.Size = New System.Drawing.Size(230, 14)
Me.lblcritical_percentage.TabIndex = 22
Me.lblcritical_percentage.Text = "CRITICAL_PERCENTAGE(ũ<><C5A9>Ƽ<EFBFBD><C6BC>Ȯ<EFBFBD><C8AE>)"
'
'btnEdit
'
Me.btnEdit.Location = New System.Drawing.Point(504, 664)
Me.btnEdit.Name = "btnEdit"
Me.btnEdit.Size = New System.Drawing.Size(96, 40)
Me.btnEdit.TabIndex = 6
Me.btnEdit.Text = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
'
'btnDelete
'
Me.btnDelete.Location = New System.Drawing.Point(616, 664)
Me.btnDelete.Name = "btnDelete"
Me.btnDelete.Size = New System.Drawing.Size(96, 40)
Me.btnDelete.TabIndex = 7
Me.btnDelete.Text = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
'
'grbiteminfo_2
'
Me.grbiteminfo_2.Controls.AddRange(New System.Windows.Forms.Control() {Me.lblsocket1, Me.lblsocket2, Me.lblsocket3, Me.lblsocket4, Me.lblsocket5, Me.lblsocket6, Me.lblsocket7, Me.lblsocket8, Me.lblmaterial, Me.lblmaxsocket, Me.lblcurrsocket, Me.lblmaxdurability, Me.txtSocket8, Me.txtSocket7, Me.txtSocket6, Me.txtSocket5, Me.txtSocket4, Me.txtSocket3, Me.txtSocket2, Me.txtSocket1, Me.txtMaterial, Me.txtMaxSocket, Me.txtCurrSocket, Me.txtMaxDura, Me.txtRuneSocket, Me.lblrunesocket})
Me.grbiteminfo_2.Location = New System.Drawing.Point(88, 256)
Me.grbiteminfo_2.Name = "grbiteminfo_2"
Me.grbiteminfo_2.Size = New System.Drawing.Size(192, 400)
Me.grbiteminfo_2.TabIndex = 8
Me.grbiteminfo_2.TabStop = False
Me.grbiteminfo_2.Text = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>Ӽ<EFBFBD><D3BC><EFBFBD><EFBFBD><EFBFBD>1"
'
'lblsocket1
'
Me.lblsocket1.AutoSize = True
Me.lblsocket1.Location = New System.Drawing.Point(49, 160)
Me.lblsocket1.Name = "lblsocket1"
Me.lblsocket1.Size = New System.Drawing.Size(51, 14)
Me.lblsocket1.TabIndex = 111
Me.lblsocket1.Text = "Socket1"
'
'lblsocket2
'
Me.lblsocket2.AutoSize = True
Me.lblsocket2.Location = New System.Drawing.Point(49, 183)
Me.lblsocket2.Name = "lblsocket2"
Me.lblsocket2.Size = New System.Drawing.Size(51, 14)
Me.lblsocket2.TabIndex = 110
Me.lblsocket2.Text = "Socket2"
'
'lblsocket3
'
Me.lblsocket3.AutoSize = True
Me.lblsocket3.Location = New System.Drawing.Point(48, 206)
Me.lblsocket3.Name = "lblsocket3"
Me.lblsocket3.Size = New System.Drawing.Size(51, 14)
Me.lblsocket3.TabIndex = 109
Me.lblsocket3.Text = "Socket3"
'
'lblsocket4
'
Me.lblsocket4.AutoSize = True
Me.lblsocket4.Location = New System.Drawing.Point(48, 230)
Me.lblsocket4.Name = "lblsocket4"
Me.lblsocket4.Size = New System.Drawing.Size(51, 14)
Me.lblsocket4.TabIndex = 108
Me.lblsocket4.Text = "Socket4"
'
'lblsocket5
'
Me.lblsocket5.AutoSize = True
Me.lblsocket5.Location = New System.Drawing.Point(49, 254)
Me.lblsocket5.Name = "lblsocket5"
Me.lblsocket5.Size = New System.Drawing.Size(51, 14)
Me.lblsocket5.TabIndex = 107
Me.lblsocket5.Text = "Socket5"
'
'lblsocket6
'
Me.lblsocket6.AutoSize = True
Me.lblsocket6.Location = New System.Drawing.Point(48, 277)
Me.lblsocket6.Name = "lblsocket6"
Me.lblsocket6.Size = New System.Drawing.Size(51, 14)
Me.lblsocket6.TabIndex = 106
Me.lblsocket6.Text = "Socket6"
'
'lblsocket7
'
Me.lblsocket7.AutoSize = True
Me.lblsocket7.Location = New System.Drawing.Point(48, 303)
Me.lblsocket7.Name = "lblsocket7"
Me.lblsocket7.Size = New System.Drawing.Size(51, 14)
Me.lblsocket7.TabIndex = 105
Me.lblsocket7.Text = "Socket7"
'
'lblsocket8
'
Me.lblsocket8.AutoSize = True
Me.lblsocket8.Location = New System.Drawing.Point(47, 326)
Me.lblsocket8.Name = "lblsocket8"
Me.lblsocket8.Size = New System.Drawing.Size(51, 14)
Me.lblsocket8.TabIndex = 104
Me.lblsocket8.Text = "Socket8"
'
'lblmaterial
'
Me.lblmaterial.AutoSize = True
Me.lblmaterial.Location = New System.Drawing.Point(48, 136)
Me.lblmaterial.Name = "lblmaterial"
Me.lblmaterial.Size = New System.Drawing.Size(49, 14)
Me.lblmaterial.TabIndex = 100
Me.lblmaterial.Text = "Material"
'
'lblmaxsocket
'
Me.lblmaxsocket.AutoSize = True
Me.lblmaxsocket.Location = New System.Drawing.Point(32, 112)
Me.lblmaxsocket.Name = "lblmaxsocket"
Me.lblmaxsocket.Size = New System.Drawing.Size(67, 14)
Me.lblmaxsocket.TabIndex = 99
Me.lblmaxsocket.Text = "MaxSocket"
'
'lblcurrsocket
'
Me.lblcurrsocket.AutoSize = True
Me.lblcurrsocket.Location = New System.Drawing.Point(30, 88)
Me.lblcurrsocket.Name = "lblcurrsocket"
Me.lblcurrsocket.Size = New System.Drawing.Size(68, 14)
Me.lblcurrsocket.TabIndex = 98
Me.lblcurrsocket.Text = "CurrSocket"
'
'lblmaxdurability
'
Me.lblmaxdurability.AutoSize = True
Me.lblmaxdurability.Location = New System.Drawing.Point(19, 64)
Me.lblmaxdurability.Name = "lblmaxdurability"
Me.lblmaxdurability.Size = New System.Drawing.Size(81, 14)
Me.lblmaxdurability.TabIndex = 97
Me.lblmaxdurability.Text = "MaxDurability"
'
'txtSocket8
'
Me.txtSocket8.Location = New System.Drawing.Point(112, 322)
Me.txtSocket8.Name = "txtSocket8"
Me.txtSocket8.Size = New System.Drawing.Size(64, 21)
Me.txtSocket8.TabIndex = 95
Me.txtSocket8.Text = ""
'
'txtSocket7
'
Me.txtSocket7.Location = New System.Drawing.Point(112, 298)
Me.txtSocket7.Name = "txtSocket7"
Me.txtSocket7.Size = New System.Drawing.Size(64, 21)
Me.txtSocket7.TabIndex = 94
Me.txtSocket7.Text = ""
'
'txtSocket6
'
Me.txtSocket6.Location = New System.Drawing.Point(112, 274)
Me.txtSocket6.Name = "txtSocket6"
Me.txtSocket6.Size = New System.Drawing.Size(64, 21)
Me.txtSocket6.TabIndex = 93
Me.txtSocket6.Text = ""
'
'txtSocket5
'
Me.txtSocket5.Location = New System.Drawing.Point(112, 250)
Me.txtSocket5.Name = "txtSocket5"
Me.txtSocket5.Size = New System.Drawing.Size(64, 21)
Me.txtSocket5.TabIndex = 92
Me.txtSocket5.Text = ""
'
'txtSocket4
'
Me.txtSocket4.Location = New System.Drawing.Point(112, 226)
Me.txtSocket4.Name = "txtSocket4"
Me.txtSocket4.Size = New System.Drawing.Size(64, 21)
Me.txtSocket4.TabIndex = 91
Me.txtSocket4.Text = ""
'
'txtSocket3
'
Me.txtSocket3.Location = New System.Drawing.Point(112, 202)
Me.txtSocket3.Name = "txtSocket3"
Me.txtSocket3.Size = New System.Drawing.Size(64, 21)
Me.txtSocket3.TabIndex = 90
Me.txtSocket3.Text = ""
'
'txtSocket2
'
Me.txtSocket2.Location = New System.Drawing.Point(112, 178)
Me.txtSocket2.Name = "txtSocket2"
Me.txtSocket2.Size = New System.Drawing.Size(64, 21)
Me.txtSocket2.TabIndex = 89
Me.txtSocket2.Text = ""
'
'txtSocket1
'
Me.txtSocket1.Location = New System.Drawing.Point(112, 154)
Me.txtSocket1.Name = "txtSocket1"
Me.txtSocket1.Size = New System.Drawing.Size(64, 21)
Me.txtSocket1.TabIndex = 88
Me.txtSocket1.Text = ""
'
'txtMaterial
'
Me.txtMaterial.Location = New System.Drawing.Point(112, 130)
Me.txtMaterial.Name = "txtMaterial"
Me.txtMaterial.Size = New System.Drawing.Size(64, 21)
Me.txtMaterial.TabIndex = 87
Me.txtMaterial.Text = ""
'
'txtMaxSocket
'
Me.txtMaxSocket.Location = New System.Drawing.Point(112, 106)
Me.txtMaxSocket.Name = "txtMaxSocket"
Me.txtMaxSocket.Size = New System.Drawing.Size(64, 21)
Me.txtMaxSocket.TabIndex = 86
Me.txtMaxSocket.Text = ""
'
'txtCurrSocket
'
Me.txtCurrSocket.Location = New System.Drawing.Point(112, 82)
Me.txtCurrSocket.Name = "txtCurrSocket"
Me.txtCurrSocket.Size = New System.Drawing.Size(64, 21)
Me.txtCurrSocket.TabIndex = 85
Me.txtCurrSocket.Text = ""
'
'txtMaxDura
'
Me.txtMaxDura.Location = New System.Drawing.Point(112, 58)
Me.txtMaxDura.Name = "txtMaxDura"
Me.txtMaxDura.Size = New System.Drawing.Size(64, 21)
Me.txtMaxDura.TabIndex = 84
Me.txtMaxDura.Text = ""
'
'txtRuneSocket
'
Me.txtRuneSocket.Location = New System.Drawing.Point(112, 34)
Me.txtRuneSocket.Name = "txtRuneSocket"
Me.txtRuneSocket.Size = New System.Drawing.Size(64, 21)
Me.txtRuneSocket.TabIndex = 83
Me.txtRuneSocket.Text = ""
'
'lblrunesocket
'
Me.lblrunesocket.AutoSize = True
Me.lblrunesocket.Location = New System.Drawing.Point(27, 39)
Me.lblrunesocket.Name = "lblrunesocket"
Me.lblrunesocket.Size = New System.Drawing.Size(73, 14)
Me.lblrunesocket.TabIndex = 76
Me.lblrunesocket.Text = "RuneSocket"
'
'btnClose
'
Me.btnClose.Location = New System.Drawing.Point(648, 80)
Me.btnClose.Name = "btnClose"
Me.btnClose.Size = New System.Drawing.Size(88, 32)
Me.btnClose.TabIndex = 9
Me.btnClose.Text = "â<EFBFBD>ݱ<EFBFBD>"
'
'btnCreate
'
Me.btnCreate.Location = New System.Drawing.Point(392, 664)
Me.btnCreate.Name = "btnCreate"
Me.btnCreate.Size = New System.Drawing.Size(96, 40)
Me.btnCreate.TabIndex = 62
Me.btnCreate.Text = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
'
'lbMagicPower
'
Me.lbMagicPower.AutoSize = True
Me.lbMagicPower.Location = New System.Drawing.Point(192, 368)
Me.lbMagicPower.Name = "lbMagicPower"
Me.lbMagicPower.Size = New System.Drawing.Size(42, 14)
Me.lbMagicPower.TabIndex = 85
Me.lbMagicPower.Text = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
'
'txtmagicpower
'
Me.txtmagicpower.Location = New System.Drawing.Point(256, 360)
Me.txtmagicpower.Name = "txtmagicpower"
Me.txtmagicpower.Size = New System.Drawing.Size(64, 21)
Me.txtmagicpower.TabIndex = 86
Me.txtmagicpower.Text = ""
'
'CharItemInfoDetail
'
Me.AutoScaleBaseSize = New System.Drawing.Size(6, 14)
Me.ClientSize = New System.Drawing.Size(1028, 753)
Me.Controls.AddRange(New System.Windows.Forms.Control() {Me.btnCreate, Me.btnClose, Me.grbiteminfo_2, Me.btnDelete, Me.btnEdit, Me.grbiteminfo_3, Me.grbiteminfo_1, Me.grbcharinfo, Me.lbltitle, Me.lblitemamount, Me.txtAmount})
Me.Name = "CharItemInfoDetail"
Me.Text = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
Me.grbcharinfo.ResumeLayout(False)
Me.grbiteminfo_1.ResumeLayout(False)
Me.grbiteminfo_3.ResumeLayout(False)
Me.grbiteminfo_2.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
#End Region
Public itemnum As Int64
Public itemprototype As Integer
Public itemname As String
Public itemtype As Integer
Public itemwhere As Integer
Public itemX As Integer
Public itemY As Integer
Public itemZ As Integer
Public amount As Integer
Public sizeX As Integer
Public sizeY As Integer
Public equip As Boolean
'<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 1
Public runesocket As Integer
Public maxdurability As Integer
Public currsocket As Integer
Public maxsocket As Integer
Public material As Integer
Public socket1 As Integer
Public socket2 As Integer
Public socket3 As Integer
Public socket4 As Integer
Public socket5 As Integer
Public socket6 As Integer
Public socket7 As Integer
Public socket8 As Integer
'<27>󼼼Ӽ<F3BCBCBC>
Public cri_typ As Integer
Public cri_per As Integer
Public min_dam As Integer
Public max_dam As Integer
Public drc As Integer
Public off_rev As Integer
Public def As Integer
Public def_rev As Integer
Public mag_res As Integer
Public blo_per As Integer
Public max_hp As Integer
Public max_mp As Integer
Public hp_reg As Integer
Public mp_reg As Integer
Public fir_att As Integer
Public lig_att As Integer
Public col_att As Integer
Public dra_att As Integer
Public poi_att As Integer
Public fir_res As Integer
Public lig_res As Integer
Public col_res As Integer
Public dra_res As Integer
Public poi_res As Integer
Public add_str As Integer
Public add_dex As Integer
Public add_con As Integer
Public add_int As Integer
Public add_wis As Integer
Public magic_power As Integer
Private Sub CharItemInfoDetail_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Me.Text = ITextCharItemInfoDetail.formheader
Me.lbltitle.Text = ITextCharItemInfoDetail.formheader
Me.grbcharinfo.Text = ITextCharItemInfoDetail.grbcharinfo
Me.lblserver.Text = ITextCharItemInfoDetail.lblserver
Me.grbiteminfo_1.Text = ITextCharItemInfoDetail.grbiteminfo_1
Me.lblitemnum.Text = ITextCharItemInfoDetail.lblitemnum
Me.lblitemname.Text = ITextCharItemInfoDetail.lblitemname
Me.lblequip.Text = ITextCharItemInfoDetail.lblequip
Me.lblitemprototype.Text = ITextCharItemInfoDetail.lblitemprototype
Me.lblitemtype.Text = ITextCharItemInfoDetail.lblitemtype
Me.lblitemwhere.Text = ITextCharItemInfoDetail.lblitemwhere
Me.lblitemxyz.Text = ITextCharItemInfoDetail.lblitemxyz
Me.lblitemsize.Text = ITextCharItemInfoDetail.lblitemsize
Me.grbiteminfo_2.Text = ITextCharItemInfoDetail.grbiteminfo_2
Me.lblrunesocket.Text = ITextCharItemInfoDetail.lblrunesocket
Me.lblmaxdurability.Text = ITextCharItemInfoDetail.lblmaxdurability
Me.lblcurrsocket.Text = ITextCharItemInfoDetail.lblcurrsocket
Me.lblmaxsocket.Text = ITextCharItemInfoDetail.lblmaxsocket
Me.lblmaterial.Text = ITextCharItemInfoDetail.lblmaterial
Me.lblsocket1.Text = ITextCharItemInfoDetail.lblsocket1
Me.lblsocket2.Text = ITextCharItemInfoDetail.lblsocket2
Me.lblsocket3.Text = ITextCharItemInfoDetail.lblsocket3
Me.lblsocket4.Text = ITextCharItemInfoDetail.lblsocket4
Me.lblsocket5.Text = ITextCharItemInfoDetail.lblsocket5
Me.lblsocket6.Text = ITextCharItemInfoDetail.lblsocket6
Me.lblsocket7.Text = ITextCharItemInfoDetail.lblsocket7
Me.lblsocket8.Text = ITextCharItemInfoDetail.lblsocket8
Me.grbiteminfo_3.Text = ITextCharItemInfoDetail.grbiteminfo_3
Me.lblcritical_type.Text = ITextCharItemInfoDetail.lblcritical_type
Me.lblcritical_percentage.Text = ITextCharItemInfoDetail.lblcritical_percentage
Me.lblmin_damage.Text = ITextCharItemInfoDetail.lblmin_damage
Me.lblmax_damage.Text = ITextCharItemInfoDetail.lblmax_damage
Me.lbldrc.Text = ITextCharItemInfoDetail.lbldrc
Me.lbloffence_revision.Text = ITextCharItemInfoDetail.lbloffence_revision
Me.lbldefence.Text = ITextCharItemInfoDetail.lbldefence
Me.lbldefence_revision.Text = ITextCharItemInfoDetail.lbldefence_revision
Me.lblmagic_resistance.Text = ITextCharItemInfoDetail.lblmagic_resistantage
Me.lblblocking_percentage.Text = ITextCharItemInfoDetail.lblblocking_percentage
Me.lblmax_hp.Text = ITextCharItemInfoDetail.lblmax_hp
Me.lblmax_mp.Text = ITextCharItemInfoDetail.lblmax_mp
Me.lblhp_regen_amount.Text = ITextCharItemInfoDetail.lblhp_regent_amount
Me.lblmp_regen_amount.Text = ITextCharItemInfoDetail.lblmp_regen_amount
Me.lblfire_attack.Text = ITextCharItemInfoDetail.lblfire_attack
Me.lbllightning_attack.Text = ITextCharItemInfoDetail.lbllightning_attack
Me.lblcold_attack.Text = ITextCharItemInfoDetail.lblcold_attack
Me.lbldrain_attack.Text = ITextCharItemInfoDetail.lbldrain_attack
Me.lblpoison_attack.Text = ITextCharItemInfoDetail.lblpoison_attack
Me.lblfire_resistance.Text = ITextCharItemInfoDetail.lblfire_resistance
Me.lbllightning_resistance.Text = ITextCharItemInfoDetail.lbllightning_resistance
Me.lblcold_resistance.Text = ITextCharItemInfoDetail.lblcold_resistance
Me.lbldrain_resistance.Text = ITextCharItemInfoDetail.lbldrain_resistance
Me.lblpoison_resistance.Text = ITextCharItemInfoDetail.lblpoison_resistance
Me.lbladd_str.Text = ITextCharItemInfoDetail.lbladd_str
Me.lbladd_dex.Text = ITextCharItemInfoDetail.lbladd_dex
Me.lbladd_con.Text = ITextCharItemInfoDetail.lbladd_con
Me.lbladd_int.Text = ITextCharItemInfoDetail.lbladd_int
Me.lbladd_wis.Text = ITextCharItemInfoDetail.lbladd_wis
If CharItemFormType = True Then
grbcharinfo.Enabled = False
grbiteminfo_1.Enabled = False
If equip = False Then
grbiteminfo_2.Enabled = False
grbiteminfo_3.Enabled = False
lblitemamount.Text = ITextCharItemInfoDetail.lblamount_1
Else
grbiteminfo_2.Enabled = True
grbiteminfo_3.Enabled = True
lblitemamount.Text = ITextCharItemInfoDetail.lblamount_2
End If
btnCreate.Enabled = False
txtserver.Text = SERVER
txtCharname.Text = CHARNAME
txtItemNum.Text = itemnum
txtItemprotoType.Text = itemprototype
txtitemname.Text = itemname
txtitemtype.Text = itemtype
txtItemWhere.Items.Add(GetTakePos(itemwhere))
txtItemWhere.SelectedIndex = 0
txtItemX.Text = itemX
txtItemY.Text = itemY
txtItemZ.Text = itemZ
txtAmount.Text = amount
txtSizeX.Text = sizeX
txtSizeY.Text = sizeY
txtEquip.Text = equip
'<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 1
txtRuneSocket.Text = runesocket
txtMaxDura.Text = maxdurability
txtCurrSocket.Text = currsocket
txtMaxSocket.Text = maxsocket
txtMaterial.Text = material
txtSocket1.Text = socket1
txtSocket2.Text = socket2
txtSocket3.Text = socket3
txtSocket4.Text = socket4
txtSocket5.Text = socket5
txtSocket6.Text = socket6
txtSocket7.Text = socket7
txtSocket8.Text = socket8
txtCri_typ.Text = cri_typ
txtcri_per.Text = cri_per
txtmin_dam.Text = min_dam
txtmax_dam.Text = max_dam
txtdrc.Text = drc
txtoff_rev.Text = off_rev
txtdef.Text = def
txtdef_rev.Text = def_rev
txtmag_res.Text = mag_res
txtblo_per.Text = blo_per
txtmax_hp.Text = max_hp
txtmax_mp.Text = max_mp
txthp_reg.Text = hp_reg
txtmp_reg.Text = mp_reg
txtfir_att.Text = fir_att
txtlig_att.Text = lig_att
txtcol_att.Text = col_att
txtdra_att.Text = dra_att
txtpoi_att.Text = poi_att
txtfir_res.Text = fir_res
txtlig_res.Text = lig_res
txtcol_res.Text = col_res
txtdra_res.Text = dra_res
txtpoi_res.Text = poi_res
txtadd_str.Text = add_str
txtadd_dex.Text = add_dex
txtadd_con.Text = add_con
txtadd_int.Text = add_int
txtadd_wis.Text = add_wis
txtmagicpower.Text = magic_power
Else
lbltitle.Text = ITextAdminSetting.chkItemReg
grbcharinfo.Enabled = False
grbiteminfo_2.Enabled = False
grbiteminfo_3.Enabled = False
grbiteminfo_1.Enabled = True
txtItemNum.Enabled = False
txtItemprotoType.Enabled = False
txtitemname.Enabled = True
txtitemtype.Enabled = False
txtItemWhere.Items.Add(ITextItemInfo.cboitemwhere_1) ' 1
txtItemWhere.Items.Add(ITextItemInfo.cboitemwhere_2) ' 2
txtItemWhere.Items.Add(ITextItemInfo.cboitemwhere_3) ' 6
txtItemWhere.Items.Add(ITextItemInfo.cboitemwhere_4) ' 7
txtItemWhere.Items.Add(ITextItemInfo.cboitemwhere_5) ' 8
txtItemWhere.Items.Add(ITextItemInfo.cboitemwhere_6) ' 9
txtItemWhere.SelectedIndex = 0
txtItemX.Enabled = True
txtItemY.Enabled = True
txtItemZ.Enabled = True
txtAmount.Enabled = False
txtSizeX.Enabled = False
txtSizeY.Enabled = False
txtEquip.Enabled = False
btnEdit.Enabled = False
btnDelete.Enabled = False
End If
'<27><><EFBFBD>ѿ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...<2E><>ưȰ<C6B0><C8B0>ȭ<EFBFBD>ϱ<EFBFBD>.
If IToolAdminRight.ItemCreate = False Then
btnCreate.Enabled = False
Else
btnCreate.Enabled = True
End If
If IToolAdminRight.ItemDel = False Then
btnDelete.Enabled = False
Else
btnDelete.Enabled = True
End If
If IToolAdminRight.ItemEdit = False Then
btnEdit.Enabled = False
Else
btnEdit.Enabled = True
End If
End Sub
Private Sub btnEdit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnEdit.Click
Dim EditYesNo As Integer
btnEdit.Enabled = False
EditYesNo = MsgBox(ITextMSG.msg_itemchange, MsgBoxStyle.YesNo, ITextMSG.msg_confirm)
If EditYesNo = vbYes Then
'<27><><EFBFBD><EFBFBD><EFBFBD>ϱ<EFBFBD>
ICharInfo.CommitButton.Enabled = True
Dim item As ProcessPacket.ItemInfo
item.m_szItemName = txtitemname.Text ' <20>ؽ<EFBFBD>Ʈ<EFBFBD><C6AE> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20≯<EFBFBD>(64)
item.m_dwItemUID = Convert.ToUInt64(txtItemNum.Text) ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> UID
item.m_usItemProtoTypeID = Convert.ToUInt16(txtItemprotoType.Text) ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> ID
item.m_cItemType = Convert.ToByte(txtitemtype.Text) ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Ÿ<><C5B8> ( <20>ּ<EFBFBD> 1 <20><><EFBFBD><EFBFBD> )
item.m_cTakeType = GetTakePos(txtItemWhere.Text.Trim()) ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>̳<EFBFBD> Ÿ<><C5B8>
item.m_cXPos = Convert.ToByte(txtItemX.Text) ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> X<><58>ġ
item.m_cYPos = Convert.ToByte(txtItemY.Text) ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Y<><59>ġ
item.m_cZPos = Convert.ToByte(txtItemZ.Text) ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><>ġ
item.m_cNumOrDurability = Convert.ToByte(txtAmount.Text) ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20>ٸ<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
item.m_cXSize = Convert.ToByte(txtSizeX.Text) ' Xũ<58><C5A9>
item.m_cYSize = Convert.ToByte(txtSizeY.Text) ' Yũ<59><C5A9>
If ("True" = txtEquip.Text) Then
item.m_bEquip = True
Else
item.m_bEquip = False
End If
item.m_cPadding = 0 ' <20><><EFBFBD>ǹ<EFBFBD>.
' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ִ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
item.m_usRuneSocket = Convert.ToUInt16(txtRuneSocket.Text) ' <20><> <20><><EFBFBD><EFBFBD>
item.m_cMaxDurability = Convert.ToByte(txtMaxDura.Text) ' <20>ִ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
item.m_cCurrentSocketNum = Convert.ToByte(txtCurrSocket.Text) ' <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
item.m_cMaxSocketNum = Convert.ToByte(txtMaxSocket.Text) ' <20>ִ<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
item.m_cMaterialType = Convert.ToByte(txtMaterial.Text) ' <20><><EFBFBD>׷<EFBFBD><D7B7>̵<EFBFBD> <20>ܰ<EFBFBD>
ReDim item.m_cSocket(7) ' <20><><EFBFBD><EFBFBD> <20>ִ<EFBFBD> <20><><EFBFBD><EFBFBD> (<28>ִ<EFBFBD> 8<><38>)
ReDim item.m_usAttribute(34) ' <20>Ӽ<EFBFBD><D3BC><EFBFBD> (35<33><35>)
item.m_cSocket(0) = Convert.ToByte(txtSocket1.Text)
item.m_cSocket(1) = Convert.ToByte(txtSocket2.Text)
item.m_cSocket(2) = Convert.ToByte(txtSocket3.Text)
item.m_cSocket(3) = Convert.ToByte(txtSocket4.Text)
item.m_cSocket(4) = Convert.ToByte(txtSocket5.Text)
item.m_cSocket(5) = Convert.ToByte(txtSocket6.Text)
item.m_cSocket(6) = Convert.ToByte(txtSocket7.Text)
item.m_cSocket(7) = Convert.ToByte(txtSocket8.Text)
item.m_usAttribute(1) = Convert.ToUInt16(txtCri_typ.Text)
item.m_usAttribute(2) = Convert.ToUInt16(txtcri_per.Text)
item.m_usAttribute(3) = Convert.ToUInt16(txtmin_dam.Text)
item.m_usAttribute(4) = Convert.ToUInt16(txtmax_dam.Text)
item.m_usAttribute(5) = Convert.ToUInt16(txtdrc.Text)
item.m_usAttribute(6) = Convert.ToUInt16(txtoff_rev.Text)
item.m_usAttribute(7) = Convert.ToUInt16(txtdef.Text)
item.m_usAttribute(8) = Convert.ToUInt16(txtdef_rev.Text)
item.m_usAttribute(9) = Convert.ToUInt16(txtmag_res.Text)
item.m_usAttribute(10) = Convert.ToUInt16(txtblo_per.Text)
item.m_usAttribute(15) = Convert.ToUInt16(txtmax_hp.Text)
item.m_usAttribute(16) = Convert.ToUInt16(txtmax_mp.Text)
item.m_usAttribute(17) = Convert.ToUInt16(txthp_reg.Text)
item.m_usAttribute(18) = Convert.ToUInt16(txtmp_reg.Text)
item.m_usAttribute(19) = Convert.ToUInt16(txtfir_att.Text)
item.m_usAttribute(20) = Convert.ToUInt16(txtlig_att.Text)
item.m_usAttribute(21) = Convert.ToUInt16(txtcol_att.Text)
item.m_usAttribute(22) = Convert.ToUInt16(txtdra_att.Text)
item.m_usAttribute(23) = Convert.ToUInt16(txtpoi_att.Text)
item.m_usAttribute(24) = Convert.ToUInt16(txtfir_res.Text)
item.m_usAttribute(25) = Convert.ToUInt16(txtlig_res.Text)
item.m_usAttribute(26) = Convert.ToUInt16(txtcol_res.Text)
item.m_usAttribute(27) = Convert.ToUInt16(txtdra_res.Text)
item.m_usAttribute(28) = Convert.ToUInt16(txtpoi_res.Text)
item.m_usAttribute(29) = Convert.ToUInt16(txtadd_str.Text)
item.m_usAttribute(30) = Convert.ToUInt16(txtadd_dex.Text)
item.m_usAttribute(31) = Convert.ToUInt16(txtadd_con.Text)
item.m_usAttribute(32) = Convert.ToUInt16(txtadd_int.Text)
item.m_usAttribute(33) = Convert.ToUInt16(txtadd_wis.Text)
item.m_usAttribute(34) = Convert.ToUInt16(txtmagicpower.Text)
SendPacket.SendUpdateItem(item)
Else
MsgBox(ITextMSG.msg_cancel, MsgBoxStyle.OKOnly, "Cancel")
End If
btnEdit.Enabled = True
End Sub
Private Sub btnDelete_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnDelete.Click
Dim DelYesNo As Integer
btnDelete.Enabled = False
DelYesNo = MsgBox(ITextMSG.msg_itemdel, MsgBoxStyle.YesNo, ITextMSG.msg_confirm)
If DelYesNo = vbYes Then
'<27><><EFBFBD><EFBFBD><EFBFBD>ϱ<EFBFBD>
ICharInfo.CommitButton.Enabled = True
SendDeleteItem(Convert.ToUInt64(txtItemNum.Text), Convert.ToUInt16(txtItemprotoType.Text), _
Convert.ToByte(GetTakePos(txtItemWhere.Text)), _
Convert.ToByte(txtItemX.Text), Convert.ToByte(txtItemY.Text), Convert.ToByte(txtItemZ.Text))
Else
MsgBox(ITextMSG.msg_cancel, MsgBoxStyle.OKOnly, "Cancel")
End If
btnDelete.Enabled = True
End Sub
Private Sub btnClose_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnClose.Click
Me.Close()
End Sub
Private Sub btnCreate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCreate.Click
Dim DelYesNo As Integer
btnCreate.Enabled = False
DelYesNo = MsgBox(ITextMSG.msg_itemcreate, MsgBoxStyle.YesNo, ITextMSG.msg_confirm)
If DelYesNo = vbYes Then
'<27><><EFBFBD><EFBFBD><EFBFBD>ϱ<EFBFBD>
ICharInfo.CommitButton.Enabled = True
Dim cTakePos As Byte
Dim cXPos As Byte
Dim cYPos As Byte
Dim cZPos As Byte
cTakePos = GetTakePos(txtItemWhere.SelectedItem)
cXPos = Convert.ToByte(txtItemX.Text)
cYPos = Convert.ToByte(txtItemY.Text)
cZPos = Convert.ToByte(txtItemZ.Text)
SendCreateItem(txtitemname.Text.Trim(), cTakePos, cXPos, cYPos, cZPos)
Else
MsgBox(ITextMSG.msg_cancel, MsgBoxStyle.OKOnly, "Cancel")
End If
btnCreate.Enabled = True
End Sub
End Class